home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 July: Mac OS SDK / Dev.CD Jul 00 SDK1.toast / About this CD / Jul 00 Developer CD Assistant (.txt) < prev    next >
Encoding:
FileMaker Pro Database  |  2000-06-12  |  3.2 MB  |  87,671 lines  |  [FMP3/FMP3]

Text Truncated. Only the first 1MB is shown below. Download the file for the complete contents.
  1. Jul 00 Developer CD Assistant
  2. FMP3FMP3
  3.  Copyright 1984-1998 FileMaker, Inc. 
  4. HBAM2016AUG95
  5. Pro 3.0
  6. modifier@
  7. summary
  8. developer's
  9. package
  10. includes
  11. appleshar@
  12. block@
  13. cancelwindowcheckout@
  14. card@
  15. describes@
  16. fixing@
  17. images@
  18. improving
  19. national@
  20. overview@
  21. pool@
  22. quit@
  23. simpler@
  24. summary@
  25. summary
  26. maccalendar
  27. control
  28. strip
  29. module
  30. displays
  31. summary
  32. xcmds
  33. xfcns
  34. perform
  35. summary
  36. allows
  37. developer
  38. monitor
  39. therefore@
  40. versions@
  41. within@
  42. debug@
  43. network@
  44. stack@
  45. disposeresource
  46. debugging
  47. resource
  48. handles@
  49. multi-processing@
  50. appleevent@
  51. HBAM3016AUG95@
  52. APPLESCRIPT_BROWSER
  53. APPLESCRIPT_OPEN
  54. CDDATE
  55. CDNAME
  56. CDTITLE
  57. CONSTANT
  58. CONTENTS
  59. CURCNT
  60. CURREC
  61. CUSTOMSEARCH
  62. DESCRIPTION
  63.         FINDFIELD
  64. KEYWORDS
  65. KEYWORDSCALC
  66. NEWREVISEDCALC
  67. PATHNAME
  68. PATHNAMECALC
  69. PORTALCOLOR
  70. PORTALFILTERCALC
  71. PORTALSELECTIONCALC
  72. RECEIVED
  73. RECORDID
  74. REQUIREMENTS
  75. SEARCHSELECTED
  76. SHOWPATHNAME
  77. SHOWTEXT
  78. STATUS
  79. UPDATED
  80. WEB_FTP_URL
  81. _COLOR
  82. _CONTENT
  83. _CUSTOMFIND
  84. 2)    _HELPTEXT
  85.     _KEYWORDS
  86. _NAME
  87. _PORTALCLICK
  88. _PORTALFILTER
  89. _PORTALFILTERFIND
  90. _PORTALSELECTION
  91. _PORTALSELECTIONMATCH
  92.     _RECEIVED
  93. _REQUIREMENTS
  94. _SEARCH
  95. _SEARCHFIELD
  96. _SEARCHPACKAGE
  97. _SHOWPATHFLAG
  98. _UPDATED
  99. Sunday
  100. Monday
  101. Tuesday
  102.     Wednesday
  103. Thursday
  104. Friday
  105. Saturday
  106. January
  107. February
  108. March
  109. April
  110. August
  111.     September
  112. October
  113. November
  114. December
  115. 1st Quarter
  116. 2nd Quarter
  117. 3rd Quarter
  118. 4th Quarter
  119. ?P9W#P
  120. 6/12/009
  121. Closing Screen
  122. Intro
  123. Browser
  124. Package Info
  125. @>A    Developer
  126. Find Fewer Choices
  127. Find More Choices
  128. RecordID
  129. Custom Find
  130. Browser Custom Search
  131. &ADC programs offer developers worldwide easy access to Apple tools and technologies, world-class technical support, and critical business and marketing information and services.
  132. For news on programs and resources available to Apple developers, please visit our web site at developer.apple.com.
  133. ^("") )
  134. NameB
  135. CurCntB
  136. CurRecB
  137. DescriptionB
  138. ContentsB
  139. ReceivedB
  140. UpdatedB
  141. RequirementsB
  142. KeywordsB
  143. PathNameB
  144. PathNamecalcB
  145. ) - 1 )
  146. " & " - ")
  147. _SearchB
  148. SearchSelectedB
  149. _PortalClickB
  150. _ShowPathFlagB
  151. ShowTextB
  152.  = 1 
  153.  "Hide Path" 
  154.  "Show Path" )
  155.     Hide Path
  156.     Show Path2
  157. RecordIDB
  158. 74957
  159. _ColorB
  160. ConstantB
  161. A    FindFieldB
  162.  & " " & 
  163.      & " " & 
  164.  & " " & 
  165.  & " " & 
  166.  & " " & 
  167.  & " " & 
  168.  & " " & 
  169. PortalColorB
  170.  "" )
  171. _PortalSelectionMatchB
  172. ShowPathNameB
  173.  = 1 
  174.  "" )
  175. CDDateB
  176. CDNameB
  177.  3) + 1 
  178.  1) - 
  179.  " " 
  180.  3 ) - 1 )
  181. _SearchFieldB
  182. _SearchPackageB
  183. CustomSearchB
  184.  "Custom Search"
  185.  "" )
  186. Custom Search
  187.  "new")
  188.  "New"  
  189.  "updated") 
  190.  "Revised" 
  191.  "" )
  192. updatedG
  193. Revised
  194. AppleScript_OpenB
  195. "--set theItem to choose file -- uncomment to test in an AS editor" & "
  196.  "" & "
  197. "try" & "
  198. "    tell application ""Finder""" & "
  199. "        open item """ & 
  200.  & """
  201. "        activate" & "
  202. "    end tell" & "
  203. "on error errMsg number errNum" & "
  204. "    --enter statements to perform when no records are found such as..." & "
  205. "    display dialog ""Sorry, the item you selected could not be found.""" & "
  206. "    return" & "
  207. "end try"
  208. A--set theItem to choose file -- uncomment to test in an AS editor
  209.     tell application "Finder"
  210.         open item "
  211.         activate
  212.     end tell
  213. on error errMsg number errNum
  214. F    --enter statements to perform when no records are found such as...
  215. E    display dialog "Sorry, the item you selected could not be found."
  216.     return
  217. end try
  218. AppleScript_BrowserB
  219. StatusB
  220. KeywordsCalcB
  221.  ", " 
  222. _NameB
  223. _PortalFilterFindB
  224. _DescriptionB
  225. _RequirementsB
  226. +A    _KeywordsB
  227. ,A    _ReceivedB
  228. _UpdatedB
  229. _ContentB
  230. Web_FTP_URLB
  231. _WebB
  232. CDTitleB
  233.  1) - 1 )
  234. l Packages
  235. "--set theItem to choose file -- uncomment to test in an AS editor" & "
  236.  "" & "
  237.  "try" & "
  238. "    tell application ""Finder""" & "
  239. "        open item """ & 
  240.  & """
  241. "        activate" & "
  242. "    end tell" & "
  243. "on error errMsg number errNum" & "
  244. "    --enter statements to perform when no records are found such as..." & "
  245. "    display dialog ""Sorry, the folder you selected could not be found.""" & "
  246. "    return" & "
  247. "end try"
  248. A--set theItem to choose file -- uncomment to test in an AS editor
  249.     tell application "Finder"
  250.         open item "
  251.         activate
  252.     end tell
  253. on error errMsg number errNum
  254. F    --enter statements to perform when no records are found such as...
  255. G    display dialog "Sorry, the folder you selected could not be found."
  256.     return
  257. end try
  258. elds then click Find or hit Enter.
  259. NOTE: You may also restrict your search to a particular disk edition or group of content by using the Disk/Edition pulldown menu.
  260.     Click the Find button. The packages found by your search will appear in the packages list on the Browser screen.
  261.     To search any field for a keyword, click the Fewer Choices button, enter search criteria, then click Find or hit Enter. The packages found by your search will appear in the 
  262. ackages list on the Browser screen.
  263. 0_    Any Field`
  264. All Packages
  265. HelpB
  266.  2000 Apple Computer, Inc.  All rights reserved. Apple, the Apple logo, Macintosh, Mac, and the Mac logo are trademarks of Apple Computer, Inc. registered in the U.S. and other countries.
  267. IntroB
  268. Homem
  269. Quitn
  270. Browsero
  271. Find...p
  272. Homem
  273. Quitn
  274. Browsero
  275. Find...
  276. BrowserB
  277. Welcome to the Developer CD Series Assistant, a simple to use tool for searching and 
  278. navigating content on the Developer CD Series from Apple Developer Connection.
  279. You can use this Assistant database to find title, description, contents, revision, and related web information for everything from Sample Code to SDKs.
  280. Click the Browser button to enter the Browser screen, where you can easily view and navigate content on the Developer CD. From there, click the Open Folder button to go direc
  281. tly to the package folder on the CD.
  282. The Find... button allows you to do full-text searches on all content available on the 
  283. Developer CD Series.
  284. More complete usage instructions are accessed by clicking the Help button.
  285. To quit the Developer CD Series Assistant, click Quit.
  286. Helpe
  287. Find...f
  288. Quith
  289. Browser
  290. Package InfoB
  291. Current Selection:{    <<
  292. ABBF>>
  293. F!Double-click title for more info.
  294. Find...
  295. Open Folder
  296. Package Info
  297. Export List
  298. Browser
  299. Open Folder
  300. Package Info
  301. Export List
  302. A    DeveloperB
  303. DescriptionR
  304. Revision InfoS
  305. FilesV
  306. RequirementsW
  307. Keywords[    Released:\
  308. Revised:b
  309. ABAI>> of <<
  310. ABAH>>h
  311. Current Selection: <<
  312. ABAB>>o    <<
  313. ABCC>>
  314. Web/FTP URL
  315. Open Folder
  316. Find...
  317. ABBF>>
  318. Browser
  319. Find Fewer ChoicesB
  320. A    DeveloperC
  321. Package InfoH
  322. HelpI
  323. Find...J
  324. Open Folder
  325. Current Selection:Q
  326. (Double-click to open)T
  327. QuitY    <<
  328. ABBF>>[.Import with auto update for record ID numbers.`
  329. Portal Selectiona
  330. Show Path Flagd
  331. Click Selecth
  332. Color for Portal Row Selectionk
  333. Show Portal Path}    Released:~
  334. Revised:
  335. Open Folder
  336. ABAI>> of <<
  337. ABAH>>
  338. From Package Info
  339. From Browser
  340. From Browser
  341. From Package Info
  342. Browser
  343. A    DeveloperC
  344. Package InfoH
  345. HelpI
  346. Find...J
  347. Open Folder
  348. Current Selection:Q
  349. (Double-click to open)T
  350. QuitY    <<
  351. ABBF>>[.Import with auto update for record ID numbers.`
  352. Portal Selectiona
  353. Show Path Flagd
  354. Click Selecth
  355. Color for Portal Row Selectionk
  356. Show Portal Path}    Released:~
  357. Revised:
  358. Open Folder
  359. ABAI>> of <<
  360. ABAH>>
  361. From Package Info
  362. From Browser
  363. From Browser
  364. From Package Info
  365. Browser
  366. Find...
  367. Open Folder
  368. ABBF>>
  369. Rectangle Buttons
  370. Find...
  371. Status:
  372. Joint Solutions
  373. Marketing
  374. Specialists
  375. in Web, Print 
  376. and Electronic
  377. Media
  378. 831.471.1500
  379. info@jointsolutions.com
  380. www.jointsolutions.com
  381. Database design: Sheila Kliewer
  382. Data Wizard 831 336-2129
  383. sheilasgk@aol.com
  384. www.DataWizardFMP.com
  385. Find More ChoicesB
  386. Find any package containing:
  387. Cancel
  388. containst    any field
  389. Cancel
  390. More Choices
  391. To search for specific text within package title, package descriptions, or filenames:
  392.  To search any field for a keyword, enter your desired search criteria.
  393.  Click the Find button. The packages found by your search will appear in package info format, with information about the first package showing. Use the Next button to proceed through the packages; the counter in the lower left corner notes your progress.
  394. To specify parameters such as new and revised packages or a specific CD, cliBSck More Choices then choose the appropriate options from the Search pull down menu.
  395. Find (fewer choices)
  396. RecordIDB
  397. RecordID
  398. Text Extractor Plug-ins are used by Find by Content to extract the text content of a document.  System 8.6 provides two Text Extractor Plug-ins: 
  399. HTML Text Extractor
  400.  and 
  401. PDF Text Extractor
  402. .  A Text Extractor Plug-in knows the file format of a document and can quickly return the text that would be seen when a document is opened, this information is used by Find by Content to index and summarize documents.  
  403. Text Extractors improves the accuracy of indexing and summarizing files.  As an 
  404. Description
  405. Revision Info
  406. Files
  407. Requirements
  408. Keywords
  409. Released
  410. Revised
  411. Disk/Edition
  412. Web/FTP URL
  413. Cancel
  414. Fewer Choices
  415. Find (more choices)
  416. fTo search specific fields, enter your criteria in the appropriate areas and/or select from the pull-down menus then click Find. The packages found by your search will appear in package info format, with information about the first package showing. Use the Next button to proceed through the packages; the counter in the lower left corner notes your progress.
  417. Find (more choices)
  418. d by your search will appear in the packages listB
  419.  on the Browser screen.
  420. masterB
  421. Unlock Status Bar
  422. Intro
  423. Quit Button
  424. Quit JSM
  425. Browser
  426. Package Info
  427.  = "Custom Search"
  428. Custom Search
  429. Browser Portal
  430. ) = 0    
  431. Show Path
  432. Browser Portal Validation
  433. ) > 0
  434. A    Auto Open
  435. "New & Revised"
  436. New & RevisedB
  437. Go To Record Next
  438. Go To Record First
  439. Go To Record Last
  440. Go To Record Previous
  441. A    Developer
  442. Find Cancel
  443. "All Packages"
  444. All Packages
  445. Find More Choices
  446. Find Fewer Choices
  447. "Any Field"
  448.     Any FieldB.
  449. "All Packages"
  450. All Packages
  451. Find...
  452. "Any Field"
  453.     Any FieldC.
  454. "All Packages"
  455. All PackagesD
  456. Find Execute
  457. A    Find None
  458. )  = 0    
  459.     Try Againgl
  460. cript"
  461.  "1")
  462. CanceloggleDoScript
  463. Toggle
  464. No packages match your request.C+
  465. ) = 1    
  466. "All Packages"
  467. All Packages
  468. A    Find Some
  469. "Custom Search"
  470. Custom Search
  471. A    Find Prep
  472. "Custom Search"
  473. Custom Search
  474. A    Find Prep
  475. Find Request
  476. Find Request
  477. Package Open Folder
  478. Browser Open Folder OLD
  479. ) = "Browser"    
  480. Browser
  481. Z] ow templates in Ne
  482. Canceldialog`
  483. Select a Package to open.D>
  484. ) =  "Package Info"    
  485. Package Info
  486. Import From Master
  487. ) = "Find More Choices"    
  488. Find More Choices
  489.   = "All Packages"
  490. All Packages
  491.  = "Any Field"
  492.     Any Field
  493.  = "Package Title"
  494. Package Title
  495.  = "Any File Name"
  496. Any File Name
  497. Find More Clear
  498. Find More Find
  499. Export List
  500. Cancel
  501. Save the current list to a text file called "Developer CD Search Results"?B+
  502. ) = 2    
  503. AppleScript_Browser
  504. AppleScript_Open
  505. -nulltell application "Developer CD Series Assistant"
  506.     set CDTitle to get data cell "CDTitle" of current record
  507. end tell
  508. tell application "Finder"
  509.     if (disk CDTitle exists) is false then
  510.         set theChoice to button returned of (display dialog "The item you selected could not be found. Please insert the CD - " & CDTitle buttons {"Cancel", "Continue"} default button "Continue" with icon 0)
  511. end tellFasdUAS 1.101.10
  512. -nulltell application "Developer CD Series Assistant"
  513.     set CDTitle to get data cell "CDTitle" of current record
  514. end tell
  515. tell application "Finder"
  516.     if (disk CDTitle exists) is false then
  517.         set theChoice to button returned of (display dialog "The item you selected could not be found. Please insert the CD - " & CDTitle buttons {"Cancel", "Continue"} default button "Continue" with icon 0)
  518. end tellFasdUAS 1.101.10
  519. .coregetd****
  520. CDTitle
  521. cdtitle
  522. CDTitle
  523. Developer CD Series Assistant
  524. eAFDCT
  525. Patagrande
  526. Developer CD Series Assistant
  527. 'APPLAFDC
  528. Developer CD S
  529. eries Assistant 
  530. WPatagrande:Desktop Folder:Developer CD Series Assistant 
  531. :Developer CD Series Assistant
  532. Net Ref Zone
  533. tyler.jointsolutions.com
  534. Patagrande
  535. Tyler Stone
  536. .coredoexbool
  537. cdtitle
  538. CDTitle
  539. boovfals
  540. .sysodlogaskr
  541. AThe item you selected could not be found. Please insert the CD - 
  542. cdtitle
  543. CDTitle
  544. Cancel
  545. Continue
  546. Continue
  547.     thechoice
  548.     theChoice
  549. Finder
  550. Patagrande
  551. Finder
  552.     l@FNDRMACS
  553. System Folder
  554. Patagrande:System Folder:Finder
  555. Ref Zone
  556. tyler.jointsolutions.com
  557. Patagrande
  558. Tyler Stone
  559. .aevtoappnull
  560. .aevtoappnull
  561. .coregetd****
  562. cdtitle
  563. CDTitle
  564. .coredoexbool
  565. Button: Web
  566. Browser Portal OLD
  567. Find Prep OLD
  568. .coregetd****
  569. CDTitle
  570. cdtitle
  571. CDTitle
  572. Developer CD Series Assistant
  573. Patagrande
  574. Developer CD Series Assistant
  575. 'APPLAFDC
  576. Developer CD S
  577. eries Assistant 
  578. WPatagrande:Desktop Folder:Developer CD Series Assistant 
  579. :Developer CD Series Assistant
  580. Net Ref Zone
  581. tyler.jointsolutions.com
  582. Patagrande
  583. Tyler Stone
  584. .coredoexbool
  585. cdtitle
  586. CDTitle
  587. boovfals
  588. .sysodlogaskr
  589. AThe item you selected could not be found. Please insert the CD - 
  590. cdtitle
  591. CDTitle
  592. Cancel
  593. Continue
  594. Continue
  595.     thechoice
  596.     theChoice
  597. Finder_
  598. Patagrande
  599. Finder
  600.     l@FNDRMACS
  601. System Folder
  602. Patagrande:System Folder:Finder
  603. Ref Zone
  604. tyler.jointsolutions.com
  605. Patagrande
  606. Tyler Stone
  607. .aevtoappnull
  608. .aevtoappnull
  609. .coregetd****
  610. cdtitle
  611. CDTitle
  612. .coredoexbool
  613. .sysodlogaskr
  614.     thechoice
  615.     theChoice
  616. ) = -128    
  617. cdtitle
  618. CDTitle
  619. boovfals
  620. .sysodlogaskr
  621. Import From Master
  622.     Developer
  623. Unlock Status Bar
  624.     Auto Open
  625. Intro
  626. Package Info
  627. Browser
  628. Quit Button
  629. Quit JSM
  630. Button: Web
  631. Package Open Folder
  632. Browser Open Folder OLD
  633. Browser Portal
  634. Browser Show Path
  635. Browser Portal Validation
  636. Go To Record First
  637. Go To Record Previous
  638. Go To Record Next
  639. Go To Record Last
  640. Find Cancel
  641. Find More Choices
  642. Find Fewer Choices
  643. Find...
  644. Find Execute
  645. :    Find Prep
  646. Find Request
  647. >    Find None
  648. @    Find Some
  649. Find More Clear
  650. Find More Find
  651. Export List
  652. AppleScript_Browser
  653. AppleScript_Open
  654. Browser Portal OLD
  655. Find Prep OLD
  656. _    Any Field`
  657. All Packagesg
  658. macapp
  659. 67889
  660. 67890
  661. 67891
  662. 67892
  663. 687419
  664. 66310
  665. 66311
  666. 66312
  667. 66313
  668. 66314
  669. 66315
  670. 66316
  671. 66317
  672. 66318
  673. 66319
  674. 66320
  675. 66321
  676. 66322
  677. 66323
  678. 66324
  679. 66325
  680. 66326
  681. 66327
  682. 66328
  683. 66329
  684. 66330
  685. 66331
  686. 66332
  687. 66333
  688. 66334
  689. 66335
  690. 66336
  691. 66337
  692. 66338
  693. 66339
  694. 66340
  695. 66341
  696. 66342
  697. 66343
  698. 66344
  699. 66345
  700. 66346
  701. 66347
  702. 66348
  703. 66349
  704. 66350
  705. 66351
  706. 66352
  707. 66353
  708. 66354
  709. 66355
  710. 66356
  711. 66357
  712. 66358
  713. 66359
  714. 66360
  715. 66361
  716. 66362
  717. 66363
  718. 66364
  719. 66365
  720. 66366
  721. 66367
  722. 66368
  723. 66369
  724. 66370
  725. 66371
  726. 66372
  727. 66373
  728. 66374
  729. 66375
  730. 66376
  731. 66377
  732. 66378
  733. 66379
  734. 66380
  735. 66381
  736. 66382
  737. 66383
  738. 66384
  739. 66385
  740. oqtutwS6
  741. ingVfp;
  742. mtiEi]B
  743. {M{nH
  744. nro`v6Z
  745. nrruq'
  746. nrquj 
  747. nrvxj11*i
  748. ncSitmc-n
  749. peEFQ`h0Gj>Y
  750. xON\mu5MqA`
  751. lpoid
  752. yrrq0b
  753. glnnopn:m
  754. .RPTH
  755. FPTHA.Current:Joint Solns Apple 10/99:CD_Catalog.FP3
  756. FaliA
  757. Current
  758. CD_Catalog.FP3
  759. FMP3FMP3
  760. Joint Solns Apple 10/99
  761. .Current:Joint Solns Apple 10/99:CD_Catalog.FP3
  762. MSPCA
  763. NAMEA
  764. CD_Catalog.FP3
  765. RPTHA
  766. CD_Catalog.FP3
  767. alisA
  768. Current
  769. CD_Catalog.FP3
  770. FMP3FMP3
  771. Joint Solns Apple 10/99
  772. .Current:Joint Solns Apple 10/99:CD_Catalog.FP3
  773. .RPTH
  774. FPTHA.Current:Joint Solns Apple 10/99:ADC_Master.FP3
  775. Faliali
  776. ies (LG) files. You can find these in the folder "Apple Glossaries (LG)".
  777. Requires: Any  Mac 68030 or later or any PowerPC, System 7.0 or later.
  778. Issues:  When you use these Glossaries for your localization efforts, you will also want to be sure to have your translations tested for accuracy, as mere word substitution wil
  779. `^^960/6?FD>;G
  780. TLQPME
  781. {ru{r
  782. lZ\E8Px{
  783. 6<Ohuy|{z|}zsrqrru
  784. D?S\v
  785. jmoT]
  786. noonl|
  787. LH]^M;.-9c
  788. mAJK7:PYs
  789. boxj^^Ru
  790. eqrrsu||zyz{zytii
  791. REFV}
  792. V7MQJc
  793. K9CHLPMJDAG
  794. eG>B^a
  795. uZifZPCRx
  796. VY=;N`a
  797. |a]`d
  798. |ft}k800Z
  799. ZJEGIISo
  800. \WCENMJJa^<AJSUVJNf
  801. hdkv{vw{zwwz{ww|yqexxVl
  802. yZMNZVRFJEgJIHKOJYYn
  803. {aUOGFHQi
  804. 8AD>DYlo
  805. ~h^]Zm
  806. xUTdjkmf
  807. Ohx:-;DKLJLF@?>==;8545$%%" ! 
  808. %+/741PN
  809. *`fd__2LD
  810. (+48A
  811. F3GLTVYG& 
  812. (*+-"
  813. !',-*$%#"##"
  814. *+McbffS
  815. &[-+/0+,+&:b7
  816. !$$#&)(*)(*+,
  817. 322D:YzL\
  818. z61:8;CXjqvvh_
  819. FMOLjI=HOTPKZXn
  820. pXv|ZYiruy{wrlmtwutvjZnW[
  821. aZWGQPKMB[ZHOGEJUiY
  822. TFHV\v
  823. w&mcTOO\dl|
  824. ged^Xl
  825. lqvz~
  826. ;EHA60)
  827. yRELPUh
  828. L7BLZ@
  829. ,7@HKIQj
  830. qWdnrlms
  831. }vtnnuphX
  832. iNFHHdAI
  833. ^@`OJB
  834. n^HCSh
  835. ;AJ8+6?F
  836. wZgn[CB@
  837. sjiimgcirzttwwx
  838. jfqnck
  839. Yanwyzh_k
  840. {uYkm
  841. zj^jqm
  842. tywuwkZ_foklz
  843. a39>GMPLII>j
  844. CNRQE
  845. G;MPLX|G<CIMOONIFCo`Gw@@
  846. ,/<P{
  847. {DVmvz{{w
  848. nYKnwT\pONu
  849. hny{z}ype
  850. Y]XDCNN^
  851. @kp5hS:<AHLONJHAP`FOQPIw
  852. }zw|so
  853. TFHVt
  854. FEVjtz|~|}|{{soprm
  855. b?M]ay
  856. ~malnonn
  857. qBWiigMBMe
  858. `@=DQbh^
  859. miponmmw
  860. n^_[G{
  861. hmqpov|{||}}|ywsoih
  862. macapp
  863. X^YZf
  864. PRhx|
  865. fRPZ}
  866. ;@YRBb
  867. a.<IN[X{
  868. NRainx{smgjqrljl_^
  869. u_VL\R4
  870. 6Ggg@r
  871. SJLZc
  872. t]^f|
  873. {{zl{
  874. c\c|uz|x
  875. N\^_[
  876. x\_[]\
  877. Pkdlub}
  878. wR`a`
  879. tkfeRj
  880. ko^krs
  881. tZlqvifgS
  882. fVf]mrdke
  883. jtXUk
  884. o[_VOl
  885. ^arnpmj
  886. N]^_\
  887. Zdgex
  888. oaUKIM\trsx
  889. xKbHK
  890. |D@Fs
  891. wX]fw
  892. g^bb][
  893. s_zWKO[\Wh
  894. lrfah
  895. `gngPVYX\
  896. }UXZXa^Zn}
  897. w]T^fo
  898. wnlisb
  899. n[VY^YLL_om
  900. d^\^b^O
  901. \Z`ed\n
  902. XF\Y\XZdf`ely
  903. k^Tag__js
  904. KeWKLIJI`f?GJKCJZZ]
  905. lP]nu{ykVJN]nuysd|ePl
  906. lYZYI
  907. KLmKFDHKKaSn
  908. _XXYeFci\&]Zcoy
  909. tf__cfcXXgsV~
  910. eGIScp
  911. _jpn~
  912. w`^UX[\\_]VV^\
  913. nZ]]_]Se
  914. {Z]_e^XY
  915. lfucg
  916. dkt_TGT
  917. \agfeca`cnr}
  918. XQeGKIDFIjP?GLFSYYZl
  919. hTiuypTEA1Bby~n
  920. _[WYPKKLBdWGIKOKS[Bx
  921. h?Ses
  922. a`fb^
  923. hu{obv
  924. bo]<Ca
  925. o_b__d
  926. v;LYZa^g
  927. {rulgh{|
  928. r<>QZB
  929. 3:BVjt
  930. KVfltsdTIHXgmnkg
  931. kY^g:g
  932. ]Qi`U>
  933. _\ackJpxcah
  934. h]bbX[UI
  935. de__e]}
  936. dccbai
  937. kD\YGMOMKTh@AGHYY
  938. Xby~py
  939. bx~fp
  940. kTXY[WCJGQ[DNKMIKjMQp
  941. dZ_ceec
  942. beede
  943. Wbpkjy
  944. ][ZZddj
  945. B>R^`][o
  946. }ni^`
  947. <<Qkcc
  948. x/;Jk
  949. lRerqjZQT8>^w
  950. wW[L9
  951. =_QN>n
  952. s[OS^t
  953. {[^]^^_Pj
  954. Yd^[YY]
  955. lUVkr
  956. Z\ce\_e
  957. DBS^^]]
  958. SfYPV]^\YTT\p
  959. ineRWe
  960. ]jnUYXXU|
  961. kXU<O}
  962. bWWY\fcki
  963. KHFMW^\
  964. ?HV]``]
  965. qgS>5<
  966. 9ELSD
  967. @HYOP[
  968. jjYD43B^~
  969. Y[b^ZZYc
  970. X[[^WNB<r
  971. qLIJQ[a_j
  972. @IW]^[g
  973. zXJZy
  974. cY]]\]\
  975. ]*ZYXX\k
  976. lqqjj
  977. X+VNek
  978. lpcmdq
  979. tuvu|
  980. }YSY][[
  981. \[]^\g
  982. qX\^^]Y\
  983. Sac][PD<\{
  984. xBG>9Gr
  985. Z2--<R\`[
  986. ZHT]^\Wt
  987. gm`AY
  988. a\`\]^^`^[]_^]\\m
  989. t}}qvvum
  990. qiWHkj
  991. TbdYYZVPpl
  992. VUWYYWYmc
  993. laM^X
  994. {suvuutz
  995. o_fhX]^][_`^_]]_^f
  996. XZ^`__\
  997. ^Y]]_U@0":a
  998. }bh^]r
  999. ~eLIOY}
  1000. sl`Hg
  1001. ^e    gedeggecdf
  1002. H|`WMnMIDAMGqZ7AP\Z[XTd
  1003. wxxWWYZZYKI@tSHJBHE\cK_^
  1004. Q@DS_dfebegffe
  1005. ]=0J~
  1006. ]BE?@Nq
  1007. lY>=ZbY^
  1008. `^\]__\b
  1009. Y[^`Ze
  1010. ]lyhcaR?O
  1011. X^egrz
  1012. efK:e
  1013. deefgd
  1014. dce\E<?]
  1015. |PhJ\aJCFMLVm?>P
  1016. XIZYW{
  1017. `VYZWYZUDW`DKMFFOjJ[^[
  1018. X)G/-:Padefedgdeecddex
  1019. }ukf]`
  1020. `2,/ARW[Z
  1021. `BR[_][c
  1022. zn_]lb9
  1023. ^GbxPH
  1024. q5]o[W
  1025. rX\^[\`X
  1026. fV\^mbL0
  1027. icdcfefeecURvrK
  1028. Q]\EgRJOMFDdX>RY\ZYWW`
  1029. }VWXZ[[\XGgJCEONJ\[HbJb
  1030. H0C]feef
  1031. c.fdgecd`h
  1032. smkQNFPpg]\cp
  1033. wclnR6LYZYr
  1034. }G>Mc
  1035. HlgUB
  1036. 6K^fYX
  1037. ]U/+:f
  1038. ZVfaet
  1039. V^]\[]\h
  1040. X[]svn
  1041. tipR->RZ\f
  1042. PS\_\[a
  1043. i^\\^^_^\
  1044. _/\[[\eWQn
  1045. yuvvmk
  1046. iPVkm
  1047. e[\UWVYWU2
  1048. hSXYVXVdh
  1049. ljeW\r
  1050. 8(I\TQM8[m?
  1051. r;JPN8LrXX}
  1052. BnKwI
  1053. w^UCBPY}
  1054. packages@
  1055. chest@
  1056. edition@
  1057. library@
  1058. edition@
  1059. packages@
  1060. apple
  1061. event
  1062. xcmds
  1063. 1.0b3@
  1064. appleshare
  1065. byrne's
  1066. xcmds
  1067. xfcns@
  1068. cd-rom@
  1069. client@
  1070. contextualmenumanage@
  1071. cyrillic
  1072. language
  1073. v1.0@
  1074. data@
  1075. dcmd@
  1076. demo@
  1077. detection@
  1078. developer@
  1079. dictation@
  1080. driver@
  1081. french@
  1082. postscript
  1083. sample@
  1084. hitec@
  1085. inputsprocket
  1086. language@
  1087. lite@
  1088. runtime
  1089. 1.0.1b1c2@
  1090. macro@
  1091. menuscripter
  1092. debug@
  1093. network
  1094. server
  1095. developer's
  1096. guide@
  1097. opendoc
  1098. international@
  1099. manager
  1100. powertalk@
  1101. processor@
  1102. quickdraw
  1103. r13u5@
  1104. FaliA
  1105. VDEFA
  1106. VDEFA
  1107. VDEFA
  1108. VDEFA
  1109. _DESCRIPTION
  1110. )    _HELPTEXT
  1111.     _KEYWORDS
  1112. _NAME
  1113. _PORTALCLICK
  1114. _PORTALFILTER
  1115. _PORTALFILTERFIND
  1116. _PORTALSELECTION
  1117. _PORTALSELECTIONMATCH
  1118.     _RECEIVED
  1119. _REQUIREMENTS
  1120. _SEARCH
  1121. _SEARCHFIELD
  1122. _SEARCHPACKAGE
  1123. _SHOWPATHFLAG
  1124. _UPDATED
  1125. cg68G_u#:Z
  1126. {{<<Pi
  1127. [twnebh
  1128. G_abdfk
  1129. btz|{}
  1130. ]u~~p
  1131. ]srz~
  1132. O`gjeoA
  1133. VofNd}
  1134. \ym1pc#
  1135. oqtutwS6
  1136. ingVfp;
  1137. mtiEi]B
  1138. {M{nH
  1139. nro`v6Z
  1140. nrruq'
  1141. nrquj 
  1142. nrvxj11*i
  1143. ncSitmc-n
  1144. peEFQ`h0Gj>Y
  1145. xON\mu5MqA`
  1146. lpoidcb+`
  1147. rrq0b
  1148. glnnopn:m
  1149. #>`E;LZ[QPPScH0DRXR=,!.-1H5Kef_]fT)7`
  1150. `B^RReeca]]XdQ6K
  1151. PCSZPK^;
  1152. 1P`B!'46)$&*-08KXbefYS_R'
  1153. 'CefbO:[T%"1:;:;>ZU;%
  1154. &($"&,8\^>=
  1155. XJ;8GP36<;<X68=<:V>.9:=WX,'5;<
  1156. ;Z:>JHDDPZ^bcedbF?`>(3:<2' 6Z2HM%-;BAL\0",4$!"$"NdV\c6
  1157. ""!0>4'HO2@CB;6W5IR("
  1158. *:F:QQD\bdecaVS
  1159. JB>>?8:
  1160. ;`:7C_D38;<VH$0<:HX.1;;DZ6.BVX>CbM.1.&
  1161. $)0>PaC$2:;;:4<_MG_ff`* +/@]ZN_feYE6-(*,(&,./.3S\B::SVAXKHO
  1162. P    TdV-H_bbc`5RaXTfcefR(<aZR^ffQHJ+B8
  1163. ?JQOC]VDLNT^^[PZQ70+4ETYPRZZ
  1164. e7.V:(4=>::8D\H7DDJD720765F<I``VU`R4=\fcd^FZNN^^\[PJL]P)+/
  1165. :TOIZ;"6O^CY$-<><<@GJJHMQT]eXR]R(
  1166. ->HbeaO<WQ*.BNPOPITR<&
  1167. +-'',39XZ>=RF4/CK'&++4S1',+/R;#7::OS,&59::98
  1168. 8627JTX^`db^E@\A%*/+2,$9T7FK)-4/
  1169. 0AU4")
  1170. 39542JRJOQ<1664/34,FK62004<R8FN.$  (034PO>W^cd`\PL?2.28799::
  1171. 955>Y?095,MF
  1172. "**=N$#)*6T2&;PR=B_J284)!"%'->P\A-EOPONF?YJ(F_fe^/5@6@\XN^f[NEBCDGHD=74646TZBD>OTDVA,
  1173. .P;\Q8AS\[\ZOZRRe^bfO1?\VHT`aNHH8F<,+2FC>@;TP458:@@=9RE 
  1174. !/2*AIFbbd
  1175. &-03328H5')7:@;-&"(''9+>YVIFRC$,Sf`]T9MBATWRNB>>
  1176. $..QRJZ<$9Q[B$/>@:8<BEFFIMKUdZS^R(
  1177. .>H`daO;UO+0EP
  1178. LRO=%
  1179. ):=64:DHV]<:QEDB:@2@CC7@5?
  1180. CD9C55KNLNM.6HMMN
  1181. MaLFGF@GOQV]bc`B;T:&2//' 
  1182. 1K/=B!!-88?M,
  1183.  (&%&&$.6025&$''&(0'">C+498/1I0>F%
  1184. 2F6IH=Wacb]UKJDB@8<KML
  1185. M.NHAR@BMJ@D:&6BC@>-8AC@F.8GNP8A`IBKE8.-462>RY?.G
  1186. R-QHAVJG_ee\.5B7@^ZO_dSHB?@?BD?:86866RWFHBPSCW9!
  1187. -QD'3DPOQM?NFG^WaeD"0OG:*FVYA8;&7,
  1188. "8866.D@,/2200.*=5
  1189. -10X^c
  1190. U3=Wm
  1191. w5:Ibx|yz~
  1192. {qqxxjWT
  1193. _Pe]\
  1194. Ncuvvt}
  1195. {BHPp
  1196. ~osutvrv
  1197. CVms{
  1198. |un`j
  1199. :O[\[Z^
  1200. jjakqR`a_~
  1201. YNSbv
  1202. wuxlh
  1203. F?HF\
  1204. 61F]i
  1205. QMcm{
  1206. ribclaB
  1207. [hj^I`
  1208. -Jctwu
  1209. _TUbobI
  1210. dh~uy@
  1211. zg}~y
  1212. cLfnv
  1213. mswuiVH
  1214. I8[t{
  1215. nC?jk.HV[\Yz
  1216. li`ZcY?w
  1217. wTUWx|k
  1218. y[@Ph
  1219. RY]\WQF
  1220. uxgCr|G]f
  1221. x/5Mamv
  1222. wc]R%<7M
  1223. jXKPez~
  1224. agen}tJAa{
  1225. eql_J\
  1226. PEKUfy
  1227. d[RCLv
  1228. ]cnm~
  1229. fTei^NHr
  1230. vbttw
  1231. xzqnu
  1232. tlnp|{y{
  1233. dH??L[`
  1234. zozqHGt
  1235. ljZMEX
  1236. MM}=@Ou
  1237. zaRJ]
  1238. BHMQU^
  1239. |cVKZ
  1240. cQTh}gbzq]eePRQt
  1241. bYJQi
  1242. xvpP\
  1243. kRWSNIO
  1244. t\*IRg
  1245. _3/:Sfmo
  1246. mO?"BO_
  1247. m`aPC?F[t
  1248. mlonhVST
  1249. yd[cy
  1250. dlmjp
  1251. lXyz{
  1252. Q\ip~
  1253. uWFIe
  1254. lbAAJ?y
  1255. mnoiZck^SVe
  1256. 84jzR|
  1257. |e*iz
  1258. \FSH]
  1259. 5NrEA
  1260. uF//=JXfmpu
  1261. huwrfx
  1262. _\je\Yfy
  1263. aopohUEF]
  1264. }4:Au
  1265. uM?Kg|
  1266. iblsu
  1267. Zqzy}
  1268. ]28@U
  1269. qJ?Lh}
  1270. yzV]ey
  1271. mzFHOm
  1272. N/:=yQRv
  1273. pZwfCozq
  1274. }H-*@p
  1275. j:(2=K]fl
  1276. {popl
  1277. @[nmklmx
  1278. kiorpkdUE9<k
  1279. >9DMIQQOL>i
  1280. kG?Pg
  1281. \puu~
  1282. TRPXeXG;EBp
  1283. <<END7007<_
  1284. zynQVm
  1285. fC>Rh
  1286. a]zH~
  1287. }eoiIGk~v~eMQs
  1288. NQE;B709FCZ
  1289. '8DyfE
  1290. nF.)3EUahlnqqo|
  1291. xmnopp
  1292. mnoi[bjOD
  1293. ]OD<Y
  1294. r=A_mmqonmq
  1295. cnpqpolf[M:6Nt
  1296. z\Y8q
  1297. g5COVRC99Fj
  1298. rN>J_s
  1299. timUG
  1300. vfMD|
  1301. epyuw
  1302. _u~|uq
  1303. y~txzyx
  1304. s\J<Edx
  1305. |LE>@CAHNPC
  1306. P7DOTSF88?U
  1307. nM?FZt
  1308. ~}xYn
  1309. j^lTPKi
  1310. nn{UYz~
  1311. _I;4Z
  1312. sYrv9X
  1313. ^HF?8:?HOP@ufC_u
  1314. BOh(-BH
  1315. b7.7FRXdlpstsprs
  1316. }roqompp
  1317. pqpoaI:;
  1318. `@73?Shpnpomoopy
  1319. ylrprsrqnh_YM>Ai
  1320. 5=JRRVe
  1321. eBASj
  1322. ug|tw
  1323. s&yv~
  1324. n\NJY|
  1325. oQIMQROD_
  1326. TqE\w
  1327. Y_Rnw7>J
  1328. RPXiv
  1329. bBDVn
  1330. xiYolS_
  1331. QXszy||ys
  1332. bghJYUY}ws
  1333. pav}{
  1334. ykr]_
  1335. ~mZUf
  1336. s[KHNPQOGM
  1337. a1A,:KV
  1338. jgpjJBn
  1339. :.;N]irrqssttsqp
  1340. ?Wxr|
  1341. slppononn
  1342. o}pold]
  1343. _TS\foqpnnooqpop
  1344. t(rsstvoeVFJ
  1345. Q9FQRN
  1346. Vn{v|
  1347. }sro{}|
  1348. sgcVi
  1349. jNRRN@
  1350. qfaYBIq
  1351. G;GPQNu
  1352. nVAAn
  1353. wJ~PY
  1354. dNapx|}{y
  1355. bZjOFhZJc~ry
  1356. jk{}{z
  1357. gf^ch
  1358. o9eng
  1359. XORQO@jsv
  1360. N[WR^
  1361. zppsoL<JB)
  1362. N4K`muvxzpstt
  1363. O<U{tT??
  1364. zjkmnonp
  1365. cjmnnmnp
  1366. nOmlkx
  1367. hA=8FZ_Y
  1368. hqrrtsrqyyxysiYIu
  1369. ktj;.Gbkw
  1370. oMBHe
  1371. 3@OROo
  1372. >69;;FL`gN
  1373. kb~xw
  1374. qqrw~
  1375. mMKIa
  1376. U0-46?R
  1377. OQRRFQ
  1378. ^s{iZ^t
  1379. m5ANQN]
  1380. ]<7;=;52@C0arS~_
  1381. ~hb_HfyqNNs}rw
  1382. ov{{|zyvh
  1383. jOLKb
  1384. UKm_8'.67<G{
  1385. MPQPIE
  1386. rTJUl
  1387. G6Shtwy{z{urtsrqn
  1388. 6CYu{eVr
  1389. |nlnno
  1390. mommop
  1391. jlomnmnonnllq
  1392. HGN^b[WU
  1393. fmqrtsquyy|zxwrc`
  1394. pQ7F_x
  1395. eiN9N
  1396. d7GPRI
  1397. <:<BFIC;:<H
  1398. buux~
  1399. 7CI55=EC<7S
  1400. gKRQLE
  1401. kmTFl
  1402. \iNAD
  1403. Y9GOQLwn>;>CEJF;40<^F
  1404. ^J`r||{z|
  1405. fxiDa
  1406. pv{||xph
  1407. Dev.CD Jul 93
  1408. Dev.CD Apr 93"
  1409.         activate
  1410.     end tell
  1411. on error errMsg number errNum
  1412.     --enter statements to perform when no records are found such as...
  1413.     display dialog "Sorry, the item you selected could not be found."
  1414.     return
  1415. end try
  1416. All Packages
  1417. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  1418. Dev.CD Jan 94
  1419. Dev.CD Oct 93
  1420. Dev.CD Jul 93
  1421. Dev.CD Apr 93PDDev.CD Apr 94
  1422. Dev.CD Jan 94
  1423. Dev.CD Oct 93
  1424. Dev.CD Jul 93
  1425. Dev.CD Apr 9V
  1426. 29411X
  1427. Apr 94
  1428. .sysodlogaskr
  1429.     thechoice
  1430.     theChoice
  1431. ) = -128    
  1432.  to the previous package.
  1433. To find all new and revised packages on the current CD:
  1434.     Choose New & Revised from the Current Selection pop-up menu on the Browser screen.
  1435.  Double-click an interesting-looking item in the packages list to see information about that package.
  1436. Note: Using the Current Selection pop-up menu, you can also display a list of packages from a specific CD type such as Tool Chest or System Software.
  1437. To search for specific text within package title, package descriptions, 
  1438. or filenames:
  1439.     Click the Find... button on the toolbar at the bottom of any screen.
  1440.     To focus the search on package titles or names of files contained in the package, click the More Choices button, then enter the appropriate criteria in the fields available.
  1441.     To restrict the search to new and revised packages or a specific CD type, click More Choices then choose the appropriate option from the Search popup menu.
  1442.     Click the Find button. The packages found by your search will appear in t
  1443. he package information screen format, listed in alphabetical order. The number of found packages is listed in the bottom right corner of the screen.
  1444.     Click Next to advance to the next package in the current selection, or Back to go to the previous package.
  1445. To Display the full path to a package on the CD:
  1446.     From the Browser screen, select the package from the packages list. The full path will be displayed in the lower part of the screen, just above the toolbar. If the path is not visible,
  1447.  click the Show Path button in the toolbar at the bottom of the screen.
  1448. To Open a package
  1449. s folder on the CD:
  1450.     From the Browser, select the package from the list and click the Open Folder button.
  1451.     From a package info screen, click the Open Folder button.
  1452. Note: If the package is not on the CD currently mounted in your computer, a dialog box will ask you for the correct volume. If you are running the Developer CD Series Assistant from a CD, there is no effective way to eject the CD cur
  1453. Browser Show Path
  1454. Browser Show Path
  1455. ^("")
  1456. ^("")
  1457. ^=MQT
  1458. =FKKEGPo
  1459. ]DOZc
  1460. s^_ag[
  1461. }sttw
  1462. qrqpu
  1463. dSw|o}
  1464. _Yc`S^{
  1465. \]`H{
  1466. eLDGKQOJA
  1467. uMQNJ{
  1468. VWnqq|
  1469. wF@MPS
  1470. iBGKLIIN]s
  1471. ~BS?ES[
  1472. KLbqx{zx|
  1473. iYVttLj
  1474. {(zsge
  1475. y]Ofhq
  1476. bW_N>?k
  1477. vF?bRW~tkXLIKMPOKDnaOPNLl
  1478. ypx~mw
  1479. U=7Fu
  1480. a[lvy|z{{}zyzwsme{
  1481. NOW\^z
  1482. @ @0`
  1483. `0@ p
  1484. P @0`
  1485. `0@ p
  1486. @ @0`
  1487. `0@ p
  1488. P @0`
  1489. `0@ p
  1490. @ @0`
  1491. `0@ p
  1492. P @0`
  1493. `0@ p
  1494. `@p0p 
  1495. `@p0p 
  1496. `@p0p 
  1497. 99:CD_Catalog.FP3
  1498. FaliA
  1499. Current
  1500. CD_Catalog.FP3
  1501. FMP3FMP3
  1502. Joint Solns Apple 10/99
  1503. .Current:Joint Solns Apple 10/99:CD_Catalog.FP3
  1504. MSPCA
  1505. NAMEA
  1506. CD_Catalog.FP3
  1507. RPTHA
  1508. CD_Catalog.FP3
  1509. alisA
  1510. Current
  1511. CD_Catalog.FP3
  1512. FMP3FMP3
  1513. Joint Solns Apple 10/99
  1514. .Current:Joint Solns Apple 10/99:CD_Catalog.FP3
  1515. .RPTH
  1516. FPTHA.Current:Joint Solns Apple 10/99:ADC_Master.FP3
  1517. 2T!941
  1518. QigM=75=M
  1519. ELent
  1520. M{x7Iz
  1521. Lgn5Ho
  1522. {oohnofh
  1523. emmjn
  1524. aWMJ@1<Ygy
  1525. r]\\Sn
  1526. [krtyzz||
  1527. |xxr{p
  1528. NE8<t
  1529. TLKRj
  1530. PQY_`
  1531. eY^\]Z
  1532. ~Sds`S
  1533. f]mmu}
  1534. _ivhhz
  1535. qa[[a`n
  1536. i[OHg
  1537. [a\Ue
  1538. zaMKOGt
  1539. rWB>Lh
  1540. ^YENOs
  1541. SLLPYi{
  1542. yaRGj
  1543. yWKMa~
  1544. k\{]adaz
  1545. KENcBLV=E]fYh
  1546. YF]nwyxy
  1547. }qeCr{\`el
  1548. xou{{zzxp[v
  1549. Pey{a^n>FJDEh
  1550. QPeb\Rw
  1551. fXKDa
  1552. rbTJLOIg
  1553. UNMT}w
  1554. ||f*L>9Ij
  1555. dryzy|zxz|}
  1556. aGV\][y
  1557. jD]wyfUOS]m
  1558. YDZkn
  1559. ]Qdn[
  1560. xnnl^
  1561. cgZJBIYmue
  1562. tvnZ\\_T
  1563. tbmy}|zzy||yzyt
  1564. ]E<=Is
  1565. `OZ_ad
  1566. dVecTc
  1567. upqru
  1568. SXjicz
  1569. Re[^\[_
  1570. [a`\[
  1571. E9BNr
  1572. fekKLY
  1573. }gPE?@H`
  1574. bBNb[Ea?;BNX[
  1575. vBIfw|zyv
  1576. v^E[wXXgqfimVjwr
  1577. vuz{||r[U
  1578. jQYOIBHU:WPJD
  1579. y8Obfedh
  1580. F?DKZn
  1581. *seeq
  1582. p[qz|z
  1583. GNX\\]y
  1584. }xsuz{
  1585. `\ZQM
  1586. CQgnw
  1587. KDI97U
  1588. {3;Fj
  1589. MZekf\
  1590. |VKM:
  1591. kgvW48i
  1592. mmnic
  1593. c?5Bo
  1594. m\xyokks
  1595. jl^\[ZV^
  1596. {wyzyzyv{
  1597. aHM[d
  1598. I82AQ|
  1599. |I@Nf
  1600. KT`_^d
  1601. ^^_^``\bnZVLYis
  1602. ckgTM
  1603. u_Pewr
  1604. qrn\X]
  1605. [T`lek
  1606. }^CYd\_]`[k
  1607. lRSdv
  1608. __cb_[
  1609. ~T77;Rw
  1610. URwl<CI{
  1611. H<8AGe
  1612. egfc^L@C9;Mf
  1613. KJTkJ_VAGGESr
  1614. QDQ^s{zxw
  1615. qU]jqm]|
  1616. ujwz|vb[Sn
  1617. PQFKHFZHTfLGc
  1618. tRb_afK4:Sefdf`z
  1619. xplN=<<Ma
  1620. [NMQ|NDb
  1621. `LMZe
  1622. wXOI]
  1623. GVpy{zzx
  1624. JEBHR
  1625. SJV]\Y]y
  1626. LG]lo
  1627. ltH::Lt
  1628. JAZo]
  1629. hSbvni`
  1630. JeukHm
  1631. K417U
  1632. lom`v
  1633. d[Z[\^R{
  1634. oXTGCa
  1635. zwz|{zxs
  1636. xLADOX
  1637. SLV^^Zc
  1638. _5`[^eZ]fYs
  1639. jgYPY[
  1640. SMXX[mtps
  1641. ~tn]Z]Xa
  1642. aWIQ`
  1643. hZ\gVKYfZ_`_`\_
  1644. Y\__[Vr
  1645. p]ZJAZ
  1646. RF5sxFOAn
  1647. qZOJ]
  1648. {g^^|
  1649. x?=ENpMDQ]w~|pXPSi
  1650. fgfedWD;<FVl
  1651. RHYY]]
  1652. lNS]^\\`
  1653. xmmjjy
  1654. c`PHc
  1655. bCCP\R
  1656. eKjMH>
  1657. xC8Gg
  1658. Sevpdcjw
  1659. jZ\\^^]R
  1660. |?GZq
  1661. U8LY^
  1662. bNZ^_]^[
  1663. r[XZ^\`_]\\_^_^]\np
  1664. twvur
  1665. zjsl[_
  1666. ZUV[YYVRLh
  1667. SVWXZZYXm
  1668. |ZTpql
  1669. {rvvwwt
  1670. ]$\a^^]ZZXf
  1671. bX]]`bbN
  1672. ib_^an
  1673. ~TTFR
  1674. dZX\ea?FTj
  1675. b`cbf
  1676. o2BMFc
  1677. cDP\a\
  1678. HR[\^^Zn
  1679. _Z\\]]^]\^_\Z[_\e
  1680. e|zrvxsx
  1681. lnnNV{
  1682. sGQWYXYWsZ
  1683. cWYWXYVT
  1684. m\N\cy
  1685. ohwutr|
  1686. f]b]]ZZ[]^\\]]\\Zw
  1687. XZ^]a`[Z
  1688. kWa\U]
  1689. KNWC:
  1690. mcQ5@HHXo`
  1691. madde
  1692. eddcdedcege`}
  1693. TPfJTaGJLEEPlSMSY[YYX^
  1694. s]hoy
  1695. t_X[YYZXPjcHHDHHOeHYYIb
  1696. Q=Zgebbc
  1697. qboKORE?jv
  1698. `Z[_hfg`]__]^^[`
  1699. Z]`ac]S
  1700. V^]SHb
  1701. ExcKKAW
  1702. f]^U_x
  1703. z@=@EGs_T
  1704. zpeYZgt
  1705. h\DGk
  1706. dfefeb]WX_`f
  1707. ~QKZdGaODKENKiyFHRYZZ`vz
  1708. rnsvbZZYXRVpMNHDCC`VLdKD_
  1709. A\e^SNT_
  1710. fpdefbn
  1711. rv}XDl
  1712. waOMdpr
  1713. fBbXKLCJb
  1714. bX*]hktv^V
  1715. F[vyxwyzw
  1716. jSPWZc
  1717. FKW[\]\j
  1718. oWGEKZ
  1719. :;Hu]m
  1720. 9buaNT
  1721. fe\N>:G^s
  1722. V\]Z[\W[
  1723. rX[Y\t
  1724. jxzyzy{{|
  1725. nubusI
  1726. objectI
  1727. octoberJ
  1728. onlyA
  1729. openF
  1730. openedA
  1731. orientedJ
  1732. otherD
  1733. outlinesJ
  1734. overE
  1735. packageC
  1736. packagesA
  1737. packetK
  1738. packetsK
  1739. parserM
  1740. partF
  1741. particularF
  1742. pascalO
  1743. patchesN
  1744. patchingL
  1745. patternsC
  1746. physicalL
  1747. platformI
  1748. plug-inA
  1749. plug-insA
  1750. portK
  1751. portableA
  1752. powerbookN
  1753. powerpcD
  1754. pre-translateD
  1755. prerequisitesJ
  1756. previouslyA
  1757. printF
  1758. printingF
  1759. problemM
  1760. processD
  1761. productD
  1762. productsD
  1763. providedD
  1764. providesA
  1765. quadraM
  1766. quadrasM
  1767. quickdrawF
  1768. quicklyA
  1769. quitF
  1770. +RPTH
  1771. FPTHA+Current:Joint Solns Apple 10/99:Catalog.txt
  1772. FaliA
  1773. Current
  1774. Catalog.txt
  1775. TEXTttxt
  1776. Joint Solns Apple 10/99
  1777. +Current:Joint Solns Apple 10/99:Catalog.txt
  1778. MSPCA
  1779. NAMEA
  1780. Catalog.txt
  1781. RPTHA
  1782. Catalog.txt
  1783. alisA
  1784. Current
  1785. Catalog.txt
  1786. TEXTttxt
  1787. Joint Solns Apple 10/99
  1788. +Current:Joint Solns Apple 10/99:Catalog.txt
  1789. QRPTH
  1790. FPTHAQCurrent:Joint Solns Apple 11/99:CD Runtime App Folder:Developer CD Search Results
  1791. MSPCA
  1792. NAMEA
  1793. Developer CD Search Results
  1794. RPTHA
  1795. Developer CD Search Results
  1796. FaliA
  1797. Current
  1798. ADC_Master.FP3
  1799. FMP3FMP3
  1800. Joint Solns Apple 10/99
  1801. .Current:Joint Solns Apple 10/99:ADC_Master.FP3
  1802. MSPCA
  1803. NAMEA
  1804. ADC_Master.FP3
  1805. RPTHA
  1806. ADC_Master.FP3
  1807. alisA
  1808. Current
  1809. ADC_Master.FP3
  1810. FMP3FMP3
  1811. Joint Solns Apple 10/99
  1812. .Current:Joint Solns Apple 10/99:ADC_Master.FP3
  1813. FMRLA
  1814. SORTA
  1815. FMRLA
  1816. FMRLA
  1817. FMRLA
  1818. FMRLA
  1819. FilterB    SelectionC
  1820. ClickedE
  1821. CUstom
  1822. (LIST
  1823. LISTA
  1824. New & Revised
  1825. Mac OS SDK Edition
  1826. System Software Edition
  1827. Tool Chest Edition
  1828. Reference Library Edition
  1829. All Packages
  1830. Custom Search
  1831. VDEFA(
  1832. (LIST
  1833. LISTA%Any Field
  1834. Package Title
  1835. Any File Name
  1836. VDEFA(
  1837. (LIST
  1838. LISTAPAll Packages
  1839. New & Revised
  1840. Tool Chest CD
  1841. Reference Library CD
  1842. System Software CD
  1843. VDEFA(
  1844. (LIST
  1845. VDEFA(
  1846. (LIST
  1847. VDEFA(
  1848. (LIST
  1849. VDEFA(
  1850. (LIST
  1851. (LIST
  1852. PortalFilterB
  1853. SearchFieldC
  1854. SearchFilterD
  1855. PortalFilterCalcE
  1856. ReceivedF
  1857. UpdatedG
  1858. Keywords
  1859. VDEFA(
  1860.     Helvetica
  1861. Geneva
  1862. Palatino
  1863. Chicago
  1864. Verdana
  1865. Arial
  1866. NewRevisedCalcB
  1867.  "new")
  1868.  "New"  
  1869.  "updated") 
  1870.  "Revised" 
  1871.  "" )
  1872. updatedG
  1873. Revised
  1874. AppleScript_OpenB
  1875. t_OpenB
  1876. Pro 3.0 - 4.1F!
  1877. USENGLSH.MPR
  1878. rently in use in order to mount another. Therefore, if you are searching for packages on older CDs you may want to copy the About This CD folder, containing the Developer CD Series Assistant and its related files, to your hard drive first.
  1879. ore Choices button, then choo
  1880. Custom FindB
  1881. CustomFind
  1882. Text Extractor Plug-ins are used by Find by Content to extract the text content of a document.  System 8.6 provides two Text Extractor Plug-ins: 
  1883. HTML Text Extractor
  1884.  and 
  1885. PDF Text Extractor
  1886. .  A Text Extractor Plug-in knows the file format of a document and can quickly return the text that would be seen when a document is opened, this information is used by Find by Content to index and summarize documents.  
  1887. Text Extractors improves the accuracy of indexing and summarizing files.  As an 
  1888. 74914T
  1889. 1arch on package titles or names of files contained in the package, click the More Choices button, then enter the appropriate criteria in the fields available.
  1890.     To restrict the search to new and revised packages or a specific CD type, click More Choices then choose the appropriate option from the Search popup menu.
  1891.     Click the Find button. The packages found by your search will appear in t
  1892. 73828 packages list. The full path will be displayed on the right.
  1893. "Custom Search"
  1894. Custom SearchB+
  1895. ) > 0    
  1896. needsE
  1897. networkE
  1898. noteN
  1899. notesI
  1900. D!All Packages
  1901. Tool Chest Edition
  1902. 4PM 5.0
  1903. 4PM is a program that can be used to control and access the performance monitoring features of the PowerPC 604, G3 and G4 microprocessors and the performance monitoring features of the MPC106 memory controller. Counters can be turned on and off using a 'hot key' or by linking with the included 4PM library.
  1904. 4PM application for configuring and controlling the counters. 4PM Library for linking with applications.
  1905. JK4PM 5 0 Doc.pdf
  1906. 4PM 5.0
  1907. 4PM Library 1 0 Doc.pdf
  1908. 4PMLibrary 1.0
  1909. 4PMLibrary.hK
  1910. Jun 99L
  1911. Jul 99M
  1912. PowerPC 604 or greater.NYperformance, hardware, PowerPC,bandwidth, cpi, 'cache miss rates', 'performance counters'O8Dev.CD May 00 TC:Tool Chest:Testing & Debugging:4PM 5.0:P@Dev.CD May 00 TC
  1913.  - Tool Chest
  1914.  - Testing & Debugging
  1915.  - 4PM 5.0V
  1916. 73720X
  1917. May 00^
  1918. #M 5.0V
  1919. 53895X
  1920. Jul 99^
  1921. Excellent CD (I)V
  1922. 37081X
  1923. Excellent CD (I)V
  1924. 27676X
  1925. _DESCRIPTION
  1926. Closing ScreenB
  1927. &ADC programs offer developers worldwide easy access to Apple tools and technologies, world-class technical support, and critical business and marketing information and services.
  1928. For news on programs and resources available to Apple developers, please visit our web site at developer.apple.com. please visit our web site at developer.apple.com.
  1929. Current Selection:{    <<
  1930. ABBF>>
  1931. Double-click for more info.
  1932. Find...
  1933. Open Folder
  1934. Package Info
  1935. Export List
  1936. Find...
  1937. Open Folder
  1938. Package Info
  1939. Export List
  1940. "Any Field"
  1941.     Any FieldC.
  1942. "All Packages"
  1943. All PackagesD
  1944. Find Execute
  1945. Apple Macintosh Coprocessor based NuBus cards such as the Ethernet NB, TokenTalk NB, and TokenRing 4/16 NB cards running on the PowerPC system.  See the document "Release Notes 1.2.1" for details. Sample Code.img System 6.0.5 or greater, MacPlus or later CPU. A/ROSE, MCP, Macintosh Coprocessor PlatformBz, Ethernet NB, PowerPC, Network Software, AppleTalk, TokenTalk, Token Ring Mar 92 May 94 All Packages
  1946. Tool Chest Edition
  1947. appletalk
  1948. component
  1949. _PortalFilterB
  1950. _PortalSelectionB
  1951. A    _HelpTextB
  1952. PortalFilterCalcB
  1953. C"All Packages" & "
  1954.  "SDK") 
  1955.  "Mac OS SDK Edition"
  1956.  = "TC" 
  1957.  "Tool Chest Edition" 
  1958.  = "RL" 
  1959.  "Reference Library Edition"
  1960.  "SSW")
  1961.  "System Software Edition"  
  1962.  "") & "
  1963. ! & "
  1964.  "new") 
  1965.  "updated") 
  1966.  "New & Revised" 
  1967.  "" )
  1968. All Packages
  1969. Mac OS SDK Edition
  1970. Tool Chest Edition
  1971. Reference Library Edition
  1972. System Software Edition
  1973. updatedG
  1974. New & Revised
  1975. PortalSelectionCalc
  1976. Browser Custom SearchM
  1977. New & RevisedB
  1978. 73828
  1979. To get information about a package on the CD:
  1980.     Click the Browser button below to go to the Browser screen.
  1981.     Choose a group of package titles to display from the Current Selection popup menu. The default displays new and revised items; you may also choose to display all packages or the packages on a particular CD.
  1982.     Double-click a title in the Browser list to go to the information screen for that package.
  1983.     Click Next to advance to the next package in the current selection, or Back to goBack to gogo
  1984. _CustomFindB
  1985. script
  1986. scriptable
  1987. search
  1988. sherlock
  1989. softwareI
  1990. tokenI
  1991. token
  1992. ringI
  1993. tokentalk
  1994. video
  1995. reference@
  1996. reporting@
  1997. altdboxproc@
  1998. aslm@
  1999. computing@
  2000. debugging@
  2001. distinguishing@
  2002. folders@
  2003. horizon@
  2004. import@
  2005. looping@
  2006. summary
  2007. appstogo
  2008. development
  2009. framework
  2010. developm@
  2011. summary
  2012. contains
  2013. latest
  2014. appletalk
  2015. stack
  2016. version
  2017. macsn@
  2018. summary
  2019. developer's
  2020. package
  2021. includes
  2022. appleshar@
  2023. summary
  2024. small
  2025. application
  2026. control
  2027. redistribution
  2028. enables
  2029. developers
  2030. install@
  2031. image
  2032. contains
  2033. golden
  2034. master
  2035. pre-release
  2036. versi@
  2037. folder
  2038. contains
  2039. archives
  2040. format
  2041. apple
  2042. together@
  2043. customer
  2044. million
  2045. windo@
  2046. apple
  2047. styleguide00
  2048. introduction@
  2049. markpascal@
  2050. namerevisioncurrent@
  2051. picker@
  2052. hypercard@
  2053. appletalk
  2054. transaction
  2055. protocol@
  2056. laserwriter
  2057. ^BLgSMeHECCEP
  2058. ]>JXZ`v{v~
  2059. iWhxuqg
  2060. sdu|v`[]XM{bGDACDRcH_UFH
  2061. N_\H839J_
  2062. ueJB7^bIODT
  2063. V9^sz{z|y
  2064. [FHQTl
  2065. vCNYZ]\]
  2066. tZST;0?f
  2067. h9FiQA
  2068. TBclnQ
  2069. lbWrzR2Cd}
  2070. cZ^[[]]T
  2071. OZXMKq
  2072. t|zzyxum
  2073. K>>DF
  2074. cjljt}
  2075. IHRUXh
  2076. pDUab^[f
  2077. k`C=\
  2078. Y\^_]^^__Y\eh[Uv
  2079. vvrgl
  2080. }foTln
  2081. UMQXXY]sl
  2082. p^YYXXNn
  2083. wq[PO^
  2084. q^_x{
  2085. stack@
  2086. walltowalldialog
  2087. disposeresource
  2088. debugging
  2089. resource
  2090. handles@
  2091. multi-processing@
  2092. optimizing@
  2093. deleted@
  2094. appleevent@
  2095. s]RNNn
  2096. vTFPVVWV~
  2097. juwSPet
  2098. w_zhQPMGEDDA@=)('&$#$$#FP('6B;%%'DG&2\fd[Z9GE+..
  2099. +2248?JDFB'#
  2100. #'*&  
  2101. '.N^^ffO'.L3&&,ABA7:V4)
  2102. .1235668:9:>BFGNPOO
  2103. O}rffwfs
  2104. fKVWWV[q
  2105. v8+124<O_ghe[\
  2106. s~}~~|
  2107. YeaHb
  2108. sd`Zf
  2109. qOXkqqret
  2110. gtuQMbq
  2111. vneddcbba``\
  2112. :AB,-=IG,&$34
  2113. %UfdU5S-40
  2114. $$"&3;::<@D52. 
  2115. !BX\feF
  2116. 8#"#6JJI@9G5:
  2117. GHIJM
  2118. obdudp
  2119. p32:;@I\pyytgY
  2120. V,9*Vr
  2121. wFe}|
  2122. s}mmkkw
  2123. Dev.CD May 00 TC:Sample Code:P
  2124. Dev.CD May 00 TC
  2125.  - Sample CodeV
  2126. 74008X
  2127. May 00^
  2128. r--set theItem to choose file -- uncomment to test in an AS editor
  2129.     tell application "Finder"
  2130.         open item "Dev.CD May 00 TC:Sample Code:"
  2131.         activate
  2132.     end tell
  2133. on error errMsg number errNum
  2134.     --enter statements to perform when no records are found such as...
  2135.     display dialog "Sorry, the item you selected could not be found."
  2136.     return
  2137. end try
  2138. e    No Changef
  2139. QuickTime
  2140. Dev.CD May 00 TC
  2141. D!All Packages
  2142. Tool Chest Edition
  2143. Imran's Virtual KeycodesItSummary: This document shows how raw keycodes map to virtual keycodes on various keyboards.
  2144. It is an MPW text file. JFImran's READ ME
  2145. Imran's READ ME.txt
  2146. KCHR mappings
  2147. Virtual Keycode diffK
  2148. Vol VL
  2149. Vol VIIORDev.CD May 00 TC:Tool Chest:Development Kits:MPW Related:Imran's Virtual Keycodes:P]Dev.CD May 00 TC
  2150.  - Tool Chest
  2151.  - Development Kits
  2152.  - MPW Related
  2153.  - Imran's Virtual KeycodesV
  2154. 74009X
  2155. May 00^
  2156. #  Re
  2157. f--set theItem to choose file -- uncomment to test in an AS editor
  2158.     tell application "Finder"
  2159.         open item "Dev.CD Jun 97 SSW"
  2160.         activate
  2161.     end tell
  2162. on error errMsg number errNum
  2163.     --enter statements to perform when no records are found such as...
  2164.     display dialog "Sorry, the item you selected could not be found."
  2165.     return
  2166. end try
  2167.    return
  2168. end try
  2169. M-PPC only,   OpenTransport 1.1, Thread managerN>OpenTransport, Server, Thread Manager, TCP/IP, HTTP, IOStreamst, into raw mode, so that the return packet contains the long DDP header information.
  2170. JbDMZ.68k
  2171. DMZ.fat
  2172. dmz.make
  2173. .ppc.sc
  2174. .rsrc
  2175. Objects
  2176. sources
  2177. Think DMZ.ppcK
  2178. Sep 92L
  2179. Jul 96M
  2180. MPW distributed with ETO 18, Open Transport 1.1 SDK, CodeWarrior8, or Symantec Project Manager 8.0.3 required to build the application.NPOpen Transport, NBP, AppleTalk, DDP, rawmode, NBPLookup, OTLookup, Echo ProtocolO@Dev.CD May 00 TC:Tool Chest:Networking:Network Watch (DMZ) v1.5:PHDev.CD May 00 TC
  2181.  - Tool Chest
  2182.  - Networking
  2183.  - Network Watch (DMZ) v1.5k.  Printing is often much more complex than it needs to be. By keeping it simple and staying on the well-trod path, you can protect yourself.
  2184. BE OUR GUEST:  Source Code Control for the Rest of Us by D. John Anderson and Alan B. Harper Source control doesn
  2185. t need to be complex, as the simple tools presented here wil
  2186. return
  2187. return
  2188. investment
  2189. business
  2190. processes
  2191. interactive
  2192. media
  2193. reverb
  2194. rgbforecolor
  2195. rhapsody
  2196. rhapsody
  2197. yellow
  2198. openstep
  2199. rhapsody
  2200. pages
  2201. ringQ
  2202. riser
  2203. robustness
  2204. rotation
  2205. router
  2206. routing
  2207. rules
  2208. runtime
  2209. sample
  2210. sample
  2211. sample
  2212. games
  2213. graphics
  2214. animation
  2215. sample
  2216. traffic
  2217. light
  2218. saving
  2219. scanner
  2220. scomP
  2221. screen
  2222. script\
  2223. scriptable\
  2224. viour
  2225. beinga
  2226. beings
  2227. believe
  2228. belly
  2229. belong
  2230. belongs
  2231. belowp
  2232. bending
  2233. beneath
  2234. benefitp
  2235. benefitsj
  2236. berdahl
  2237. berkeley
  2238. berkowitz
  2239. program
  2240. shows
  2241. select
  2242. quickt
  2243. program
  2244. shows
  2245. select
  2246. create
  2247. movie
  2248. program
  2249. shows
  2250. select
  2251. group
  2252. quicktime
  2253. drawin
  2254. program
  2255. shows
  2256. subclass
  2257. quicktime
  2258. program
  2259. shows
  2260. qtjava
  2261. program
  2262. shows
  2263. quicktime's
  2264. visual
  2265. effect
  2266. program
  2267. shows
  2268. tuneplayer
  2269. program
  2270. shows
  2271. construction
  2272. composited
  2273. program
  2274. shows
  2275. introspection
  2276. movie
  2277. program
  2278. shows
  2279. usage
  2280. graphicsimporter
  2281. program
  2282. shows
  2283. usage
  2284. qtimagedrawer
  2285. developer
  2286. describes
  2287. macintosh
  2288. powerbook
  2289. 2400c
  2290. developer
  2291. provides
  2292. technical
  2293. information
  2294. about
  2295. development
  2296. information
  2297. image
  2298. contains
  2299. debug
  2300. version
  2301. 2.5.2
  2302. which
  2303. QuickTime, Java, MRJrospection of a Movie and the presentation of mixer channels to edit the playback volumes and balance of audio media.J
  2304. Sample Code.imgK
  2305. Feb 00
  2306. - Common
  2307.     - Sun Compliant Java Runtime Environment 1.1
  2308.     - QuickTime 3 
  2309.     - QTJava.zip
  2310.     - QTJava media samples
  2311. - Mac OS:
  2312.     - System 8 or later
  2313.     - Macintosh Runtime for Java (MRJ) 2.1
  2314. - Windows 95, 98, or NT::
  2315.     - JRE/JDK from Sun Microsystems, Inc. recommended
  2316. QuickTime, Java, MRJO
  2317. Dev.CD May 00 TC:Sample Code:P
  2318. Dev.CD May 00 TC
  2319.  - Sample CodeV
  2320. 72892X
  2321. May 00^
  2322. r--set theItem to choose file -- uncomment to test in an AS editor
  2323.     tell application "Finder"
  2324.         open item "Dev.CD May 00 TC:Sample Code:"
  2325.         activate
  2326.     end tell
  2327. on error errMsg number errNum
  2328.     --enter statements to perform when no records are found such as...
  2329.     display dialog "Sorry, the item you selected could not be found."
  2330.     return
  2331. end try
  2332. e    No Changef
  2333. QuickTime
  2334. Dev.CD May 00 TC
  2335. 74142X
  2336. Mar OO^
  2337. RLDisk 1
  2338. --set theItem to choose file -- uncomment to test in an AS editor
  2339.     tell application "Finder"
  2340.         open item "Dev.CD Mar OO RLDisk 1:Interactive Media Resources:"
  2341.         activate
  2342.     end tell
  2343. on error errMsg number errNum
  2344.     --enter statements to perform when no records are found such as...
  2345.     display dialog "Sorry, the item you selected could not be found."
  2346.     return
  2347. end try
  2348. Deletedf audio
  2349. compression
  2350. playback
  2351. codecq
  2352. Dev.CD Mar OO RLDisk 1
  2353. New NewGWorld
  2354. This sample is designed to show the proper use of the the new flags (Mac OS 9+ and the iBooks, slot loading iMacs and AGP Graphics G4 PowerMacs) in the NewGWorld routine.  The application draws a re-sizable window that is updated from an offscreen GWorld.  The user has control over where to allocate the GWorld's PixMap data (in VRAM, in AGP memory or in system memory).  A blitting test can then be performed to test blitting speed using CopyBits.
  2355. opyBits.
  2356. summary
  2357. virtual
  2358. server
  2359. attempt
  2360. provide
  2361. piece
  2362. summary
  2363. collects
  2364. information
  2365. about
  2366. system
  2367.     end tell
  2368. on error errMsg number errNum
  2369.     --enter statements to perform when no records are found such as...
  2370.     display dialog "Sorry, the item you selected could not be found."
  2371.     return
  2372. end try
  2373. e    No ChangefGLocation
  2374. Configuration
  2375. Setting
  2376. Preference
  2377. Switch
  2378. Module
  2379. Environmentq
  2380. Dev.CD Jul 00 SDK1
  2381. usage
  2382. usage
  2383. history
  2384. 1.4.3b3
  2385. driver
  2386. useful
  2387. useful
  2388. addmenu
  2389. script
  2390. manual
  2391. user's
  2392. usersy
  2393. userstartup
  2394. userstartup
  2395. goodies
  2396. using
  2397. using
  2398. quicktime
  2399. conferencing
  2400. utilcode
  2401. utilities
  2402. utility
  2403. v1.5.2
  2404. v1.5.3
  2405. validator
  2406. validator
  2407. validator
  2408. documentation
  2409. validator
  2410. documentation
  2411. variable
  2412. variables
  2413. verifier
  2414. verifier
  2415. version
  2416. version
  2417. history
  2418. version
  2419. history
  2420. versionedit
  2421. installerv
  2422. installer
  2423. imagev
  2424. symfilesv
  2425. asset
  2426. assistant
  2427. atags
  2428. atags
  2429. manual
  2430. atags
  2431. manual
  2432. atalk
  2433. atalk
  2434. toolkit
  2435. atalkzones
  2436. atalkzones
  2437. its to colorize a picture.  You select a foreground and background color, and copybits colorizes the picture.
  2438. Compressed PICT Info:  This snippet shows how to use the StdPix proc to intercept and display the compression type and depth of any compressed PICT within a PICT resource.
  2439. CopyBits vs. CopyMask:  This snippet drag races CopyBits (using a mask region) and CopyMask (using a mask BitMap). Which do you think is faster? The results may surprise you.
  2440. CopybitsSpeedPalette:  This progra
  2441. m demostrates ways to increase copybits speed when using palettes.
  2442. CopyDeepMask:  This program demonstrates the use of CopyDeepMask using 2 PICTS (one a photograph and the other a triangular mask).  It uses 2 offscreen gworlds to hold the source and mask pixmaps. CopyDeepMask is then used to create the masked image and display it in the application window.  The source, mask, and destination rectangles are all the same size in order to avoid altering pixel sizes.
  2443. CopyMask:  Shows how Copy
  2444. 74948X
  2445. Nov 99^
  2446. --set theItem to choose file -- uncomment to test in an AS editor
  2447.     tell application "Finder"
  2448.         open item "Dev.CD Nov 99 TC:System Software:Worldwide QuickDraw GX:"
  2449.         activate
  2450.     end tell
  2451. on error errMsg number errNum
  2452.     --enter statements to perform when no records are found such as...
  2453.     display dialog "Sorry, the item you selected could not be found."
  2454.     return
  2455. end try
  2456. Deletedq
  2457. Dev.CD Nov 99 TC
  2458. ND!All Packages
  2459. Mac OS SDK Edition
  2460. Worldwide System Software
  2461. This folder contains Worldwide updates of Mac OS 8.1 that were available as this edition of the Developer CD went to press.
  2462.  To create floppy disks from the disk images or create net install folders on your desktop, use the "Disk Copy" application in the Utilities folder.
  2463. 74949X
  2464. 1e    No Change
  2465. Dev.CD Jul 96 SSWP
  2466. Dev.CD Jul 96 SSV
  2467. 74623X
  2468. Jul 96
  2469. f--set theItem to choose file -- uncomment to test in an AS editor
  2470.     tell application "Finder"
  2471.         open item "Dev.CD Jul 96 SSW"
  2472.         activate
  2473.     end tell
  2474. on error errMsg number errNum
  2475.     --enter statements to perform when no records are found such as...
  2476.     display dialog "Sorry, the item you selected could not be found."
  2477.     return
  2478. end try
  2479. All Packages
  2480. System 7.5 Update 2.0O
  2481. Dev.CD Jul 96 SSWP
  2482. Dev.CD Jul 96 SSV
  2483. 74624X
  2484. Jul 96
  2485. f--set theItem to choose file -- uncomment to test in an AS editor
  2486.     tell application "Finder"
  2487.         open item "Dev.CD Jul 96 SSW"
  2488.         activate
  2489.     end tell
  2490. on error errMsg number errNum
  2491.     --enter statements to perform when no records are found such as...
  2492.     display dialog "Sorry, the item you selected could not be found."
  2493.     return
  2494. end try
  2495. All Packages
  2496. System 7.5 Update 2.0O
  2497. Dev.CD Jul 96 SSWP
  2498. Dev.CD Jul 96 SSV
  2499. 74625X
  2500. Jul 96
  2501. All Packages
  2502. QuickDraw GXO
  2503. Dev.CD Jul 95P
  2504. Dev.CD Jul 9V
  2505. 74327X
  2506. Jul 95
  2507. b--set theItem to choose file -- uncomment to test in an AS editor
  2508.     tell application "Finder"
  2509.         open item "Dev.CD Jul 95"
  2510.         activate
  2511.     end tell
  2512. on error errMsg number errNum
  2513.     --enter statements to perform when no records are found such as...
  2514.     display dialog "Sorry, the item you selected could not be found."
  2515.     return
  2516. end try
  2517. All Packages
  2518. QuickDraw GXO
  2519. Dev.CD Jul 95P
  2520. Dev.CD Jul 9V
  2521. 74328X
  2522. Jul 95
  2523. b--set theItem to choose file -- uncomment to test in an AS editor
  2524.     tell application "Finder"
  2525.         open item "Dev.CD Jul 95"
  2526.         activate
  2527.     end tell
  2528. on error errMsg number errNum
  2529.     --enter statements to perform when no records are found such as...
  2530.     display dialog "Sorry, the item you selected could not be found."
  2531.     return
  2532. end try
  2533. All Packages
  2534. QuickDraw GXO)Dev.CD Jul 95
  2535. Dev.CD Apr 95
  2536. Dev.CD Jan 95V
  2537. 74329X
  2538. what's[
  2539. what's
  2540. 1.4.2_
  2541. what's
  2542. what's
  2543. bbedit
  2544. what's
  2545. 1.5.1
  2546. what's
  2547. package
  2548. what's
  2549. difference
  2550. whatsy
  2551. wherecds
  2552. wherecds
  2553. wherecds
  2554. white
  2555. windname
  2556. windname
  2557. window
  2558. window
  2559. windowdialog
  2560. windowdialog
  2561. windowed
  2562. windowpalette
  2563. windowpalette
  2564. windowpicker
  2565. writing
  2566. driver
  2567. writing
  2568. interactive
  2569. media
  2570. xcmdsn
  2571. xcmds&xfcns
  2572. xfcnc
  2573. xfcns
  2574. xthings
  2575. shell
  2576. sample
  2577. docsr
  2578. zaptcp
  2579. zaptcp
  2580. block
  2581. device
  2582. driver
  2583. raster
  2584. ratesA
  2585. quickdraw
  2586. hardware
  2587. acceleration
  2588. rawip
  2589. rawmode
  2590. readerZ
  2591. reality
  2592. receives
  2593. reconfiguration
  2594. recordable\
  2595. redistribution
  2596. reference
  2597. region
  2598. registration
  2599. registry
  2600. release
  2601. rename
  2602. renderer
  2603. rendering
  2604. replace
  2605. reports
  2606. resedit
  2607. resedit
  2608. 2.1.1
  2609. disassembly
  2610. disassembler
  2611. viewer
  2612. edito
  2613. resolution
  2614. resource
  2615. resourcesY
  2616. return
  2617. return
  2618. investment
  2619. business
  2620. processes
  2621. interactive
  2622. media
  2623. rgbforecolor
  2624. ringQ
  2625. riser
  2626. robustness
  2627. router
  2628. routing
  2629. runtime
  2630. sample
  2631. sample
  2632. traffic
  2633. light
  2634. saving
  2635. scanner
  2636. scomP
  2637. screen
  2638. script\
  2639. scriptable\
  2640. 'OHDev.CD May 00 TC:Tool Chest:Devices:NuBus/Slot Manager:Declaration ROMs:PSDev.CD May 00 TC
  2641.  - Tool Chest
  2642.  - Devices
  2643.  - NuBus/Slot Manager
  2644.  - Declaration ROMsV
  2645. 73886X
  2646. May 00^
  2647. --set theItem to choose file -- uncomment to test in an AS editor
  2648.     tell application "Finder"
  2649.         open item "Dev.CD May 00 TC:Tool Chest:Devices:NuBus/Slot Manager:Declaration ROMs:"
  2650.         activate
  2651.     end tell
  2652. on error errMsg number errNum
  2653.     --enter statements to perform when no records are found such as...
  2654.     display dialog "Sorry, the item you selected could not be found."
  2655.     return
  2656. end try
  2657. e    No Changeq
  2658. Dev.CD May 00 TC
  2659. (D!All Packages
  2660. Tool Chest Edition
  2661. DefProcs
  2662.     ker:  This app provides a quick example of how to change palette colors using the Color Picker Package. The program simply creates a palette, attaches it to a window, then calls color picker routines whenever a user clicks in the window to change a color
  2663. ColorizePict:  Snippet to illustrate how to use CopyB
  2664. All Packages
  2665. F)System Enabler 131 (PB 160/165c/180/180c)O)Dev.CD Apr 94
  2666. Dev.CD Jan 94
  2667. Dev.CD Oct 93P(Dev.CD Apr 94
  2668. Dev.CD Jan 94
  2669. Dev.CD Oct 9V
  2670. 74789X
  2671. Apr 94
  2672. ~--set theItem to choose file -- uncomment to test in an AS editor
  2673.     tell application "Finder"
  2674.         open item "Dev.CD Apr 94
  2675. Dev.CD Jan 94
  2676. Dev.CD Oct 93"
  2677.         activate
  2678.     end tell
  2679. on error errMsg number errNum
  2680.     --enter statements to perform when no records are found such as...
  2681.     display dialog "Sorry, the item you selected could not be found."
  2682.     return
  2683. end try
  2684. All Packages
  2685. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  2686. Dev.CD Jan 94
  2687. Dev.CD Oct 93
  2688. Dev.CD Jul 93P6Dev.CD Apr 94
  2689. Dev.CD Jan 94
  2690. Dev.CD Oct 93
  2691. Dev.CD Jul 9V
  2692. 74790X
  2693. Apr 94
  2694. inputsprocket
  2695. which
  2696. provides
  2697. support
  2698. package
  2699. consists
  2700. files
  2701. provide
  2702. information
  2703. package
  2704. contains
  2705. source
  2706. resources
  2707. project
  2708. All Packages
  2709. System Enabler 001 (IIvx, IIvi)O7Dev.CD Apr 94
  2710. Dev.CD Jan 94
  2711. Dev.CD Oct 93
  2712. Dev.CD Aug 93P6Dev.CD Apr 94
  2713. Dev.CD Jan 94
  2714. Dev.CD Oct 93
  2715. Dev.CD Aug 9V
  2716. 74652X
  2717. Apr 94
  2718. --set theItem to choose file -- uncomment to test in an AS editor
  2719.     tell application "Finder"
  2720.         open item "Dev.CD Apr 94
  2721. Dev.CD Jan 94
  2722. Dev.CD Oct 93
  2723. Dev.CD Aug 93"
  2724.         activate
  2725.     end tell
  2726. on error errMsg number errNum
  2727.     --enter statements to perform when no records are found such as...
  2728.     display dialog "Sorry, the item you selected could not be found."
  2729.     return
  2730. end try
  2731. All Packages
  2732. System Enabler 001 (IIvx, IIvi)O)Dev.CD Apr 94
  2733. Dev.CD Jan 94
  2734. Dev.CD Oct 93P(Dev.CD Apr 94
  2735. Dev.CD Jan 94
  2736. Dev.CD Oct 9V
  2737. 74653X
  2738. Apr 94
  2739. erils
  2740. permissionj
  2741. personZ
  2742. personal
  2743. perspective
  2744. pertaining
  2745. peter
  2746. philip
  2747. phone
  2748. photoshop
  2749. libraryv
  2750. light
  2751. limit
  2752. linkv
  2753. linked
  2754. linkers
  2755. linking
  2756. listen
  2757. scroll
  2758. dynamic
  2759. scrolling
  2760. scrolling
  2761. control
  2762. proportional
  2763. scroll
  2764. appearance
  2765. loadable
  2766. loader
  2767. loading
  2768. locales
  2769. localizationy
  2770. localized
  2771. locationt
  2772. location
  2773. configuration
  2774. setting
  2775. preference
  2776. switch
  2777. module
  2778. logical
  2779. lproj
  2780. lurkers
  2781. lurkers
  2782. projector
  2783. human
  2784. interface
  2785. guidelines
  2786. inside
  2787. macintosh
  2788. inside
  2789. runtime
  2790. architecture
  2791. 2.1.3
  2792. 2.1.4
  2793. 2.3.0
  2794. 2.4b6z
  2795. 2.6.1
  2796. 2.6.5X
  2797. 2400c
  2798. user's
  2799. user-centric
  2800. user-controllable
  2801. user-controlled
  2802. user-defined
  2803. ceived
  2804. usersh
  2805. userstartup
  2806. uses[
  2807. usingA
  2808. resources]
  2809. resources
  2810. restext
  2811. restext
  2812. restore
  2813. restore
  2814. restorectrlchars
  2815. restorectrlchars
  2816. resultcodetable
  2817. reuse
  2818. revision
  2819. rfc1332
  2820. rfc1332
  2821. rfc1334
  2822. rfc1334
  2823. authentication
  2824. rfc1378
  2825. rfc1378
  2826. rfc1570
  2827. rfc1570
  2828. rfc1618
  2829. rfc1618
  2830. rfc1661
  2831. rfc1661
  2832. rfc1662
  2833. rfc1662
  2834. rhapsody
  2835. rhapsody
  2836. richardson
  2837. rights
  2838. rinaldi
  2839. rincludes
  2840. stack]
  2841. standardsw
  2842. styleguide00u
  2843. suitem
  2844. suitesm
  2845. suites
  2846. under
  2847. developmentm
  2848. symfilesv
  2849. systeme
  2850. telephonym
  2851. telephony
  2852. suitem
  2853. template^
  2854. terminology^
  2855. terminology
  2856. 3/92^
  2857. test]
  2858. textw
  2859. themeso
  2860. tool]
  2861. tools]
  2862. tools
  2863. topicsR
  2864. trainingR
  2865. transitionso
  2866.  (TCP/
  2867. e    No Changeq
  2868. Dev.CD May 00 TC
  2869. D!All Packages
  2870. Tool Chest Edition
  2871.  INIT that displays an indicator in your menu bar similar to an "In Use" light on a hard disk whenever a SCSI device is accessed.  It is useful for people with multiple hard disks, since it can display the SCSI ID when in use, and for people with internal drives.
  2872. J4In Use
  2873. In Use Release Notes
  2874. In Use Release Notes.txtK
  2875. Vol IIIL
  2876. Vol VIIIO0Dev.CD May 00 TC:Tool Chest:Devices:SCSI:In Use:P;Dev.CD May 00 TC
  2877.  - Tool Chest
  2878.  - Devices
  2879.  - SCSI
  2880.  - In UseV
  2881. 74010X
  2882. May 00^
  2883. --set theItem to choose file -- uncomment to test in an AS editor
  2884.     tell application "Finder"
  2885.         open item "Dev.CD May 00 TC:Tool Chest:Devices:SCSI:In Use:"
  2886.         activate
  2887.     end tell
  2888. on error errMsg number errNum
  2889.     --enter statements to perform when no records are found such as...
  2890.     display dialog "Sorry, the item you selected could not be found."
  2891.     return
  2892. end try
  2893. e    No Changeq
  2894. Dev.CD May 00 TC
  2895. ev.CD May 00 TC
  2896. 73914X
  2897. Sept 9^
  2898. --set theItem to choose file -- uncomment to test in an AS editor
  2899.     tell application "Finder"
  2900.         open item "Dev.CD Sept 96 RL:Technical Documentation:develop:develop Issue  5:"
  2901.         activate
  2902.     end tell
  2903. on error errMsg number errNum
  2904.     --enter statements to perform when no records are found such as...
  2905.     display dialog "Sorry, the item you selected could not be found."
  2906.     return
  2907. end try
  2908. Deletedq
  2909. Dev.CD Sept 96 RL
  2910. DD(All Packages
  2911. Reference Library Edition
  2912. develop Issue  6
  2913.     ec 96 SEP!Dev.CD Jun 97 SSW
  2914. Dev.CD Dec 96 SV
  2915. 73213X
  2916. Jun 97
  2917. w--set theItem to choose file -- uncomment to test in an AS editor
  2918.     tell application "Finder"
  2919.         open item "Dev.CD Jun 97 SSW
  2920. Dev.CD Dec 96 SE"
  2921.         activate
  2922.     end tell
  2923. on error errMsg number errNum
  2924.     --enter statements to perform when no records are found such as...
  2925.     display dialog "Sorry, the item you selected could not be found."
  2926.     return
  2927. end try
  2928. 73755X
  2929. Apr 98^
  2930. --set theItem to choose file -- uncomment to test in an AS editor
  2931.     tell application "Finder"
  2932.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):Appearance & CMM SDK 1.0.2:"
  2933.         activate
  2934.     end tell
  2935. on error errMsg number errNum
  2936.     --enter statements to perform when no records are found such as...
  2937.     display dialog "Sorry, the item you selected could not be found."
  2938.     return
  2939. end try
  2940. Deletedf
  2941. Appearance Managerq
  2942. Dev.CD Apr 98 SDK1
  2943. %D!All Packages
  2944. Mac OS SDK Edition
  2945. Appearance SDK 1.0.4
  2946. 7This is an update to the Appearance 1.0.3 SDK.
  2947. This SDK release updates the  .Keyboard font 3.1 that shipped with Mac OS 8.6.  All other information in the SDK is the same. The 3.1 version of the .Keyboard font contains fifteen additional glyphs for displaying the function keys F1 to F15 in menus and dialogs.
  2948. 73756X
  2949. 1e    No Change
  2950. actionh
  2951. actionsh
  2952. activeo
  2953. --set theItem to choose file -- uncomment to test in an AS editor
  2954.     tell application "Finder"
  2955.         open item "Dev.CD May 00 TC:Tool Chest:Development Kits:MPW Related:Imran's Virtual Keycodes:"
  2956.         activate
  2957.     end tell
  2958. on error errMsg number errNum
  2959.     --enter statements to perform when no records are found such as...
  2960.     display dialog "Sorry, the item you selected could not be found."
  2961.     return
  2962. end try
  2963. Jul OO^
  2964. SDK Disk 1b
  2965. Revised
  2966. --set theItem to choose file -- uncomment to test in an AS editor
  2967.     tell application "Finder"
  2968.         open item "Dev.CD Jul OO SDK Disk 1:Development Kits:Mac OS:MLTE SDK:"
  2969.         activate
  2970.     end tell
  2971. on error errMsg number errNum
  2972.     --enter statements to perform when no records are found such as...
  2973.     display dialog "Sorry, the item you selected could not be found."
  2974.     return
  2975. end try
  2976. Updatedf
  2977. Multilingual
  2978. Text Editorq
  2979. Dev.CD Jul OO SDK Disk 1
  2980. All Packages
  2981. 72890X
  2982. inary documen
  2983. compatible Indian language sites on the web.
  2984. The Indian Language Kit includes Apple TrueType fonts that display and print high-quality Devanagari, Gurmukhi and Gujarati characters at any size. Documents can be printed on both QuickDraw and PostScript printers. If you use a QuickDraw GX application with the kit you will be able to access additional advanced typography features supported by Apple QuickDraw GX technology.
  2985. The kit comes with a selection of keyboard layouts accompanied by a r
  2986. !eference card. The default INSCRIPT layout, developed in India to address the special needs of Indian languages, permits all the Indian scripts to be typed in a common way. For users who prefer a phonetic Romanized input option, a QWERTY keyboard layout is also provided for each language.
  2987. Install 1
  2988. Install 2K
  2989. May 97O7Dev.CD May 00 TC:Language Kits:Indian Language Kit 1.0:P<Dev.CD May 00 TC
  2990.  - Language Kits
  2991.  - Indian Language Kit 1.0ems
  2992. /developer.apple.com/techpubs/index.html
  2993. screen
  2994. script
  2995. scriptable
  2996. scriptable
  2997. printing
  2998. scripting
  2999. scriptswitcher
  3000. scriptswitcher
  3001. script
  3002. switcher
  3003. scroll
  3004. scrolling
  3005. to perform when no records are found such as...
  3006.     display dialog "Sorry, the item you selected could not be found."
  3007.     return
  3008. end try
  3009. orry, the item you selected could not be found."
  3010.     return
  3011. end try
  3012. Deletedq
  3013. Dev.CD Jul 99 SDK1
  3014. (D!All Packages
  3015. Mac OS SDK Edition
  3016. Apple Data Detectors SDK
  3017.     Macintosh
  3018. PowerPC
  3019. Toolboxq
  3020. Dev.CD May 00 TC
  3021. #D!All Packages
  3022. Tool Chest Edition
  3023. TradDriverLoaderLib1.0b5
  3024. white
  3025. windows
  3026. workbook
  3027. xcmdsn
  3028. xfcnc
  3029. xfcns
  3030. 01730-0108
  3031. 01760
  3032. YBigEasy2.c
  3033. BigEasy2.h
  3034. BigEasyDialogs.c
  3035. BigEasyDialogs.h
  3036. BigEasyGrafish.c
  3037. BigEasyGrafish.h
  3038. BigEasyTextish.c
  3039. BigEasyTextish.h
  3040. BigEasyUtils.c
  3041. BigEasyUtils.h
  3042. IconUtilsPriv.h
  3043. MIDIGlue.
  3044. Qwertytunes - Read Me
  3045. Qwertytunes - Read Me.txt
  3046. Qwertytunes 0.6
  3047. Qwertytunes Filing.c
  3048. Qwertytunes Filing.h
  3049. Qwertytunes.c
  3050. Qwertytunes.h
  3051. Qwertytunes
  3052. Qwertytunes
  3053. .rsrc
  3054. streams
  3055. module
  3056. driver
  3057. asynchronous
  3058. transport
  3059. endpoint
  3060. download
  3061. fetch
  3062. transport
  3063. endpoint
  3064. server
  3065. listen
  3066. single-l
  3067. opentransport
  3068. server
  3069. thread
  3070. manager
  3071. tcp/ip
  3072. iostreams
  3073. optimization
  3074. optimization
  3075. buffered
  3076. system
  3077. cache
  3078. cacheline
  3079. optimizing
  3080. option
  3081. ordered
  3082. ot/ppp
  3083. ot/ppp
  3084. transport
  3085. ot/ppp
  3086. otbuffer
  3087. otbufferinfo
  3088. otfifo
  3089. otgetendpointinfo
  3090. otgetindexedport
  3091. otgetuserportnamefro
  3092. otlifo
  3093. otlink
  3094. manager
  3095. selector
  3096. serial
  3097. serial
  3098. ports
  3099. series
  3100. server
  3101. server
  3102. controls
  3103. services
  3104. setting
  3105. setup
  3106. sharedv
  3107. shared
  3108. volumes
  3109. sherlock
  3110. signature
  3111. simplified
  3112. socket
  3113. softwareQ
  3114. solaris
  3115. solutions
  3116. sound
  3117. soundsprocket
  3118. space
  3119. specification
  3120. speech
  3121. spinning
  3122. spinning
  3123. cursors
  3124. sprite
  3125. sprockets
  3126. stacks
  3127. standard
  3128. standards
  3129. standards
  3130. based
  3131. state
  3132. statements
  3133. storage
  3134. stress
  3135. string
  3136. string
  3137. encoding
  3138. string
  3139. services
  3140. strings
  3141. strip
  3142. structure
  3143. structure
  3144. region
  3145. style
  3146. style
  3147. guideu
  3148. stylechat
  3149. sub-menus
  3150. suite
  3151. summary
  3152. switch
  3153. switching
  3154. symbiotic
  3155. synchronization
  3156. returnsj
  3157. reusable
  3158. reusej
  3159. reusing
  3160. reuter
  3161. revealed
  3162. revert
  3163. revised[
  3164. revision
  3165. revisited
  3166. revolution
  3167. rewrite
  3168. rewritten
  3169. rgbforecolor
  3170. rhapsody
  3171. rhapsody
  3172. developer
  3173. documentation
  3174. rhapsody
  3175. pages
  3176. rightsj
  3177. rigorously
  3178. rinaldi1
  3179. ripple
  3180. risc-based
  3181. rischspater
  3182. riser
  3183. risko
  3184. risks
  3185. rmapz
  3186. robbins
  3187. roberts
  3188. robix
  3189. robust
  3190. robustness
  3191. rocketj
  3192. roger
  3193. roland
  3194. rolew
  3195. rolled
  3196. rollin
  3197. file and you'll have the TMTask record defined, a macro TMQ to see the time manager queue item by item, and a dcmd TM that will list all the currently installed time manager tasks.
  3198. Sample Code.imgK
  3199. Nov 94L
  3200. May 96O
  3201. Dev.CD May 00 TC:Sample Code:P
  3202. Dev.CD May 00 TC
  3203.  - Sample Code
  3204. truncate
  3205. truth
  3206. trying
  3207. tsmte
  3208. ttextgridview
  3209. ttextlistview
  3210. tuneplayer
  3211. tuning
  3212. tunnel
  3213. tupledumper
  3214. tuples
  3215. turbo
  3216. turkish
  3217. turnedA
  3218. turning
  3219. turns
  3220. turtle
  3221. tutorialq
  3222. tween
  3223. twice
  3224. twiddle
  3225. twisted
  3226. twists
  3227. updateQ
  3228. update-based
  3229. updatedo
  3230. updatese
  3231. updatingb
  3232. upgrades
  3233. urbina
  3234. usage
  3235. In Use
  3236. Summary: In Use is an INIT that displays an indicator in your menu bar similar to an "In Use" light on a hard disk whenever a SCSI device is accessed.  It is useful for people with multiple hard disks, since it can display the SCSI ID when in use, and for people with internal drives.
  3237. J4In Use
  3238. In Use Release Notes
  3239. In Use Release Notes.txtK
  3240. Vol IIIL
  3241. Vol VIIIO0Dev.CD May 00 TC:Tool Chest:Devices:SCSI:In Use:P;Dev.CD May 00 TC
  3242.  - Tool Chest
  3243.  - Devices
  3244.  - SCSI
  3245.  - In UseV
  3246. 74010X
  3247. May 00^
  3248. --set theItem to choose file -- uncomment to test in an AS editor
  3249.     tell application "Finder"
  3250.         open item "Dev.CD May 00 TC:Tool Chest:Devices:SCSI:In Use:"
  3251.         activate
  3252.     end tell
  3253. on error errMsg number errNum
  3254.     --enter statements to perform when no records are found such as...
  3255.     display dialog "Sorry, the item you selected could not be found."
  3256.     return
  3257. end try
  3258. e    No Changeq
  3259. Dev.CD May 00 TC
  3260. All Packages
  3261. Indian Language KitV
  3262. 74011X
  3263. Dev.CD May 97 TCP
  3264. Dev.CD May 97 TV
  3265. 74011X
  3266. May 97
  3267. e--set theItem to choose file -- uncomment to test in an AS editor
  3268.     tell application "Finder"
  3269.         open item "Dev.CD May 97 TC"
  3270.         activate
  3271.     end tell
  3272. on error errMsg number errNum
  3273.     --enter statements to perform when no records are found such as...
  3274.     display dialog "Sorry, the item you selected could not be found."
  3275.     return
  3276. end try
  3277. D!All Packages
  3278. Tool Chest Edition
  3279. Indian Language Kit 1.0
  3280. Summary:  Apple's Indian Language Kit is an easy way to add Hindi, Sanskrit, Gujarati, Marathi, Punjabi, and Nepali text to your  documents using any of three Indian writing systems: Devanagari, Gujarati, and Gurmukhi.
  3281.                                                       
  3282. The Indian Language Kit is the ideal solution for a variety of business, educational and personal projects. It works best with applications that support Apple's WorldScript technology. It can even be used to view ISCII-
  3283. damage
  3284. dangerously
  3285. dangling
  3286. daniel
  3287. danish
  3288. darkening
  3289. dashed
  3290. dashed-capped
  3291. database
  3292. databasess
  3293. dataforkz
  3294. datagram
  3295. dates
  3296. david
  3297. davidson
  3298. day-to-day
  3299. daylight
  3300. daystar
  3301. dboxproc
  3302. dcmda
  3303. dcmds]
  3304. dealer
  3305. dealing
  3306. deals
  3307. introducedd
  3308. introduces
  3309. introducing
  3310. mentsj
  3311. involved
  3312. involvesp
  3313. involving
  3314. isn't
  3315. issuej
  3316. issue
  3317. highlights
  3318. issue
  3319. highlights
  3320. issue
  3321. highlights
  3322. issue
  3323. highlights
  3324. issue
  3325. highlights
  3326. issue
  3327. highlights
  3328. issue
  3329. highlights
  3330. issue
  3331. highlights
  3332. issue
  3333. highlights
  3334. issue
  3335. highlights
  3336. issue
  3337. highlights
  3338. issue
  3339. highlights
  3340. issue
  3341. highlights
  3342. issue
  3343. highlights
  3344. I disks.  This only works on local volumes; so AppleShare volumes will not be mounted after being dragged to the trash.
  3345. This package is 7.0 compatible
  3346. J(SCSI
  3347. SCSI Tools Info
  3348. SCSI Tools Info.txtK
  3349. Vol IIIL
  3350. Vol VIIO8Dev.CD May 00 TC:Tool Chest:Devices:SCSI:SCSI Tools 1.0:PCDev.CD May 00 TC
  3351.  - Tool Chest
  3352.  - Devices
  3353.  - SCSI
  3354.  - SCSI Tools 1.0
  3355. xcmdsn
  3356. xcmds&xfcns
  3357. xfcnc
  3358. xfcns
  3359. xthings
  3360. shell
  3361. sample
  3362. xtnow
  3363. xtnow
  3364. docsr
  3365. yahoo
  3366. yahoo
  3367. zaptcp
  3368. zaptcp
  3369. specs
  3370. speech
  3371. speech
  3372. recognition
  3373. speech
  3374. recognition
  3375. manager
  3376. speech
  3377. synthesis
  3378. installers
  3379. speechrecogmgr
  3380. spellswell
  3381. spellswell
  3382. spellswell
  3383. sphere
  3384. spooler
  3385. sprockets
  3386. interfaces
  3387. files
  3388. sample
  3389. sresource
  3390. srlanguagemodeler
  3391. stack]
  3392. staging
  3393. staging
  3394. alerts
  3395. standalone
  3396. standalone
  3397. quick
  3398. start
  3399. standard
  3400. related
  3401. systemfolder
  3402. systemfolder
  3403. technical
  3404. technique
  3405. techniques
  3406. telephonym
  3407. telephony
  3408. suitem
  3409. template^
  3410. terminology^
  3411. terminology
  3412. 3/92^
  3413. test]
  3414. testbanks
  3415. testbanks
  3416. testing
  3417. testmagic
  3418. testmagic
  3419. tests
  3420. textw
  3421. extractors
  3422. plug-ins
  3423. textchanger
  3424. textchanger
  3425. 2.0.1
  3426. --set theItem to choose file -- uncomment to test in an AS editor
  3427.     tell application "Finder"
  3428.         open item "Dev.CD Apr 94
  3429. Dev.CD Jan 94
  3430. Dev.CD Oct 93
  3431. Dev.CD Jul 93"
  3432.         activate
  3433.     end tell
  3434. on error errMsg number errNum
  3435.     --enter statements to perform when no records are found such as...
  3436.     display dialog "Sorry, the item you selected could not be found."
  3437.     return
  3438. end try
  3439. fcode
  3440. tokenizer
  3441. board
  3442. fcode
  3443. driver
  3444. development
  3445. revised
  3446. new/updated
  3447. newccursor
  3448. newer
  3449. newfolder
  3450. newgworld
  3451. newly
  3452. newsi
  3453. newsgroup
  3454. newsgroups
  3455. 74012X
  3456. May 00^
  3457. --set theItem to choose file -- uncomment to test in an AS editor
  3458.     tell application "Finder"
  3459.         open item "Dev.CD May 00 TC:Language Kits:Indian Language Kit 1.0:"
  3460.         activate
  3461.     end tell
  3462. on error errMsg number errNum
  3463.     --enter statements to perform when no records are found such as...
  3464.     display dialog "Sorry, the item you selected could not be found."
  3465.     return
  3466. end try
  3467. e    No Changeq
  3468. Dev.CD May 00 TC
  3469. D!All Packages
  3470. Tool Chest Edition
  3471. Inline Input for TextEdit
  3472. pSummary:  This package helps developers implement inline input for TextEdit using the TSMTE extension in their applications.
  3473. Features:  The package provides sample code for implementing inline input for TextEdit, the TSMTE interfaces, and the TSMTE extension. It is intended to be used along with Macintosh Technical Note TE 27 - Inline Input for TextEdit with TSMTE.
  3474. Sample Code.imgK
  3475. Feb 94L
  3476. May 94:Sample Code:V
  3477. 74013X
  3478. Moved
  3479. ickDraw GXV
  3480. 70625X
  3481. --set theItem to choose file -- uncomment to test in an AS editor
  3482.     tell application "Finder"
  3483.         open item "Dev.CD Apr 94
  3484. Dev.CD Jan 94
  3485. Dev.CD Oct 93
  3486. Dev.CD Jul 93"
  3487.         activate
  3488.     end tell
  3489. on error errMsg number errNum
  3490.     --enter statements to perform when no records are found such as...
  3491.     display dialog "Sorry, the item you selected could not be found."
  3492.     return
  3493. end try
  3494. foundation
  3495. foundation
  3496. reference
  3497. foundation's
  3498. fourN
  3499. four-color
  3500. fractional
  3501. fragile
  3502. fragment
  3503. fragments
  3504. frame
  3505. frames
  3506. frames/sec
  3507. framework
  3508. notesS
  3509. onescannerg
  3510. parserV
  3511. @s you spy on QuickDraw GX printing.
  3512. Ten Tips for Game Developers  by Brigham Stevens.   Things you should know if you want to write games for the Macintosh 
  3513.  or even if you don
  3514. History of the Dogcow: Part 1  by Mark (
  3515. The Red
  3516. ) Harlan.   Here it is for the first time 
  3517.  the real story, from someone who was there. 
  3518. JEdevelop Issue 17:
  3519. develop Issue 17 code:
  3520. develop Issue 17 references:K
  3521. Vol IIIL
  3522. Jun 95OBDev.CD Sep 96 RL:Technical Documentation:develop:develop Issue 17:PJDev.CD Sep 96 RL
  3523.  - Technical Documentation
  3524.  - develop
  3525.  - develop Issue 17
  3526. movie
  3527. movieshop
  3528. moving
  3529. moving
  3530. source
  3531. powerpc
  3532. mpdelayuntiltest
  3533. mpdelayuntiltest
  3534. mpdelayuntiltest
  3535. mphelloworld
  3536. mphelloworld
  3537. pascal
  3538. mping
  3539. mpintertasktime
  3540. mpintertasktime
  3541. mpintertasktime
  3542. mpperiodicaltest
  3543. mpperiodicaltest
  3544. mybuildmenu
  3545. namerevisioncurrent
  3546. native
  3547. native
  3548. navig
  3549. D!All Packages
  3550. Tool Chest Edition
  3551. ImportExportI
  3552. This demo program shows how to export a movie, using the user dialog to customise export settings, import a media file and reference a media file in a movie.J
  3553. Sample Code.imgK
  3554. Feb 00
  3555. - Common
  3556.     - Sun Compliant Java Runtime Environment 1.1
  3557.     - QuickTime 3 
  3558.     - QTJava.zip
  3559.     - QTJava media samples
  3560. - Mac OS:
  3561.     - System 8 or later
  3562.     - Macintosh Runtime for Java (MRJ) 2.1
  3563. - Windows 95, 98, or NT::
  3564.     - JRE/JDK from Sun Microsystems, Inc. recommended
  3565. r errMsg number errNum
  3566.     --enter statements to perform when no records are found such as...
  3567.     display dialog "Sorry, the item you selected could not be found."
  3568.     return
  3569. end try
  3570. Updatedf4multiprocessing
  3571.  multitasking
  3572.  multiprocessor
  3573. Carbono
  3574. http://developer.apple.com/sdk/q
  3575. Dev.CD Jul OO SDK Disk 1
  3576. D!All Packages
  3577. Tool Chest Edition
  3578. MusicMixerlog "Sorry, the item you selected could not be found."
  3579.     return
  3580. end try
  3581. All Packages
  3582. QuickDraw GXV
  3583. 70623X
  3584. developer's
  3585. package
  3586. includes
  3587. appleshar@
  3588. summary
  3589. small
  3590. application
  3591. control
  3592. redistribution
  3593. enables
  3594. developers
  3595. install@
  3596. image
  3597. contains
  3598. golden
  3599. master
  3600. pre-release
  3601. versi@
  3602. folder
  3603. contains
  3604. archives
  3605. format
  3606. apple
  3607. together@
  3608. customer
  3609. million
  3610. windo@
  3611. apple
  3612. styleguide00
  3613. information@
  3614. mpperiodicaltest
  3615. pro2@
  3616. picker@
  3617. All Packages
  3618. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  3619. Dev.CD Jan 94
  3620. Dev.CD Oct 93
  3621. Dev.CD Jul 93
  3622. Dev.CD Apr 93PDDev.CD Apr 94
  3623. Dev.CD Jan 94
  3624. Dev.CD Oct 93
  3625. Dev.CD Jul 93
  3626. Dev.CD Apr 9V
  3627. 74692X
  3628. Apr 94
  3629. --set theItem to choose file -- uncomment to test in an AS editor
  3630.     tell application "Finder"
  3631.         open item "Dev.CD Apr 94
  3632. Dev.CD Jan 94
  3633. Dev.CD Oct 93
  3634. Dev.CD Jul 93
  3635. Dev.CD Apr 93"
  3636.         activate
  3637.     end tell
  3638. on error errMsg number errNum
  3639.     --enter statements to perform when no records are found such as...
  3640.     display dialog "Sorry, the item you selected could not be found."
  3641.     return
  3642. end try
  3643. All Packages
  3644. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  3645. Dev.CD Jan 94
  3646. Dev.CD Oct 93
  3647. Dev.CD Jul 93
  3648. Dev.CD Apr 93PDDev.CD Apr 94
  3649. Dev.CD Jan 94
  3650. Dev.CD Oct 93
  3651. Dev.CD Jul 93
  3652. Dev.CD Apr 9V
  3653. 74693X
  3654. Apr 94
  3655. n standards for interoperability, so developers can use it to create software that works with a variety of network transports, compres
  3656. Dev.CD Apr 9V
  3657. 74752X
  3658. Apr 93
  3659. b--set theItem to choose file -- uncomment to test in an AS editor
  3660.     tell application "Finder"
  3661.         open item "Dev.CD Apr 93"
  3662.         activate
  3663.     end tell
  3664. on error errMsg number errNum
  3665.     --enter statements to perform when no records are found such as...
  3666.     display dialog "Sorry, the item you selected could not be found."
  3667.     return
  3668. end try
  3669. All Packages
  3670. System Enabler 111 (PB 160/180)O
  3671. Dev.CD Apr 93P
  3672. Dev.CD Apr 9V
  3673. 74753X
  3674. Apr 93
  3675. b--set theItem to choose file -- uncomment to test in an AS editor
  3676.     tell application "Finder"
  3677.         open item "Dev.CD Apr 93"
  3678.         activate
  3679.     end tell
  3680. on error errMsg number errNum
  3681.     --enter statements to perform when no records are found such as...
  3682.     display dialog "Sorry, the item you selected could not be found."
  3683.     return
  3684. end try
  3685. All Packages
  3686. System Enabler 111 (PB 160/180)O
  3687. Dev.CD Apr 93P
  3688. Dev.CD Apr 9V
  3689. 74754X
  3690. Apr 93
  3691. Core Foundation Documentation:
  3692. Core Foundation is a library of low-level services which help you to build cross-platform, easily localized applications. Core Foundation provides abstractions for common data types, facilitates internationalization with Unicode string storage, and offers a suite of utilities such as plug-in support,  XML property lists, URL resource access, and preferences. Core Foundation is included as part of CarbonLib on Mac OS 8 and 9. For Mac OS X, Core Foundation wil
  3693. l be included as an independant framework.
  3694. Features:
  3695. =======================
  3696. What's New and Updated:
  3697. ======================
  3698. Core Foundation BaseServices [NEW]
  3699. ---------------------------
  3700. This document describes the base types and the polymorphic functions of Base Services and explains details of using and customizing memory allocators.
  3701. Core Foundation BundleServices [NEW]
  3702. ---------------------------
  3703. This document describes what a bundle is and shows how you can use Bundle  Services to
  3704. ghtening, darkening, rotating, etc. Developers are provided with the opportunity to modify their applications to support QuickTime IC in a similar fashion to the Camera Access application to better integrate image capture solutions into their application. 
  3705. The QuickTime IC system extension provides all the necessary system level functions for applications to communicate, view, and even manipulate images from image capture devices. For example, when you want to see the images stored in the
  3706.  camera, a small component of code resident in the QuickTime IC extension is called upon to display the images in a contact sheet view. Again, developers are provided with the opportunity to extend this layer to provide additional functionality. 
  3707. The final item is the device component. This is the piece of software that allows communications between the camera and the QuickTime IC system extenion. This is a unique component provided with the QuickTake 200. When the user launches the Camer
  3708. DN8Apple Events Spell Grammar Writeswell Spellswell WorkingOvDev.CD Dec 99 RL:Technical Documentation:Apple Event Registry & Suites:Apple Event Registry:Word Services Suite 1.0.7:P
  3709. Dev.CD Dec 99 RL
  3710.  - Technical Documentation
  3711.  - Apple Event Registry & Suites
  3712.  - Apple Event Registry
  3713.  - Word Services Suite 1.0.7o-copy
  3714. receives
  3715. otbuffer
  3716. otbufferinfo@
  3717. transport
  3718. otlifo
  3719. otfifo
  3720. otlink
  3721. linked
  3722. list@
  3723. opendoc@
  3724. otlookup@
  3725. palette
  3726. color
  3727. depth
  3728. batch
  3729. processing
  3730. optimizing
  3731. conditio@
  3732. powerbook@
  3733. printing@
  3734. qualified@
  3735. quicktime
  3736. quicktime
  3737. effects@
  3738. quicktime
  3739. return@
  3740. scripting@
  3741. selected@
  3742. solaris@
  3743. strings@
  3744. tcp/ip@
  3745. traceroute@
  3746. version@
  3747. change@
  3748. updated@
  3749. apple@
  3750. debuggingV
  3751. debugging
  3752. optimized
  3753. debugs
  3754. debugstr
  3755. decemberR
  3756. december
  3757. apple
  3758. directions
  3759. articlesj
  3760. decide
  3761. decks
  3762. declaration
  3763. declartion
  3764. decodes
  3765. decoding
  3766. decompiling
  3767. decomposed
  3768. decompress
  3769. decompressionP
  3770. deedsj
  3771. deepest
  3772. deepscreen
  3773. defaulto
  3774. defect
  3775. define
  3776. defined
  3777. defines
  3778. definingf
  3779. designer
  3780. designing
  3781. desktop
  3782. detailedv
  3783. detailsQ
  3784. detect
  3785. detecting
  3786. detectorh
  3787. detectorsh
  3788. detects
  3789. determination
  3790. determine
  3791. Summary:  The Thread Manager is a System 7 Extension which allows applications to make use of multithreading within their application context on all Macintosh platforms. Version 2.1 supports both 68K and PowerPC applications.
  3792. Thread Manager Features:
  3793.  The Thread Manager is supported by Apple Computer
  3794.  Is a real live Macintosh Toolbox Manager, supported in System Software.
  3795.  Allows an application process to be broken into simple
  3796. subprocesses that proceed concurrently in the same overall 
  3797. application context.
  3798.  Easy-to-use
  3799.  programming interface
  3800.  Documentation is less than 2" thick
  3801.  Fast context switch times (does not BlockMove thread stacks like the old Threads library does)
  3802.  You can pass parameters on the stack (due to the above reason)
  3803.  Threads can have custom in/out context handlers
  3804.  Useful sample code provided
  3805.  Useful sample libraries provided
  3806.  Useful debugging tools provided
  3807. Issues:  Read the file 'Software Licensing Info' for information on contacting the App
  3808.  few of which are explored in this article. 
  3809. 64-Bit Integer Math on 680x0 Machines  by Dale Semchishen.  There
  3810. s a 64-bit library built into the Toolbox on the Power Macintosh, and there
  3811. s also one built into QuickDraw GX. Finally, here
  3812. s a library that will work on any Macintosh, using built-in routines if available.
  3813. GRAPHICAL TRUFFLES:  Dynamic Display Dilemmas  by Kent Miller and Cameron Esfahani.  How your application can live copacetically with the Display Manager.
  3814. MPW TIPS AND TRI
  3815. CKS:  Scripted Text Editing  by Tim Maroney.  An overview of MPW
  3816. s powerful, scriptable text editing capabilities. 
  3817. ACCORDING TO SCRIPT:  Attaching and Embedding Scripts by Cal Simone.  Integrating scripts in your application can have a big payoff for your users.
  3818. PRINT HINTS:  The Top 10 Printing Crimes Revisited by Dave Polaschek.  Despite our best efforts, developers continue to commit printing crimes. We
  3819. re not giving up.
  3820. BALANCE OF POWER:  Sleuthing Through Your Code  by Dave Evans.
  3821. All Packages
  3822. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  3823. Dev.CD Jan 94
  3824. Dev.CD Oct 93
  3825. Dev.CD Jul 93
  3826. Dev.CD Apr 93PDDev.CD Apr 94
  3827. Dev.CD Jan 94
  3828. Dev.CD Oct 93
  3829. Dev.CD Jul 93
  3830. Dev.CD Apr 9V
  3831. 74849X
  3832. Apr 94
  3833. --set theItem to choose file -- uncomment to test in an AS editor
  3834.     tell application "Finder"
  3835.         open item "Dev.CD Apr 94
  3836. Dev.CD Jan 94
  3837. Dev.CD Oct 93
  3838. Dev.CD Jul 93
  3839. Dev.CD Apr 93"
  3840.         activate
  3841.     end tell
  3842. on error errMsg number errNum
  3843.     --enter statements to perform when no records are found such as...
  3844.     display dialog "Sorry, the item you selected could not be found."
  3845.     return
  3846. end try
  3847. All Packages
  3848. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  3849. Dev.CD Jan 94
  3850. Dev.CD Oct 93
  3851. Dev.CD Jul 93
  3852. Dev.CD Apr 93PDDev.CD Apr 94
  3853. Dev.CD Jan 94
  3854. Dev.CD Oct 93
  3855. Dev.CD Jul 93
  3856. Dev.CD Apr 9V
  3857. 74850X
  3858. Apr 94
  3859. summary
  3860. network
  3861. management
  3862. specifications
  3863. macintosh
  3864. summary
  3865. networkstream
  3866. stream
  3867. class
  3868. object
  3869. 73770X
  3870. May 00^
  3871. --set theItem to choose file -- uncomment to test in an AS editor
  3872.     tell application "Finder"
  3873.         open item "Dev.CD May 00 TC:Tool Chest:Localization:Apple International Glossaries:"
  3874.         activate
  3875.     end tell
  3876. on error errMsg number errNum
  3877.     --enter statements to perform when no records are found such as...
  3878.     display dialog "Sorry, the item you selected could not be found."
  3879.     return
  3880. end try
  3881. e    No Changef
  3882. International
  3883. Glossariesq
  3884. Dev.CD May 00 TC
  3885. 4D!All Packages
  3886. Mac OS SDK Edition
  3887. Apple Location Manager
  3888. hApple Location Manager allows users to switch groups of settings all at the same time in one step (such as when moving from location to location). This SDK contains a complete Location Manager Module with source, and documentation on other ways developers can integrate ALM support into their products.
  3889. Contains a new version of ALM (2.0.1) for developer use.
  3890. 73771X
  3891. 1e    No Change
  3892. commpilerj
  3893. commtoolbox
  3894. quick
  3895. start
  3896. quickdraw
  3897. quickdraw
  3898. v1.5.2
  3899. quickdraw
  3900. update
  3901. quickdraw
  3902. first
  3903. quickdraw3d
  3904. quickdraw3drave
  3905. quickstart
  3906. quicktake
  3907. quicktake
  3908. documentation
  3909. quicktake
  3910. marketing
  3911. items
  3912. quicktake
  3913. first
  3914. quicktake/macintosh
  3915. quicktake/macintosh
  3916. image
  3917. quicktake/windows
  3918. quicktake/windows
  3919. quicktime
  3920. quicktime
  3921. first
  3922. quicktime
  3923. standard
  3924. related
  3925. systemfolder
  3926. systemfolder
  3927. technical
  3928. technique
  3929. techniques
  3930. telephonym
  3931. telephony
  3932. suitem
  3933. template^
  3934. terminology^
  3935. terminology
  3936. 3/92^
  3937. test]
  3938. testbanks
  3939. testbanks
  3940. testing
  3941. testmagic
  3942. testmagic
  3943. tests
  3944. textw
  3945. extractors
  3946. plug-ins
  3947. textchanger
  3948. textchanger
  3949. 2.0.1
  3950. enabledh
  3951. enabled/disabled
  3952. enabler
  3953. enabling
  3954. encodingh
  3955. encounter
  3956. encouragep
  3957. encouragesZ
  3958. endless
  3959. engineb
  3960. engineering
  3961. engler
  3962. english
  3963. enhance[
  3964. enhanced
  3965. enhancementa
  3966. enhancements`
  3967. enhancing
  3968. enjoy
  3969. enlargedo
  3970. enlightening
  3971. enoughj
  3972. ensure
  3973. ensures
  3974. ensuring
  3975. entering
  3976. enterprisej
  3977. entertainmentj
  3978. entries
  3979. entry
  3980. environementz
  3981. environmentj
  3982. environments
  3983. equilibrium
  3984. equilibrium's
  3985. equivalent
  3986. error
  3987. error-handling
  3988. errors
  3989. esfahani
  3990. eskimo
  3991. ethernetQ
  3992. ethertalkB
  3993. europeanj
  3994. evangelicalj
  3995. evans
  3996. event]
  3997. MxFor optimal use, Japanese system software 7.1 or Japanese Language Kit are required. Application runs on SSW 6.0 and up.NBTSMTE, TSM, TextEdit, inline input, Japanese, internationalizationO
  3998. Dev.CD May 00 TC:Sample Code:P
  3999. Dev.CD May 00 TC
  4000.  - Sample CodeV
  4001. 74013X
  4002. May 00^
  4003. r--set theItem to choose file -- uncomment to test in an AS editor
  4004.     tell application "Finder"
  4005.         open item "Dev.CD May 00 TC:Sample Code:"
  4006.         activate
  4007.     end tell
  4008. on error errMsg number errNum
  4009.     --enter statements to perform when no records are found such as...
  4010.     display dialog "Sorry, the item you selected could not be found."
  4011.     return
  4012. end try
  4013. Movedf=TSMTE
  4014. TextEdit
  4015. inline input
  4016. Japanese
  4017. internationalizationq
  4018. Dev.CD May 00 TC
  4019. D!All Packages
  4020. Mac OS SDK Edition
  4021. InputSprocket SDKI
  4022. This is the SDK for InputSprocket 1.7 which provides support for using joysticks, keyboards, mice,  and other input devices when playing games on your Macintosh computer.e    No Change
  4023. All Packages
  4024. WorldScript UpdaterO
  4025. Dev.CD Jul 96 SSWP
  4026. Dev.CD Jul 96 SSV
  4027. 74946X
  4028. Jul 96
  4029. f--set theItem to choose file -- uncomment to test in an AS editor
  4030.     tell application "Finder"
  4031.         open item "Dev.CD Jul 96 SSW"
  4032.         activate
  4033.     end tell
  4034. on error errMsg number errNum
  4035.     --enter statements to perform when no records are found such as...
  4036.     display dialog "Sorry, the item you selected could not be found."
  4037.     return
  4038. end try
  4039. All Packages
  4040. WorldScript UpdaterO
  4041. Dev.CD Jul 96 SSWP
  4042. Dev.CD Jul 96 SSV
  4043. 74947X
  4044. Jul 96
  4045. f--set theItem to choose file -- uncomment to test in an AS editor
  4046.     tell application "Finder"
  4047.         open item "Dev.CD Jul 96 SSW"
  4048.         activate
  4049.     end tell
  4050. on error errMsg number errNum
  4051.     --enter statements to perform when no records are found such as...
  4052.     display dialog "Sorry, the item you selected could not be found."
  4053.     return
  4054. end try
  4055. MD!All Packages
  4056. Tool Chest Edition
  4057. Worldwide QuickDraw GX
  4058. summary
  4059. macintosh
  4060. software
  4061. distributed
  4062. world
  4063. summary
  4064. macintosh
  4065. developer
  4066. notes
  4067. published
  4068. developer
  4069. summary
  4070. macintosh
  4071. technology
  4072. apple
  4073. summary
  4074. macintosh
  4075. translation
  4076. manager
  4077. summary
  4078. macodbc
  4079. standard
  4080. developers
  4081. write
  4082. summary
  4083. makemake
  4084. which
  4085. generates
  4086. correct
  4087. summary
  4088. manalyzer
  4089. local
  4090. network
  4091. analyzer
  4092. summary
  4093. memory
  4094. monitor
  4095. software
  4096. utility
  4097. which
  4098. provides
  4099. summary
  4100. midiconverter
  4101. application
  4102. converting
  4103. gener
  4104. summary
  4105. minilauncher
  4106. launch
  4107. applications
  4108. summary
  4109. moofwars
  4110. piece
  4111. sample
  4112. demonstrates
  4113. summary
  4114. mountalias
  4115. control
  4116. panel
  4117. device
  4118. automatica
  4119. summary
  4120. mping
  4121. network
  4122. testing
  4123. protoco
  4124. summary
  4125. network
  4126. management
  4127. specifications
  4128. macintosh
  4129. summary
  4130. networkstream
  4131. stream
  4132. class
  4133. object
  4134. Mask can used to fade a screen to a  lighter color.
  4135. Custom PicComments/Bottlenecks:  This sample groups a bunch of pictures together and takes them apart using PicComments and a QuickDraw bottleneck procedure.  It's an example of how to store and retrieve custom PicComments, among other things.
  4136.  Example of custom PicComment usage with unique identifiers. {-> CustomPicProc, CompositePictures <-}
  4137.  Example of a custom QuickDraw bottleneck procedure which works in both GrafPorts and CGraf
  4138. Ports. {-> DisassemblePictures <-}
  4139.  Example of finding the deepest device and placing  a window on it.
  4140. DeepScreen Picker:  This sample shows how to slam and center the Color Picker dialog onto the deepest device when 32 Bit QuickDraw is not available.
  4141. Direct Pixel Access:  This snippet shows one example of how to directly change the pixel values stored in a pixel image.
  4142. DirectSetEntries:  This sample demonstrates the use of DirectSetEntries to remap colors on a direct device.
  4143. DrawLin
  4144. --set theItem to choose file -- uncomment to test in an AS editor
  4145.     tell application "Finder"
  4146.         open item "Dev.CD Apr 94
  4147. Dev.CD Jan 94
  4148. Dev.CD Oct 93
  4149. Dev.CD Jul 93
  4150. Dev.CD Apr 93"
  4151.         activate
  4152.     end tell
  4153. on error errMsg number errNum
  4154.     --enter statements to perform when no records are found such as...
  4155.     display dialog "Sorry, the item you selected could not be found."
  4156.     return
  4157. end try
  4158. umber errNum
  4159.     --enter statements to perform when no records are found such as...
  4160.     display dialog "Sorry, the item you selected could not be found."
  4161.     return
  4162. end try
  4163. All Packages
  4164. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  4165. Dev.CD Jan 94
  4166. Dev.CD Oct 93
  4167. Dev.CD Jul 93P6Dev.CD Apr 94
  4168. Dev.CD Jan 94
  4169. Dev.CD Oct 93
  4170. Dev.CD Jul 9V
  4171. 72312X
  4172. Apr 94
  4173. appropriately
  4174. approval
  4175. architecture/roadmap
  4176. architectures
  4177. archive
  4178. archived
  4179. archivesi
  4180. appletalk
  4181. alias
  4182. developers
  4183. install
  4184. navigation
  4185. services
  4186. suite
  4187. greatly
  4188. enhances
  4189. system
  4190. picker
  4191. replaces
  4192. system
  4193. picker
  4194. 1.0.1
  4195. papserversample
  4196. demonstrates
  4197. transpo
  4198. release
  4199. apple's
  4200. brings
  4201. increased
  4202. functionali
  4203. samplefilter
  4204. postscript
  4205. output
  4206. filter
  4207. laserwriter
  4208. search
  4209. internet
  4210. feature
  4211. sherlock
  4212. application
  4213. theej
  4214. theirp
  4215. themT
  4216. themeo
  4217. themeso
  4218. themselves
  4219. This update to Toolbox assistant includes the following QuickView databases:
  4220. NOTE:  We have released the databases below as standalone products, without an updated Routines A ... Z and Mgr. page.
  4221. Advanced Color Imaging Assistant: This set of three QuickView databases provide conceptual information for working with  color in your application, including sample code, as well as a reference to the Palette Manager, Color Picker Manager, ColorSync Manager, and Color Manager. Advanced Color Ima
  4222. ging Assistant has been revised for version 2.1 of the ColorSync Manager and includes hypertext links to new and revised material.
  4223. Apple Game Sprockets: This QuickView database includes the set of new APIs to make game programming for the Macintosh easy. The four sprockets documented in this QuickView database include SoundSprocket, DrawSprocket, InputSprocket, and NetSprocket. Some of the APIs for these sprockets are for new functionality and others make APIs that already existed in the 
  4224. 73893X
  4225. Sep 96^
  4226. --set theItem to choose file -- uncomment to test in an AS editor
  4227.     tell application "Finder"
  4228.         open item "Dev.CD Sep 96 RL:Technical Documentation:develop:develop Issue 12:"
  4229.         activate
  4230.     end tell
  4231. on error errMsg number errNum
  4232.     --enter statements to perform when no records are found such as...
  4233.     display dialog "Sorry, the item you selected could not be found."
  4234.     return
  4235. end try
  4236. Deletedq
  4237. Dev.CD Sep 96 RL
  4238. /D(All Packages
  4239. Reference Library Edition
  4240. develop Issue 13
  4241.     GetDctlEntry to find the slot number.
  4242. Wake100:  Wake100 resets the wake up time on PowerBooks that support it (PB 100, Portable) so that it wakes up at the same time everyday.
  4243. Sample Code.imgK
  4244. Feb 92L
  4245. Feb 97O
  4246. Dev.CD May 00 TC:Sample Code:P
  4247. Dev.CD May 00 TC
  4248.  - Sample Code
  4249. develop
  4250. issue
  4251. develop
  4252. issue
  4253. develop
  4254. issue
  4255. Dev.CD Jun 97 SSV
  4256. 74295X
  4257. Jun 97
  4258. f--set theItem to choose file -- uncomment to test in an AS editor
  4259.     tell application "Finder"
  4260.         open item "Dev.CD Jun 97 SSW"
  4261.         activate
  4262.     end tell
  4263. on error errMsg number errNum
  4264.     --enter statements to perform when no records are found such as...
  4265.     display dialog "Sorry, the item you selected could not be found."
  4266.     return
  4267. end try
  4268. D!All Packages
  4269. Mac OS SDK Edition
  4270. QuickDraw 3D for Windows 1.5.2
  4271. QuickDraw
  4272.  3D enables your computer to display three-dimensional graphics using applications designed to take advantage of QuickDraw 3D. It also provides a common file format, called QuickDraw 3D Metafile (or 3DMF for short), for exchanging 3D documents.  QuickDraw 3D also provides acceleration services which support plug-and-play accelerator cards.   Enclosed, you will find the v.1.5.2 release of QuickDraw 3D for Windows.
  4273. QuickDraw 3D v1.5.2K
  4274. Sep 97N
  4275. QuickDraw 3D, Windows, Metafile Color OneScanner SDK:
  4276. 74939X
  4277. Dec 99^
  4278. --set theItem to choose file -- uncomment to test in an AS editor
  4279.     tell application "Finder"
  4280.         open item "Dev.CD Dec 99 RL:Technical Documentation:Apple Event Registry & Suites:Apple Event Registry:Word Services Suite 1.0.7:"
  4281.         activate
  4282.     end tell
  4283. on error errMsg number errNum
  4284.     --enter statements to perform when no records are found such as...
  4285.     display dialog "Sorry, the item you selected could not be found."
  4286.     return
  4287. end try
  4288. Deletedf8Apple Events Spell Grammar Writeswell Spellswell Workingq
  4289. Dev.CD Dec 99 RL
  4290. ED(All Packages
  4291. Reference Library Edition
  4292. Workgroup Server 9650
  4293. italy
  4294. italy
  4295. distributors/localiz
  4296. items
  4297. japan
  4298. japanesep
  4299. japanese
  4300. resourcesp
  4301. survival
  4302. guide
  4303. helper
  4304. helper
  4305. helper
  4306. justify
  4307. mappings
  4308. Vol IIIL
  4309. Vol VIIOIDev.CD May 00 TC:Tool Chest:Development Kits:MPW Related:DTS MPW Goodies:PTDev.CD May 00 TC
  4310.  - Tool Chest
  4311.  - Development Kits
  4312.  - MPW Related
  4313.  - DTS MPW GoodiesV
  4314. 73946X
  4315. May 00^
  4316. --set theItem to choose file -- uncomment to test in an AS editor
  4317.     tell application "Finder"
  4318.         open item "Dev.CD May 00 TC:Tool Chest:Development Kits:MPW Related:DTS MPW Goodies:"
  4319.         activate
  4320.     end tell
  4321. on error errMsg number errNum
  4322.     --enter statements to perform when no records are found such as...
  4323.     display dialog "Sorry, the item you selected could not be found."
  4324.     return
  4325. end try
  4326. e    No Changeq
  4327. Dev.CD May 00 TC
  4328. dD!All Packages
  4329. Tool Chest Edition
  4330. DTS QT Utilities.Aug-95I
  4331. Summary:  This is a collection of useful QuickTime functions and applications. Consult the documentation inside the Documentation folder for more details.J
  4332. Sample Code.imgK
  4333. Jun 95L
  4334. Nov 95O
  4335. Dev.CD May 00 TC:Sample Code:P
  4336. Dev.CD May 00 TC
  4337.  - Sample CodeV
  4338. 73947X
  4339. May 00^
  4340. All Packages
  4341. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  4342. Dev.CD Jan 94
  4343. Dev.CD Oct 93
  4344. Dev.CD Jul 93
  4345. Dev.CD Apr 93PDDev.CD Apr 94
  4346. Dev.CD Jan 94
  4347. Dev.CD Oct 93
  4348. Dev.CD Jul 93
  4349. Dev.CD Apr 9V
  4350. 74825X
  4351. Apr 94
  4352. --set theItem to choose file -- uncomment to test in an AS editor
  4353.     tell application "Finder"
  4354.         open item "Dev.CD Apr 94
  4355. Dev.CD Jan 94
  4356. Dev.CD Oct 93
  4357. Dev.CD Jul 93
  4358. Dev.CD Apr 93"
  4359.         activate
  4360.     end tell
  4361. on error errMsg number errNum
  4362.     --enter statements to perform when no records are found such as...
  4363.     display dialog "Sorry, the item you selected could not be found."
  4364.     return
  4365. end try
  4366. All Packages
  4367. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  4368. Dev.CD Jan 94
  4369. Dev.CD Oct 93
  4370. Dev.CD Jul 93
  4371. Dev.CD Apr 93PDDev.CD Apr 94
  4372. Dev.CD Jan 94
  4373. Dev.CD Oct 93
  4374. Dev.CD Jul 93
  4375. Dev.CD Apr 9V
  4376. 74826X
  4377. Apr 94
  4378. enable
  4379. mouse
  4380. keyboard
  4381. enable
  4382. speech
  4383.  the utilities pattern has an ID of 42. Since this is not documented, it could be subjec
  4384. altdboxproc@
  4385. extension
  4386. which
  4387. enables
  4388. developers
  4389. adopt
  4390. high-leve@
  4391. and/or@
  4392. animate@
  4393. anymore@
  4394. apis@
  4395. appendages@
  4396. apple
  4397. apple
  4398. computer
  4399. apple
  4400. sprockets
  4401. libraries
  4402. designed
  4403. simplify
  4404. appleevents@
  4405. application@
  4406. applications@
  4407. approved@
  4408. area@
  4409. article@
  4410. as-is@
  4411. asap@
  4412. aslmorry, the item you selected could not be found."
  4413.     return
  4414. end try
  4415. e    No Changef
  4416. Open Transport debugoEftp://ftp.apple.com/developer/Development_Kits/OpenTransport/OT2.5.2/q
  4417. Dev.CD Jul 00 SDK1
  4418. 5D!All Packages
  4419. Mac OS SDK Edition
  4420. Open Transport/PPP SDKI;Contains Open Transport PPP Software Development Kit (SDK).J8CurrentImage.GIF
  4421. OpenTptPPP.h
  4422. OT/PPP Client Dev Note 1.0K
  4423. Apr 98M
  4424. Open TransportN
  4425. OT/PPP SDKOBDev.CD Jul 99 SDK1:Development Kits:Mac OS:Open Transport/PPP SDK:d
  4426. ith. Supporting inheritanc
  4427. firewire
  4428. firmware
  4429. using
  4430. enterprise
  4431. objects
  4432. framework
  4433. openstep
  4434. color
  4435. imaging[
  4436. advanced
  4437. color
  4438. imaging
  4439. coercion
  4440. init]
  4441. aegizmos]
  4442. upgrader
  4443. upgrader
  4444. 1.2.3
  4445. engines
  4446. upgrading
  4447. upgrading
  4448. bbedit
  4449. access
  4450. access
  4451. scripting
  4452. urlaccess
  4453. urlaccess
  4454. urlaccess
  4455. urlaccess
  4456. urlaccess68k
  4457. urlaccess68k
  4458. urlaccesslib
  4459. urlaccesslib
  4460. distribution
  4461. guide
  4462. 1.4.3b3
  4463. driver
  4464. useful
  4465. useful
  4466. addmenu
  4467. script
  4468. manual
  4469. user's
  4470. usersy
  4471. userstartup
  4472. userstartup
  4473. goodies
  4474. using
  4475. using
  4476. quicktime
  4477. conferencing
  4478. utilities
  4479. utility
  4480. v1.5.2
  4481. v1.5.3
  4482. validator
  4483. validator
  4484. validator
  4485. documentation
  4486. validator
  4487. documentation
  4488. variable
  4489. variables
  4490. version
  4491. version
  4492. history
  4493. version
  4494. history
  4495. Debug Extensions
  4496. HID Library
  4497. InputSprocket 1.7.pdf
  4498. InputSprocket Extension
  4499. InputSprocket Read Me
  4500. InputSprocket Release Notes
  4501. Interfaces&Libraries
  4502. Licensing Info folder
  4503. USB HID Driver
  4504. Writing an ISp Driver.pdfL
  4505. May 00M
  4506. Mac OS 8.1 or laterN3InputSprocket, Joystick, keyboard, mouse, game, USBOODev.CD Apr 00 SDK1:Development Kits:Mac OS:GameSprocket SDKs:InputSprocket_SDK:PZDev.CD Apr 00 SDK1
  4507.  - Development Kits
  4508.  - Mac OS
  4509.  - GameSprocket SDKs
  4510.  - InputSprocket_SDKV
  4511. 74014X
  4512. Apr 00^
  4513. --set theItem to choose file -- uncomment to test in an AS editor
  4514.     tell application "Finder"
  4515.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:GameSprocket SDKs:InputSprocket_SDK:"
  4516.         activate
  4517.     end tell
  4518. on error errMsg number errNum
  4519.     --enter statements to perform when no records are found such as...
  4520.     display dialog "Sorry, the item you selected could not be found."
  4521.     return
  4522. end try
  4523. e    No Changeo
  4524. http://developer.apple.com/sdk
  4525. J will require additional mem
  4526. heralds
  4527. herej
  4528. here's
  4529. hersey
  4530. hewlett-packard
  4531. hidemenubar
  4532. hiding
  4533. hierarchical
  4534. hifi-color
  4535. highg
  4536. high-end
  4537. high-leveld
  4538. high-performance
  4539. high-quality
  4540. high-visibility
  4541. higher
  4542. higher-quality
  4543. highest
  4544. highlighting
  4545. highlightsj
  4546. highly
  4547. highly-successful
  4548. hilighted
  4549. hilite
  4550. hindi
  4551. --set theItem to choose file -- uncomment to test in an AS editor
  4552.     tell application "Finder"
  4553.         open item "Dev.CD Apr 94
  4554. Dev.CD Jan 94
  4555. Dev.CD Oct 93
  4556. Dev.CD Jul 93
  4557. Dev.CD Apr 93"
  4558.         activate
  4559.     end tell
  4560. on error errMsg number errNum
  4561.     --enter statements to perform when no records are found such as...
  4562.     display dialog "Sorry, the item you selected could not be found."
  4563.     return
  4564. end try
  4565. natural
  4566. nature
  4567. vigationi
  4568. navigation
  4569. services
  4570. documents
  4571. nearest
  4572. nearly
  4573. necessaryq
  4574. needo
  4575. ii-compliant
  4576. iigsr
  4577. illegal
  4578. illustrate
  4579. illustrated
  4580. illustrates
  4581. illustrating
  4582. illustration
  4583. illustrations
  4584. im-vi
  4585. imacs
  4586. imagei
  4587. image's
  4588. imageer
  4589. imageproducing
  4590. imagesg
  4591. imagewriter
  4592. imaginable
  4593. implementations
  4594. implemented
  4595. implementing
  4596. implements
  4597. implications
  4598. implimentation
  4599. implimenting
  4600. implmenetation
  4601. All Packages
  4602. 601 Processor Upgrade EnablerO
  4603. Dev.CD Jul 95P
  4604. Dev.CD Jul 9V
  4605. 73729X
  4606. Jul 95
  4607. b--set theItem to choose file -- uncomment to test in an AS editor
  4608.     tell application "Finder"
  4609.         open item "Dev.CD Jul 95"
  4610.         activate
  4611.     end tell
  4612. on error errMsg number errNum
  4613.     --enter statements to perform when no records are found such as...
  4614.     display dialog "Sorry, the item you selected could not be found."
  4615.     return
  4616. end try
  4617. All Packages
  4618. 601 Processor Upgrade EnablerO
  4619. Dev.CD Jul 95P
  4620. Dev.CD Jul 9V
  4621. 73730X
  4622. Jul 95
  4623. b--set theItem to choose file -- uncomment to test in an AS editor
  4624.     tell application "Finder"
  4625.         open item "Dev.CD Jul 95"
  4626.         activate
  4627.     end tell
  4628. on error errMsg number errNum
  4629.     --enter statements to perform when no records are found such as...
  4630.     display dialog "Sorry, the item you selected could not be found."
  4631.     return
  4632. end try
  4633. All Packages
  4634. 601 Processor Upgrade EnablerV
  4635. 73731X
  4636. InputSprocketTest
  4637. This sample demonstates the basic implmenetation of high and low level InputSprocket.  It shows the following functionality:
  4638. - ISpElementList_ExtractByKind
  4639. - List all devices
  4640. - List all elements
  4641. - List all buttons
  4642. - List all directional pads
  4643. - List all axes
  4644. - List all X-axes
  4645. - Get events
  4646. - Suspend
  4647. - Resume
  4648. - Create needs
  4649. - Destroy needs
  4650. - Get needs events
  4651. - Configuration dialog
  4652. - Enable mouse and keyboard
  4653. - Disable mouse and keyboard
  4654. - Reinitialize ADB bus
  4655. - Allocate/Deallocate test
  4656. - TestBIArbitraryAllocate test
  4657. - TestAccelration
  4658. - Enable speech
  4659. - Disable speech
  4660. Sample Code.imgK
  4661. Feb 00M^PowerPC, System 8.1+, InputSprocket, and either Universal Interfaces 3.3 or InputSprocket SDK
  4662. N2InputSprocket, ISp, Needs, Elements, axes, buttonsO
  4663. Dev.CD May 00 TC:Sample Code:P
  4664. Dev.CD May 00 TC
  4665.  - Sample CodeV
  4666. 74016X
  4667. May 00^
  4668. e    No Change
  4669. cluding steps to reproduce.
  4670.  Send feedback on subjects other than bug reports to mrj_feedback@apple.com. This can incl
  4671. Dev.CD Jun 00 RL Disk 1:Utilities:Disk Copy:"
  4672.         activate
  4673.     end tell
  4674. on error errMsg number errNum
  4675.     --enter statements to perform when no records are found such as...
  4676.     display dialog "Sorry, the item you selected could not be found."
  4677.     return
  4678. end try
  4679. e    No Changef
  4680. utilityq
  4681. Dev.CD Jun 00 RL Disk 1
  4682. SD!All Packages
  4683. Tool Chest Edition
  4684. Disk I/O Performance Tools
  4685.     tell application "Finder"
  4686.         open item "Dev.CD Jan 96 SDK1"
  4687.         activate
  4688.     end tell
  4689. on error errMsg number errNum
  4690.     --enter statements to perform when no records are found such as...
  4691.     display dialog "Sorry, the item you selected could not be found."
  4692.     return
  4693. end try
  4694. All Packages
  4695. QuickDraw GXO
  4696. Dev.CD Jan 96 SDK1P
  4697. Dev.CD Jan 96 SDKV
  4698. 70599X
  4699. Jan 96
  4700. The free Adobe
  4701.  Acrobat
  4702.  Reader allows you to view, navigate, and print PDF files across all major computing platforms. Acrobat Reader is the free viewing companion to Adobe Acrobat 3.0 and to Acrobat Capture
  4703.  software.
  4704. For full instructions on using the Acrobat Reader please see the Acrobat Reader 3.0 Online Guide, which can be found in the file READER.PDF in the Help folder (which is in the same folder as the Acrobat Reader).  When using  Acrobat Reader, selecting the Help > Reader Onli
  4705. ne Guide menu will open READER.PDF automatically. (Note: the Help menu is the second menu from the right and is indicated by a Question mark icon.)
  4706. Adobe encourages you to register as an Acrobat Reader user; letting us know who you are helps us continue to provide you with better products, better service, and the most up-to-date information on Adobe Acrobat. If you have not already registered, please do so at:
  4707.     http://www.adobe.com/acrobat/register.html
  4708. To view the latest information
  4709. FP<Dev.CD Aug 97 TC
  4710.  - Language Kits
  4711.  - WorldScript Updater 1.1ransition@
  4712. tricks@
  4713. typically@
  4714. uncompressed@
  4715. unified@
  4716. unobtrusive@
  4717. update-based@
  4718. upon@
  4719. used@
  4720. usenet@
  4721. user's@
  4722. user-interface@
  4723. userstartup@
  4724. using
  4725. veritable@
  4726. versions@
  4727. viewing@
  4728. virtual@
  4729. visual@
  4730. warming@
  4731. ways@
  4732. we're@
  4733. website@
  4734. aegizmos@
  4735. what's@
  4736. developing
  4737. drivers
  4738. sometimes
  4739. resedit@
  4740. which
  4741. while@
  4742. williams@
  4743. window's@
  4744. wireless@
  4745. wishes@
  4746. egistrati
  4747. 1.4.2@
  4748. about@
  4749. about
  4750. appleshare
  4751. client
  4752. aegizmos
  4753. 1.4.2@
  4754. apple
  4755. directions
  4756. 03/96@
  4757. apple
  4758. event
  4759. xcmds
  4760. 1.0b3@
  4761. apple
  4762. standardsw
  4763. end try
  4764. All Packages
  4765. 70597
  4766. ormation back and forth.
  4767. So, we created the Scrap Color clipboard format and supporting code library.  We will be integrating this functionality into our programs, and we hope that others will do so as well.  With the supporting code library written, it is a snap to integrate and call.  Plus, we are placing the format and code library in the public domain.  It's free to use as you like with no copyrights or licensing fees.  You don't even have to mention it in your about box.
  4768. We hope tha
  4769. t this format can become a standard to communicate color information between applications by using the clipboard.  That will only happen if people start to use it in their applications, both commercial and shareware.  So, please take a look at the rest of this document and the code library.  We hope that you can use it!
  4770. Released June, 1996 by Mark Womack and Patrick Bores. Code Library written by Mark Womack. See the file ' Scrap Color Documentation' for details.
  4771. Issues:  This is NOT AN 
  4772. r--set theItem to choose file -- uncomment to test in an AS editor
  4773.     tell application "Finder"
  4774.         open item "Dev.CD May 00 TC:Sample Code:"
  4775.         activate
  4776.     end tell
  4777. on error errMsg number errNum
  4778.     --enter statements to perform when no records are found such as...
  4779.     display dialog "Sorry, the item you selected could not be found."
  4780.     return
  4781. end try
  4782. side the System Folder.
  4783. MRJLib contains user breaks (warnings) that MRJ will generate when it detects it has enter
  4784. ed an invalid state. These warnings will drop you into MacsBug; you can just continue execution by typing 
  4785.  in MacsBug followed by the return key. There is no need to kill the target application (
  4786. ) since user breaks are not crashes!  
  4787. MRJLib has been compiled with PowerPC 
  4788. traceback tables
  4789.  enabled. This results in much more accurate native stack crawls that correctly display the names of functions/methods. This is of great help to us in debugging if you send us MacsBug logs when a 
  4790. 74916X
  4791. May 00^
  4792. --set theItem to choose file -- uncomment to test in an AS editor
  4793.     tell application "Finder"
  4794.         open item "Dev.CD May 00 TC:Tool Chest:Files:UnmountIt 1.2:"
  4795.         activate
  4796.     end tell
  4797. on error errMsg number errNum
  4798.     --enter statements to perform when no records are found such as...
  4799.     display dialog "Sorry, the item you selected could not be found."
  4800.     return
  4801. end try
  4802. e    No Changef2AppleShare
  4803. File Sharing
  4804. File Manager
  4805. Drag and Dropq
  4806. Dev.CD May 00 TC
  4807. .D!All Packages
  4808. Tool Chest Edition
  4809. URL Access 1.0.1 SDK
  4810. network
  4811. network
  4812. management
  4813. notesS
  4814. onescannerg
  4815. opp's
  4816. palette
  4817. parserV
  4818. pascal
  4819. performance
  4820. photoshop
  4821. player
  4822. plugins
  4823. postscript
  4824. powerbook
  4825. primer
  4826.  system. It is also 
  4827. inputsprocket
  4828. inputsprocketpptest
  4829. inputsprockettest
  4830. inside
  4831. inside
  4832. macintosh
  4833. quickdraw
  4834. install
  4835. installer
  4836. installer
  4837. 1.2.3
  4838. instance
  4839. instrumentation
  4840. instrumentation
  4841. 1.0.6
  4842. int'l
  4843. int'l
  4844. developer
  4845. contacts
  4846. interactive
  4847. interactive
  4848. success
  4849. guide
  4850. interapplication
  4851. nternationals
  4852. international
  4853. 1.5.1
  4854. iso9660
  4855. sample
  4856. issue
  4857. 1.0fc1
  4858. iw-half-dither
  4859. japan
  4860. japanese
  4861. japanese
  4862. language
  4863. japanese
  4864. language
  4865. drawing
  4866. javasprites
  4867. helper
  4868. jisapplet
  4869. sample
  4870. jsaver
  4871. jscriptapplet
  4872. kanjitalk
  4873. kanjitalk
  4874. update
  4875. keyboardcontroller
  4876. keychain
  4877. keychain
  4878. 1.0.1
  4879. keycodes
  4880. kibitz
  4881. killer
  4882. killer
  4883. content
  4884. workbook
  4885. korean
  4886. korean
  4887. language
  4888. korean
  4889. language
  4890. 1.0.1
  4891. labelmenu
  4892. libraryv
  4893. localization
  4894. localizers
  4895. locationt
  4896. locator
  4897. macintosh
  4898. macro
  4899. magician
  4900. managert
  4901. market
  4902. media
  4903. memory
  4904. modern
  4905. module
  4906. monitorr
  4907. navigator
  4908. newsi
  4909. notesS
  4910. onescannerg
  4911. opp's
  4912. palette
  4913. parserV
  4914. performance
  4915. photoshop
  4916. player
  4917. plugins
  4918. postscript
  4919. primer
  4920. ATP dards
  4921. QuickTime VR
  4922. IMPORTANT INFO ABOUT QUICKTIME VR
  4923. QuickTime 3 now incorporates both the QuickTime VR and QuickDraw 3D technologies into one convenient package.  In addition, the Sound Manager is also now part of the QuickTime 3 release.  All of these technologies and their respective SDK components are integrated into the QuickTime 3 SDK.
  4924. The QuickTime 3 SDK is now a retail product.  You can order the SDK through the Apple Store at:
  4925. http://www.apple.com/store
  4926. To get started,  you can go to the DevelopW
  4927. tasking
  4928. tasks
  4929. testing
  4930. debugging
  4931. testing
  4932. debugging
  4933. networking
  4934. communications
  4935. testing
  4936. memory
  4937. virtual
  4938. debugging
  4939. encoding
  4940. character
  4941. encoding
  4942. converter
  4943. textedit
  4944. thread
  4945. timing
  4946. tokenQ
  4947. tokenizer
  4948. tokenizer
  4949. fcode
  4950. tokentalkQ
  4951. world
  4952. r--set theItem to choose file -- uncomment to test in an AS editor
  4953.     tell application "Finder"
  4954.         open item "Dev.CD May 00 TC:Sample Code:"
  4955.         activate
  4956.     end tell
  4957. on error errMsg number errNum
  4958.     --enter statements to perform when no records are found such as...
  4959.     display dialog "Sorry, the item you selected could not be found."
  4960.     return
  4961. end try
  4962. All Packages
  4963. F    PowerTalkO
  4964. Dev.CD Apr 95P
  4965. Dev.CD Apr 9V
  4966. 72991X
  4967. Apr 95
  4968. b--set theItem to choose file -- uncomment to test in an AS editor
  4969.     tell application "Finder"
  4970.         open item "Dev.CD Apr 95"
  4971.         activate
  4972.     end tell
  4973. on error errMsg number errNum
  4974.     --enter statements to perform when no records are found such as...
  4975.     display dialog "Sorry, the item you selected could not be found."
  4976.     return
  4977. end try
  4978. All Packages
  4979. F    PowerTalkO
  4980. Dev.CD Apr 95
  4981. Dev.CD Jan 95P
  4982. Dev.CD Apr 95
  4983. Dev.CD Jan 9V
  4984. 72992X
  4985. Apr 95
  4986. llowing
  4987. fonte
  4988. footprintg
  4989. productsR
  4990. profile
  4991. profilerx
  4992. profilerenamer
  4993. profilerenamer
  4994. profilerenamer
  4995. readme
  4996. profiles
  4997. prog's
  4998. progguideg
  4999. progguide
  5000. apple
  5001. scannersg
  5002. program
  5003. programmatic`
  5004. programmatic
  5005. interface
  5006. programmer's
  5007. programming
  5008. programming
  5009. information
  5010. programming
  5011. information
  5012. programming
  5013. stuff
  5014. programmingtopics
  5015. progresswindoid
  5016. progresswindoid
  5017. progresswindoid
  5018. progresswindoid
  5019. worksheet
  5020. project
  5021. project
  5022. includes
  5023. project
  5024. large
  5025. project
  5026. large
  5027. project
  5028. quick
  5029. start
  5030. guide
  5031. projectdrag
  5032. protocol
  5033. protos
  5034. prototyping
  5035. prototyping
  5036. toolkit
  5037. survival
  5038. environment
  5039. utilities
  5040. graphics
  5041. objects
  5042. printing
  5043. cfpropertylist
  5044. cfrange
  5045. cfrelease
  5046. cfretain
  5047. cfset
  5048. cfset
  5049. cfstring
  5050. cfstring
  5051. cfstringencodingsext
  5052. cfstringencodingsext
  5053. cftree
  5054. cftree
  5055. cftype
  5056. cftypeid
  5057. character
  5058. character
  5059. encoding
  5060. character
  5061. characters
  5062. charset
  5063. chinese
  5064. chinese
  5065. language
  5066. traditional
  5067. simplified
  5068. choose
  5069. chooser
  5070. ciconhandle
  5071. class
  5072. classes
  5073. client
  5074. clock
  5075. clouseau
  5076. coach
  5077. coachmarks
  5078. loading
  5079. resource
  5080. codec
  5081. codes
  5082. codewarrior
  5083. collation
  5084. collection
  5085. collection
  5086. services
  5087. color
  5088. color
  5089. depth
  5090. color
  5091. cursor
  5092. the item you selected could not be found."
  5093.     return
  5094. end try
  5095. All Packages
  5096. QuickDraw GXO
  5097. Dev.CD Aug 96 TCP
  5098. Dev.CD Aug 96 TV
  5099. 73128X
  5100. transitiono
  5101. translates
  5102. translateds
  5103. translaterotate
  5104. translates
  5105. translationy
  5106. translationss
  5107. translators
  5108. translucent
  5109. transmission
  5110. transmitted
  5111. transparency
  5112. transparent
  5113. transparently
  5114. transportj
  5115. transport's
  5116. transports
  5117. trapped
  5118. trapping
  5119. traps
  5120. trash
  5121. travel
  5122. traversing
  5123. treatz
  5124. treatment
  5125. trees
  5126. triangles
  5127. triangular
  5128. trick
  5129. user-interface
  5130. user-perceived
  5131. usersh
  5132. uses[
  5133. usingA
  5134. All Packages
  5135. System Enabler 003 (LC III)OEDev.CD Apr 94
  5136. Dev.CD Jan 94
  5137. Dev.CD Oct 93
  5138. Dev.CD Jul 93
  5139. Dev.CD Apr 93PDDev.CD Apr 94
  5140. Dev.CD Jan 94
  5141. Dev.CD Oct 93
  5142. Dev.CD Jul 93
  5143. Dev.CD Apr 9V
  5144. 74668X
  5145. Apr 94
  5146. --set theItem to choose file -- uncomment to test in an AS editor
  5147.     tell application "Finder"
  5148.         open item "Dev.CD Apr 94
  5149. Dev.CD Jan 94
  5150. Dev.CD Oct 93
  5151. Dev.CD Jul 93
  5152. Dev.CD Apr 93"
  5153.         activate
  5154.     end tell
  5155. on error errMsg number errNum
  5156.     --enter statements to perform when no records are found such as...
  5157.     display dialog "Sorry, the item you selected could not be found."
  5158.     return
  5159. end try
  5160. All Packages
  5161. System Enabler 003 (LC III)OEDev.CD Apr 94
  5162. Dev.CD Jan 94
  5163. Dev.CD Oct 93
  5164. Dev.CD Jul 93
  5165. Dev.CD Apr 93PDDev.CD Apr 94
  5166. Dev.CD Jan 94
  5167. Dev.CD Oct 93
  5168. Dev.CD Jul 93
  5169. Dev.CD Apr 9V
  5170. 74669X
  5171. Apr 94
  5172. ore Foundation BundleServices [NEW]
  5173. ---------------------------
  5174. This document describes what a bundle is and shows how you can use Bundle  Services to
  5175. 74464X
  5176. Apr 00^
  5177. --set theItem to choose file -- uncomment to test in an AS editor
  5178.     tell application "Finder"
  5179.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:QuickTime:QuickTime 3 Installers:Macintosh:"
  5180.         activate
  5181.     end tell
  5182. on error errMsg number errNum
  5183.     --enter statements to perform when no records are found such as...
  5184.     display dialog "Sorry, the item you selected could not be found."
  5185.     return
  5186. end try
  5187. Deletedf
  5188. QuickTime
  5189. video
  5190. streaming
  5191. audioq
  5192. Dev.CD Apr 00 SDK1
  5193. jD.All Packages
  5194. Mac OS SDK Edition
  5195. New & RevisedF
  5196. QuickTime 4.1.2 SDK - Windows
  5197. HWindows developers can also use QuickTime within products via the QuickTime 4 Interfaces and Libraries files. These QuickTime interfaces and libraries are required to build QuickTime savvy applications or QuickTime components. Also included are the tools to generate QuickTime resources for applications or QuickTime components.
  5198. thanks
  5199. thatA
  5200. f.InputSprocket
  5201. Joystick
  5202. keyboard
  5203. mouse
  5204. http://developer.apple.com/sdkq
  5205. Dev.CD Apr 00 SDK1
  5206. D!All Packages
  5207. Tool Chest Edition
  5208. InputSprocketPPTestInThis is a PowerPlant version of the InputSprocket test.  It has the same functionality as the other ISp Tests.J
  5209. Sample Code.imgK
  5210. Feb 00MnPowerPC, System 8.1+, InputSprocket, PowerPlant 2.1, and either Universal Interfaces 3.3 or InputSprocket SDK
  5211. ISP, InputSprocket, PowerPlantO
  5212. Dev.CD May 00 TC:Sample Code:P
  5213. Dev.CD May 00 TC
  5214.  - Sample CodeV
  5215. 74015X
  5216. May 00^
  5217. r--set theItem to choose file -- uncomment to test in an AS editor
  5218.     tell application "Finder"
  5219.         open item "Dev.CD May 00 TC:Sample Code:"
  5220.         activate
  5221.     end tell
  5222. on error errMsg number errNum
  5223.     --enter statements to perform when no records are found such as...
  5224.     display dialog "Sorry, the item you selected could not be found."
  5225.     return
  5226. end try
  5227. e    No Changef
  5228. InputSprocket
  5229. PowerPlantq
  5230. Dev.CD May 00 TC
  5231. All Packages
  5232. 74016X
  5233. forbiddenj
  5234. force
  5235. forcing
  5236. foreground
  5237. foreign
  5238. forever
  5239. forks
  5240. formata
  5241. format/compression
  5242. formatasdos
  5243. formatsw
  5244. formatteda
  5245. formulate
  5246. forrest
  5247. forth
  5248. fortran
  5249. forward
  5250. forwards
  5251. foundY
  5252. foundation
  5253. foundation's
  5254. fourN
  5255. four-color
  5256. fragment
  5257. fragments
  5258. frame
  5259. frames
  5260. frames/sec
  5261. framework
  5262. QuickDraw
  5263.  FX:  A demo of every CopyBits permutation you can imagine, and then some.
  5264. Record
  5265. RetrievePictInfo:  This snippet shows how to retrieve the colortable from multiple PICT resources using the System 7 calls RecordPictInfo and RetrievePictInfo.
  5266. Restore Screen Cluts:  This snippet shows how to restore all the screen
  5267. s color tables back to what they normally are using two different methods.
  5268. Rotate Bitmap 90
  5269. :  Shows a fast way to rotate bitmaps by 90 degrees.
  5270. RotateString:  This c
  5271. ontains the code for rotating a string 90 degrees.  Just call  RotateString and you get back a BitMap containing the rotated text.
  5272. Rubber Bandit:  This silly little app demonstrates how to do rubber-banding in a dialog using srcXOr mode.
  5273. Save PICT file:  Creates a QuickDraw PICT and saves it as a PICT file, including the required header of 512 bytes of nothing important.
  5274. ScreenDump:  This snippet shows how to dump an area of the screen to a PicHandle
  5275. SearchProcs & Color Separation:  Th
  5276. D!All Packages
  5277. Tool Chest Edition
  5278.  2.2 (Debug) is the debugging version of MRJ 2.2. It is intended to be used by Java developers who run into problems using MRJ 2.2 and who wish to help us isolate those problems. This version may not be redistributed.
  5279. You should already be familiar with Technote 1154, 
  5280. Debugging Java Code With MacsBug
  5281.  which describes some extra debugging tools available only with the debug build. This Technote is available at http://developer.apple.com/technotes/tn/tn1154.htm
  5282. WARNING: Do not use this package until you have installed MacsBug. MacsBug can be found at http://developer.apple.com/tools/
  5283. Bug reports should be logged at http://developer.apple.com/bugreporter/
  5284. Contents
  5285. This package contains debug versions of MRJLib, JDKClasses.zip and MRJClasses.zip. 
  5286. JDKClasses.zip and MRJClasses.zip will provide more useful information when MRJ throws an exception. The 
  5287. line number tables
  5288.  have not been stripped out of the compiled code, so the stack trace dum
  5289. 74883X
  5290. Dec 99^
  5291. --set theItem to choose file -- uncomment to test in an AS editor
  5292.     tell application "Finder"
  5293.         open item "Dev.CD Dec 99 RL:Technical Publications:enterprise:"
  5294.         activate
  5295.     end tell
  5296. on error errMsg number errNum
  5297.     --enter statements to perform when no records are found such as...
  5298.     display dialog "Sorry, the item you selected could not be found."
  5299.     return
  5300. end try
  5301. Deletedq
  5302. Dev.CD Dec 99 RL
  5303. All Packages
  5304. F&Technical Publications: Function Index
  5305. 7Summary:
  5306. The Function index provides links to function descriptions from Inside Macintosh and from new and revised Mac OS 8 documents. Note that QuickTime and Sound Manager functions are described in a separate Function Index.
  5307. The Function Index can be accessed through the Mac OS 8 Documentation product page.
  5308. Mar 99L
  5309. Sep 99V
  5310. 74884X
  5311. 1e    No Change
  5312. commonly
  5313. commons
  5314. commpilerj
  5315. commtoolbox
  5316. e    No Changef-InputSprocket
  5317. Needs
  5318. Elements
  5319. buttonsq
  5320. Dev.CD May 00 TC
  5321. D(All Packages
  5322. Reference Library Edition
  5323. Inside Macintosh - QuickDraw GX
  5324. Summary:  Inside Macintosh is a collection of books, organized by topic, that describe the system software of Macintosh computers.  Together, these books provide the essential reference for programmers, designers, and engineers creating applications for the Macintosh family of computers.
  5325. QuickDraw GX Progammer's Overview
  5326. This book provides an introduction to the QuickDraw GX development enviroment.  It beings with an overview of QuickDraw GX and the key elements of QuickDraw GX programs ae Fragment Manager (CFM) import libraries, so they must be moved out of the CFM search path to be disabled. CFM import library search paths are detailed in Chapter 3 of Inside Macintosh: PowerPC System Software. This book is available at http://developer.apple.com/techpubs/mac/PPCSoftware/PPCSoftware-2.html
  5327. Before swapping MRJ versions in t
  5328. nd try
  5329. pre-asip
  5330. pre-release
  5331. pre-release
  5332. prebuilt
  5333. preferences
  5334. prefse
  5335. prefs
  5336. system
  5337. previous
  5338. primer
  5339. print
  5340. print
  5341. total
  5342. pages
  5343. print2
  5344. printing
  5345. printondemand
  5346. printondemand
  5347. printpict
  5348. printpict
  5349. printpictlist
  5350. printpictlist
  5351. privileges
  5352. privileges
  5353. process
  5354. processes
  5355. processor
  5356. product
  5357. wcase
  5358. showingo
  5359. shown
  5360. showsN
  5361. shrink-wrapped
  5362. Dev.CD May 00 TC
  5363.  - Sample CodeV
  5364. 73863X
  5365. May 00^
  5366. r--set theItem to choose file -- uncomment to test in an AS editor
  5367.     tell application "Finder"
  5368.         open item "Dev.CD May 00 TC:Sample Code:"
  5369.         activate
  5370.     end tell
  5371. on error errMsg number errNum
  5372.     --enter statements to perform when no records are found such as...
  5373.     display dialog "Sorry, the item you selected could not be found."
  5374.     return
  5375. end try
  5376. e    No Changef
  5377. control key
  5378. key patch,q
  5379. Dev.CD May 00 TC
  5380. D!All Packages
  5381. Tool Chest Edition
  5382. ControlStrip TestIeSummary:  ControlStrip Test is a sample program that shows how to use some of the ControlStrip calls.J
  5383. Sample Code.imgK
  5384. Oct 96M
  5385. System 7O
  5386. Dev.CD May 00 TC:Sample Code:P
  5387. Dev.CD May 00 TC
  5388.  - Sample CodeV
  5389. 73864X
  5390. May 00^
  5391. appleev
  5392. summary
  5393. application
  5394. exercises
  5395. copybits
  5396. copymask
  5397. summary
  5398. brochure
  5399. serves
  5400. foundation
  5401. explaining
  5402. summary
  5403. sample
  5404. demonstrates
  5405. palette
  5406. e:  This snippet shows how to use the QuickDraw pattern modes to invert the intersection of two colored lines.
  5407. FindFamilies:  An MPW tool for examining font dependencies.  You tell FindFamilies what installed font family you're interested in, and it finds all the bitmap and outline fonts referenced by that family and tells you what other families also reference them.  Helps to check "Style-linking" so you can see that the plain variant of "MyFont Bold" is really also the bold variant of "
  5408. MyFont Plain", etc.  Shows how to manipulate FOND resources and make the GetNextFOND call under System 7.1 and later.
  5409. GDevVideo:  This code shows how to get the parameters out of GDevice records.
  5410. GrayishOutline:  This snippet was written in reply to a developer question on how to draw the "best possible gray" across several screens of various depth (see the related Q&A in a recent  d e v e l o p   near you).
  5411. icl8 To cicn:  This snippet converts a 'icl8' and 'ICN#' resource to a 'cicn' r
  5412. 73865X
  5413. Nov 99^
  5414. --set theItem to choose file -- uncomment to test in an AS editor
  5415.     tell application "Finder"
  5416.         open item "Dev.CD Nov 99 TC:Tool Chest:Development Kits:
  5417.  Other Platforms:Convert
  5418. Projects 1.0b5:"
  5419.         activate
  5420.     end tell
  5421. on error errMsg number errNum
  5422.     --enter statements to perform when no records are found such as...
  5423.     display dialog "Sorry, the item you selected could not be found."
  5424.     return
  5425. end try
  5426. Deletedq
  5427. Dev.CD Nov 99 TC
  5428. All Packages
  5429. CPU SE 406O
  5430. Dev.CD Jul 95P
  5431. Dev.CD Jul 9V
  5432. 73866X
  5433. Jul 95
  5434. b--set theItem to choose file -- uncomment to test in an AS editor
  5435.     tell application "Finder"
  5436.         open item "Dev.CD Jul 95"
  5437.         activate
  5438.     end tell
  5439. on error errMsg number errNum
  5440.     --enter statements to perform when no records are found such as...
  5441.     display dialog "Sorry, the item you selected could not be found."
  5442.     return
  5443. end try
  5444. All Packages
  5445. CPU SE 406O
  5446. Dev.CD Jul 95V
  5447. 73867X
  5448. 73776X
  5449. Nov 99^
  5450. --set theItem to choose file -- uncomment to test in an AS editor
  5451.     tell application "Finder"
  5452.         open item "Dev.CD Nov 99 TC:Tool Chest:Localization:AppleGlot 2.3:"
  5453.         activate
  5454.     end tell
  5455. on error errMsg number errNum
  5456.     --enter statements to perform when no records are found such as...
  5457.     display dialog "Sorry, the item you selected could not be found."
  5458.     return
  5459. end try
  5460. DeletedfBAppleGlot Localization Internationalization Translation Glossariesq
  5461. Dev.CD Nov 99 TC
  5462. :D!All Packages
  5463. Tool Chest Edition
  5464. AppleGlot 2.4b6
  5465.     e Macintosh Communications Toolbox" which demonstrates the correct method for detecting which serial ports are present.
  5466. Get Tool Config:  This sample shows how to accumulate into a TEXT file the config strings of Connection Tools that have been configured with CMChoose.
  5467. Sample Code.imgK
  5468. Feb 92L
  5469. Apr 97O
  5470. Dev.CD May 00 TC:Sample Code:P
  5471. Dev.CD May 00 TC
  5472.  - Sample CodeV
  5473. 70807X
  5474. 1le CodeV
  5475. 70807X
  5476. 1e    No Change
  5477. IDThis code shows using the SequenceGrabber for simple audio recordingJ
  5478. Sample Code.imgK
  5479. Feb 00
  5480. - Common
  5481.     - Sun Compliant Java Runtime Environment 1.1
  5482.     - QuickTime 3 
  5483.     - QTJava.zip
  5484.     - QTJava media samples
  5485. - Mac OS:
  5486.     - System 8 or later
  5487.     - Macintosh Runtime for Java (MRJ) 2.1
  5488. - Windows 95, 98, or NT::
  5489.     - JRE/JDK from Sun Microsystems, Inc. recommended
  5490. QuickTime, Java, MRJO
  5491. Dev.CD May 00 TC:Sample Code:P
  5492. Dev.CD May 00 TC
  5493.  - Sample CodeV
  5494. 74542X
  5495. May 00^
  5496. r--set theItem to choose file -- uncomment to test in an AS editor
  5497.     tell application "Finder"
  5498.         open item "Dev.CD May 00 TC:Sample Code:"
  5499.         activate
  5500.     end tell
  5501. on error errMsg number errNum
  5502.     --enter statements to perform when no records are found such as...
  5503.     display dialog "Sorry, the item you selected could not be found."
  5504.     return
  5505. end try
  5506. e    No Changef
  5507. QuickTime
  5508. Dev.CD May 00 TC
  5509. D!All Packages
  5510. Tool Chest Edition
  5511. SoundSprocketTestime creating image capture app
  5512. 74420X
  5513. Oct 93
  5514. ~--set theItem to choose file -- uncomment to test in an AS editor
  5515.     tell application "Finder"
  5516.         open item "Dev.CD Oct 93
  5517. Dev.CD Jul 93
  5518. Dev.CD Apr 93"
  5519.         activate
  5520.     end tell
  5521. on error errMsg number errNum
  5522.     --enter statements to perform when no records are found such as...
  5523.     display dialog "Sorry, the item you selected could not be found."
  5524.     return
  5525. end try
  5526. All Packages
  5527. F    QuickTimeO
  5528. Dev.CD Oct 93
  5529. Dev.CD Oct 93V
  5530. 74421X
  5531. Oct 93
  5532. c--set theItem to choose file -- uncomment to test in an AS editor
  5533.     tell application "Finder"
  5534.         open item "Dev.CD Oct 93
  5535.         activate
  5536.     end tell
  5537. on error errMsg number errNum
  5538.     --enter statements to perform when no records are found such as...
  5539.     display dialog "Sorry, the item you selected could not be found."
  5540.     return
  5541. end try
  5542. All Packages
  5543. F    QuickTimeO)Dev.CD Oct 93
  5544. Dev.CD Jul 93
  5545. Dev.CD Apr 93P(Dev.CD Oct 93
  5546. Dev.CD Jul 93
  5547. Dev.CD Apr 9V
  5548. 74422X
  5549. Oct 93
  5550. rPC G4 processor with Altivec; an ATI RAGE 128
  5551.    graphics controller; built-in Zip and DVD drives; built-in
  5552.    Ethernet, USB, and FireWire ports; and an optional AirPort Card
  5553.    wireless LAN module.
  5554.    The developer note includes information about
  5555.    - the features of the Power Mac G4
  5556.    - compatibility issues
  5557.    - the internal logic of the Power Mac G4
  5558.    - the I/O ports and built-in I/O devices
  5559.    - the RAM expansion DIMM
  5560.    - the PCI expansion slots
  5561.    - the system software that comes
  5562.  with the Power Mac G4
  5563. =============
  5564. MAC OS 8 and 9:
  5565. =============
  5566. Apple Type Services for Unicode Imaging Reference [UPDATE]  
  5567. This document describes the complete API reference for ATSUI and is  updated for ATSUI 1.2. New features in ATSUI 1.2 include a linguistically based breakline and added tab character handling. The document also contains an appendix detailing the API elements from other technologies that are also used by ATSUI.
  5568. ------------------------------------------------
  5569. packagesA
  5570. 5thcolumn
  5571. 6.0.3
  5572. 6.0.4
  5573. 6.0.5
  5574. 6.1b9
  5575. processor
  5576. upgrade
  5577. enablerC
  5578. descriptors_
  5579. designo
  5580. design
  5581. robustness
  5582. theresa
  5583. tensor
  5584. information
  5585. designedN
  5586. deskpat
  5587. desktop
  5588. deskwriter
  5589. summary
  5590. contains
  5591. latest
  5592. appletalk
  5593. stack
  5594. version
  5595. macsn
  5596. summary
  5597. controlstrip
  5598. sample
  5599. program
  5600. shows
  5601. summary
  5602. convert
  5603. projects
  5604. utility
  5605. which
  5606. summary
  5607. generator
  5608. application
  5609. generate
  5610. summary
  5611. linear
  5612. feedback
  5613. shift
  5614. register
  5615. entered
  5616. summary
  5617. daystar
  5618. digital
  5619. apple
  5620. computer
  5621. designed
  5622. application
  5623. summary
  5624. apple
  5625. cd-rom
  5626. handbook
  5627. provides
  5628. overview
  5629. summary
  5630. apple
  5631. chinese
  5632. handwriting
  5633. offers
  5634. another
  5635. summary
  5636. apple
  5637. grayscale
  5638. appearance
  5639. system
  5640. specifo
  5641. summary
  5642. apple
  5643. international
  5644. glossaries
  5645. contains
  5646. translats
  5647. summary
  5648. appletalk
  5649. developer's
  5650. toolkit
  5651. inten
  5652. summary
  5653. arabic
  5654. language
  5655. combination
  5656. system
  5657. summary
  5658. audio
  5659. palette
  5660. developer
  5661. documentation
  5662. contains
  5663. summary
  5664. communications
  5665. toolbox
  5666. contains
  5667. web browser
  5668. text, encoding, Unicode, script, language, conversion, games, input device, sprocket, joystick, gamepad, gaming, blanking, screen, display, buffering, games, sprocket, gaming, networking, games, multiprocessing, preemptive task, multitasking, threads, threading, cons, Icon Services, Icon Utilities, 'icns', icon family, icon resources, IconRef, icon plotting, Navigation Services, Standard File, file management, file 
  5669. navigation, opening files, saving files, Network Services Location, file p
  5670. May 00^
  5671. --set theItem to choose file -- uncomment to test in an AS editor
  5672.     tell application "Finder"
  5673.         open item "Dev.CD May 00 TC:Tool Chest:Testing & Debugging:Memory Management:"
  5674.         activate
  5675.     end tell
  5676. on error errMsg number errNum
  5677.     --enter statements to perform when no records are found such as...
  5678.     display dialog "Sorry, the item you selected could not be found."
  5679.     return
  5680. end try
  5681. e    No Changeq
  5682. Dev.CD May 00 TC
  5683. All Packages
  5684. 71462
  5685. traceroute
  5686. traditional
  5687. traffic
  5688. transaction
  5689. translationy
  5690. translation
  5691. macintosh
  5692. translator
  5693. translator
  5694. transport
  5695. traversing
  5696. traversing
  5697. related
  5698. tables
  5699. referential
  5700. integrity
  5701. rules
  5702. valida
  5703. tsmte
  5704. tsmte
  5705. textedit
  5706. inline
  5707. input
  5708. japanese
  5709. internationalizatio
  5710. tuning
  5711. tutorial
  5712. types
  5713. typography
  5714. storage
  5715. class
  5716. driver
  5717. systems
  5718. workstation
  5719. solaris
  5720. hp-ux
  5721. update
  5722. updater
  5723. updates
  5724. usageu
  5725. usedistanthdwrmem
  5726. uselocalhdwrmem
  5727. utilities
  5728. utility
  5729. utility
  5730. space
  5731. variable
  5732. variables
  5733. vector
  5734. folder
  5735. fonts
  5736. fontsync
  5737. foreign
  5738. formatting
  5739. forth
  5740. foundation
  5741. frameworkY
  5742. functione
  5743. function
  5744. index
  5745. inside
  5746. functions
  5747. gamepad
  5748. games
  5749. games
  5750. sprockets
  5751. sprite
  5752. blitters
  5753. drawsprocket
  5754. moofwars
  5755. gaming
  5756. gamma
  5757. gatewayS
  5758. generator
  5759. gestalt
  5760. gestalt
  5761. selector
  5762. codes
  5763. gestalt
  5764. manager
  5765. machine
  5766. identificatio
  5767. getenetaddrdirect
  5768. getnextevent
  5769. getnextevent
  5770. waitnextevent
  5771. filter
  5772. helper
  5773. notes
  5774. devnotes
  5775. heaps
  5776. helpp
  5777. helper
  5778. menubar
  5779. corners
  5780. desktop
  5781. finder
  5782. grayrgn
  5783. htmlq
  5784. htmlrenderinglib
  5785. packages
  5786. htmlrenderinglib
  5787. quicktime
  5788. application's[
  5789. application-specific
  5790. application/system
  5791. terface; QuickDraw 3D-The Future 
  5792. 74017X
  5793. Dec 99^
  5794. --set theItem to choose file -- uncomment to test in an AS editor
  5795.     tell application "Finder"
  5796.         open item "Dev.CD Dec 99 RL:Technical Documentation:Inside Macintosh:QuickDraw GX:"
  5797.         activate
  5798.     end tell
  5799. on error errMsg number errNum
  5800.     --enter statements to perform when no records are found such as...
  5801.     display dialog "Sorry, the item you selected could not be found."
  5802.     return
  5803. end try
  5804. Deletedq
  5805. Dev.CD Dec 99 RL
  5806. D!All Packages
  5807. Mac OS SDK Edition
  5808. Installer SDK 1.2.3
  5809.     tion.
  5810.  You may experience improved performance if you have QuickTime 3.0 installed. QuickTime 3.0 is installed with Mac OS 8.5, or you can download it at http://quicktime.apple.com.
  5811. N-MRJ, MRJ 2.1, MRJ 2.1.2, MRJ 2.1.3, MRJ 2.1.4ents to perform when no records are found such as...
  5812.     display dialog "Sorry, the item you selected could not be found."
  5813.     return
  5814. end try
  5815. All Packages
  5816. QuickDraw 3DO
  5817. Dev.CD Jun 97 SSWV
  5818. 70574X
  5819. ketin
  5820. w GX shape: the shape object, the style object, the ink object, and the transform object.
  5821. QuickDraw GX Printing
  5822. This book shows you how to support basic printing features including desktop printers, and how to use QuickDraw GX printing objects to customize printing and perform advanced printing-related tasks.
  5823. QuickDraw GX Printing Extensions and Drivers
  5824. This book shows you how to extend the printing capabilities of QuickDraw GX by creating a printing extension that can work with any appl
  5825. Xication and any kind of printer.  Is also shows how to create a QuickDraw GX printer driver.
  5826. QuickDraw GX Typography
  5827. This book shows you how to create and manipulate the three different types of text shapes supported by QuickDraw GX, and how to support sophisticated text layout, including text with mixed directions and multiple language text
  5828. Aug 94L
  5829. Sep 94 Server at http://www.lists.apple.com/mrj.html.
  5830.  Do not call Apple
  5831. s 800 number(s) regarding this software since our operat
  5832. 1.1.1
  5833. 1.1.2
  5834. 1.1.3
  5835. 1.2.3
  5836. 1.3.1x
  5837. 1.3.4
  5838. 1.3.6
  5839. 1.3a6
  5840. 1.4.1
  5841. 2.0.1t
  5842. 2.1.1p
  5843. 2.6.5X
  5844. 24gcO
  5845. 3.0.1Y
  5846. 3/92^
  5847. library
  5848. 4pmlibraryA
  5849. 4pmlibrary
  5850. 4pmlibrary
  5851. 5.0.7V
  5852. 7/96o
  5853. apple
  5854. grayscale
  5855. appearanceo
  5856. 7edit\
  5857. 7edit
  5858. readmeO
  5859. accessS
  5860. analyzerT
  5861. parser
  5862. 5.0.7V
  5863. parser
  5864. parser
  5865. adbreinit
  5866. adbreinit
  5867. noteW
  5868. adbreinit
  5869. addendumg
  5870. addressh
  5871. archive
  5872. filesi
  5873. archive
  5874. htmli
  5875. advanced[
  5876. advanced
  5877. color
  5878. imaging[
  5879. advanced
  5880. color
  5881. imaging
  5882. coercion
  5883. init]
  5884. aegizmos]
  5885. nd then moves on to illustrate these features using practical programming examples.
  5886. QuickDraw GX Environment & Utilities
  5887. This book shows you how to set up your program to use QuickDraw GX, how QuickDraw GX relates to the rest of the Macintosh environment, and how to handle errors and debug your code.  It also describes a public data format for objects, and documents several managers that extend the object architecture and provide utility functions.
  5888. QuickDraw GX Graphics
  5889. This book shows  
  5890. you how to create and manipulate the fundamental geometric shapes of QuickDraw GX to generate a vast range of graphics entities.  It also shows you how to work with bitmaps and pictures, specialized QuickDrax GX graphic shapes.
  5891. QuickDraw GX Objects
  5892. This book gets you started in understanding how to work with QuickDraw GX and how to create the objects that underlie all of its capabilities.  It focuses on the object architecture as a whole, and how to use the objects that make up a QuickDra
  5893. horizon@
  5894. however@
  5895. iconposition@
  5896. imagine@
  5897. introduced@
  5898. introduction@
  5899. investments@
  5900. issue
  5901. highlights@
  5902. issue
  5903. highlights@
  5904. issues@
  5905. joins@
  5906. know@
  5907. letting@
  5908. long-awaited@
  5909. look@
  5910. macapp-based@
  5911. macos@
  5912. make@
  5913. material@
  5914. mechanism@
  5915. modifier@
  5916. name@
  5917. newsletter@
  5918. on-line-service@
  5919. oracle@
  5920. overall@
  5921. particular@
  5922. phrase@
  5923. powemac@
  5924. printer@
  5925. problems@
  5926. profile@
  5927. provides@
  5928. quickdraw's@
  5929. reduced@
  5930. region@
  5931. report@
  5932. resizeable@
  5933. resolution@
  5934. schneider@
  5935. sequence@
  5936. sharedlibs@
  5937. single@
  5938. slow@
  5939. specification@
  5940. starting@
  5941. summary@
  5942. summary
  5943. appleglot
  5944. 2.4b6
  5945. translation
  5946. summary
  5947. color
  5948. locator
  5949. enables
  5950. anything
  5951. --set theItem to choose file -- uncomment to test in an AS editor
  5952.     tell application "Finder"
  5953.         open item "Dev.CD Apr 94
  5954. Dev.CD Jan 94
  5955. Dev.CD Oct 93
  5956. Dev.CD Jul 93
  5957. Dev.CD Apr 93"
  5958.         activate
  5959.     end tell
  5960. on error errMsg number errNum
  5961.     --enter statements to perform when no records are found such as...
  5962.     display dialog "Sorry, the item you selected could not be found."
  5963.     return
  5964. end try
  5965. drawsprocket's
  5966. drawtextcodec
  5967. drill
  5968. driven
  5969. driven
  5970. nstrates
  5971. variety
  5972. techniques
  5973. using
  5974. sample
  5975. demonstrates
  5976. variety
  5977. transport
  5978. sample
  5979. demonstrates
  5980. create
  5981. quicktime
  5982. movie
  5983. sample
  5984. demonstrates
  5985. query
  5986. endpoint
  5987. sample
  5988. demonstrates
  5989. transport
  5990. sample
  5991. demonstrates
  5992. write
  5993. application
  5994. no-copy
  5995. receives
  5996. under
  5997. QD GX Environment & Utilities :
  5998. QD GX Graphics:
  5999. QD GX Objects:
  6000. QD GX Printing:
  6001. QD GX Printing Ext & Drvrs:
  6002. QD GX Prog's Overview:
  6003. QD GX Typography:K
  6004. Aug 94L
  6005. Sep 94OGDev.CD Dec 99 RL:Technical Documentation:Inside Macintosh:QuickDraw GX:PODev.CD Dec 99 RL
  6006.  - Technical Documentation
  6007.  - Inside Macintosh
  6008.  - QuickDraw GXtest in an AS editor
  6009.     tell application "Finder"
  6010.         open item "Dev.CD May 00 TC:Tool Chest:Development Kits:MPW Related:MPWTool:"
  6011.         activate
  6012.     end tell
  6013. on error errMsg number errNum
  6014.     --enter statements to perform when no records are found such as...
  6015.     display dialog "Sorry, the item you selected could not be found."
  6016.     return
  6017. end try
  6018. e    No Changeq
  6019. Dev.CD May 00 TC
  6020. D!All Packages
  6021. Mac OS SDK Edition
  6022. MRJ 2.1.4 Web Install
  6023.      you selected could not be found."
  6024.     return
  6025. end try
  6026. e    No Changef
  6027. Drive Setup
  6028. Dev.CD Jun 00 RL Disk 1
  6029. ]D!All Packages
  6030. Tool Chest Edition
  6031. Driver Installer
  6032. May 00^
  6033. r--set theItem to choose file -- uncomment to test in an AS editor
  6034.     tell application "Finder"
  6035.         open item "Dev.CD May 00 TC:Sample Code:"
  6036.         activate
  6037.     end tell
  6038. on error errMsg number errNum
  6039.     --enter statements to perform when no records are found such as...
  6040.     display dialog "Sorry, the item you selected could not be found."
  6041.     return
  6042. end try
  6043. e    No Changef$async
  6044. asynchronous
  6045. driver unit tableq
  6046. Dev.CD May 00 TC
  6047. SD!All Packages
  6048. Tool Chest Edition
  6049. AsyncDriverSample1.0b4
  6050. This sample shows how to write a fully asynchronous block device driver for the traditional Mac OS.  The sample tries to implement the simplest possible device driver and therefore doesn
  6051. t talk to any real hardware.  Instead it mounts disk images over the network.
  6052. Sample Code.imgK
  6053. Jul 97L
  6054. Jul 97N
  6055. async deviceO
  6056. Dev.CD May 00 TC:Sample Code:P
  6057. Dev.CD May 00 TC
  6058.  - Sample CodeV
  6059. 73802X
  6060. May 00^
  6061. hints
  6062. historyv
  6063. holdsh
  6064. holidayj
  6065. be    No Changef
  6066. DrawSprocket
  6067. Context Switchq
  6068. Dev.CD May 00 TC
  6069. cD!All Packages
  6070. Tool Chest Edition
  6071. DTS MPW Goodies
  6072. Summary: This folder contains MPW goodies from Developer Technical Support. 
  6073. Features:  
  6074.  AddChange
  6075.  AddHeader
  6076.  CancelWindowCheckOut
  6077.  ChangeFileName
  6078.  CheckedOutFiles
  6079.  CheckInAll
  6080.  CheckWindowIn
  6081.  CheckWindowOut
  6082.  CompareDirText
  6083.  CompareLastRevision
  6084.  CoolRequest
  6085.  CvtCComments
  6086.  DirActive
  6087.  Docs & Help Files:
  6088.  FindChange
  6089.  FindLurkers
  6090.  FLookup
  6091.  GetKeys
  6092.  GetLastChange
  6093.  GetMFSize
  6094.  InitProjector
  6095.  Justify
  6096.  KeyMenu
  6097.  Lookup
  6098.  LookupMenu
  6099.  MarkC
  6100.  MarkPascal
  6101.  MountProjector
  6102.  MountServer
  6103.  MyBuildMenu
  6104.  OpenCheckedOut
  6105.  OpenMultFiles
  6106.  OSErr
  6107.  PasMatIt
  6108.  Print2
  6109.  ProjectFolders
  6110.  ProjectMenu
  6111.  ProjListMenu
  6112.  Quit
  6113.  RelString
  6114.  SetMarkers
  6115.  SetMFSize
  6116.  SetProject
  6117.  SetProjector
  6118.  SourceMenu
  6119.  Srcs:
  6120.  StripUnits
  6121.  Trim
  6122.  UnmountProjector
  6123.  UnwrapCommentText
  6124.  UserStartup
  6125. Goodies
  6126.  Wild
  6127.  WrapCommentText
  6128. MPW Goodies Info
  6129. 73946X
  6130. 1e    No Change
  6131. universityR
  6132. unmountit
  6133. unmountit
  6134. update
  6135. v1.0.1
  6136. v1.1.1
  6137. validator
  6138. variables
  6139. verilog
  6140. viewer
  6141. virtual
  6142. watch
  6143. watching
  6144. white
  6145. windows
  6146. workbook
  6147. xcmdsn
  6148. xfcnc
  6149. xfcns
  6150. 01730-0108
  6151. 01760
  6152. introduces
  6153. introducing
  6154. mentsj
  6155. involved
  6156. involvesp
  6157. involving
  6158. isn't
  6159. issuej
  6160. issue
  6161. highlights
  6162. issue
  6163. highlights
  6164. issue
  6165. highlights
  6166. issue
  6167. highlights
  6168. issue
  6169. highlights
  6170. issue
  6171. highlights
  6172. issue
  6173. highlights
  6174. issue
  6175. highlights
  6176. issue
  6177. highlights
  6178. issue
  6179. highlights
  6180. issue
  6181. highlights
  6182. issue
  6183. highlights
  6184. issue
  6185. highlights
  6186. issue
  6187. highlights
  6188. selfsend
  6189. sellj
  6190. selling
  6191. semantics
  6192. semchishen
  6193. send]
  6194. sendappleeventn
  6195. sender
  6196. sendfinderopen
  6197. sendingn
  6198. sends
  6199. senior
  6200. sense
  6201. sensitive
  6202. senta
  6203. sentence
  6204. sentencesb
  6205. sentense
  6206. separate
  6207. separatelyb
  6208. separation
  6209. separations
  6210. septemberj
  6211. sequel
  6212. e the two querys you must modify the parameters needed for the connection with ResEdit or DAM Generator .OoDev.CD May 00 TC:Tool Chest:Interapplication Communication:Data Access Manager:Data Access Manager French Demo:PzDev.CD May 00 TC
  6213.  - Tool Chest
  6214.  - Interapplication Communication
  6215.  - Data Access Manager
  6216.  - Data Access Manager French DemoV
  6217. 72644X
  6218. 1ch DemoV
  6219. 72644X
  6220. 1e    No Change
  6221. interface
  6222. interfaces
  6223. internationals
  6224. international
  6225. 1.5.1
  6226. iso9660
  6227. sample
  6228. issue
  6229. 1.0fc1
  6230. iw-half-dither
  6231. japan
  6232. japanese
  6233. japanese
  6234. language
  6235. japanese
  6236. language
  6237. drawing
  6238. javasprites
  6239. helper
  6240. jisapplet
  6241. sample
  6242. jsaver
  6243. jscriptapplet
  6244. kanjitalk
  6245. kanjitalk
  6246. update
  6247. apple
  6248. directions
  6249. 11/97
  6250. apple
  6251. directions
  6252. 12/95j
  6253. apple
  6254. event
  6255. registrym
  6256. apple
  6257. event
  6258. registry
  6259. errata
  6260. apple
  6261. event
  6262. xcmds
  6263. apple
  6264. event
  6265. xcmds
  6266. apple
  6267. guide
  6268. 2.1.1p
  6269. apple
  6270. guide
  6271. 2.1.1
  6272. firstp
  6273. apple
  6274. apple
  6275. international
  6276. glossar
  6277. apple
  6278. standards
  6279. 73904X
  6280. Jun 00^    RL Disk 1
  6281. --set theItem to choose file -- uncomment to test in an AS editor
  6282.     tell application "Finder"
  6283.         open item "Dev.CD Jun 00 RL Disk 1:Technical Documentation:Develop:develop Issue 22:"
  6284.         activate
  6285.     end tell
  6286. on error errMsg number errNum
  6287.     --enter statements to perform when no records are found such as...
  6288.     display dialog "Sorry, the item you selected could not be found."
  6289.     return
  6290. end try
  6291. e    No Changeq
  6292. Dev.CD Jun 00 RL Disk 1
  6293. All Packages
  6294. develop Issue 23
  6295. 73905X
  6296. o build applications that can interface with the Keychain, URL Access, and Signing functions available with Mac OS 9.  It also contains example code and API documentation.
  6297. A keychain is a secure repository for user-centric data, such as keys, passwords and certificates. The repository may be a file, a network database, a smart card, or other storage media..
  6298. URL Access accesses remote sites programmatically using URLs.  Files mag URLs.  Files ma
  6299. drives
  6300. driving
  6301. dronezone
  6302. dronezone
  6303. application
  6304. which
  6305. designed
  6306. MPW Related
  6307.  - MPW Script Tips 1.1.1V
  6308. 72882X
  6309. May 00^
  6310. --set theItem to choose file -- uncomment to test in an AS editor
  6311.     tell application "Finder"
  6312.         open item "Dev.CD May 00 TC:Tool Chest:Development Kits:MPW Related:MPW Script Tips 1.1.1:"
  6313.         activate
  6314.     end tell
  6315. on error errMsg number errNum
  6316.     --enter statements to perform when no records are found such as...
  6317.     display dialog "Sorry, the item you selected could not be found."
  6318.     return
  6319. end try
  6320. e    No Changeq
  6321. Dev.CD May 00 TC
  6322. D!All Packages
  6323. Tool Chest Edition
  6324. MPWTool 1.0I
  6325. Summary: This is an MPW tool which plays sounds. It is able to select a sound to play at random from the sound resources within itself. This tool can also be used to signal events like "build completed."
  6326. This package is System 7.0 compatible.e    No Change
  6327. getkeysU
  6328. getlastchange
  6329. getmfsize
  6330. getnextevent
  6331. getnextfond
  6332. getopen
  6333. getownergroup
  6334. getprocessinformatio
  6335. getresource
  6336. getstdfilterproc
  6337. gettable/settable
  6338. getter
  6339. gettingj
  6340. getting
  6341. started
  6342. webobjects
  6343. getting/setting
  6344. getvinfo
  6345. gimedapalette
  6346. giveN
  6347. given`
  6348. glance
  6349. globalj
  6350. global-aware
  6351. globally
  6352. globals
  6353. glossariess
  6354. gluen
  6355. glyphse
  6356. goals
  6357. goesN
  6358. going
  6359. golden
  6360. gonzalez
  6361. gonzalez3
  6362. goodN
  6363. 1.0.1b3U
  6364. 1.0.2d
  6365. 1.0.3
  6366. 1.0.4e
  6367. 1.0.6
  6368. 1.0b2
  6369. 1.0b3n
  6370. 1.0b5
  6371. 1.0d6T
  6372. 1.0fc1
  6373. 1.1.1
  6374. 1.1.3
  6375. 1.1.4
  6376. 1.1b1
  6377. 1.1b8
  6378. 1.2.1Q
  6379. 1.2.3
  6380. 1.3.4
  6381. 1.3b5
  6382. 1.4.2_
  6383. 1.4.3b3
  6384. 1.4.9
  6385. Dev.CD Jul 96 SSV
  6386. 74943X
  6387. Jul 96
  6388. f--set theItem to choose file -- uncomment to test in an AS editor
  6389.     tell application "Finder"
  6390.         open item "Dev.CD Jul 96 SSW"
  6391.         activate
  6392.     end tell
  6393. on error errMsg number errNum
  6394.     --enter statements to perform when no records are found such as...
  6395.     display dialog "Sorry, the item you selected could not be found."
  6396.     return
  6397. end try
  6398. All Packages
  6399. WorldScript UpdaterO
  6400. Dev.CD Jul 96 SSWP
  6401. Dev.CD Jul 96 SSV
  6402. 74944X
  6403. Jul 96
  6404. f--set theItem to choose file -- uncomment to test in an AS editor
  6405.     tell application "Finder"
  6406.         open item "Dev.CD Jul 96 SSW"
  6407.         activate
  6408.     end tell
  6409. on error errMsg number errNum
  6410.     --enter statements to perform when no records are found such as...
  6411.     display dialog "Sorry, the item you selected could not be found."
  6412.     return
  6413. end try
  6414. All Packages
  6415. WorldScript UpdaterO
  6416. Dev.CD Jul 96 SSWP
  6417. Dev.CD Jul 96 SSV
  6418. 74945X
  6419. Jul 96
  6420.   Debugging is a lot like being a detective.
  6421. THE VETERAN NEOPHYTE:  Manual Labor  by Jim Mensch.  Lots of activities have hidden lessons that can be applied to programming 
  6422.  for example, rebuilding a car engine.
  6423. KON & BAL
  6424. S PUZZLE PAGE:  New World Order by Cameron Esfahani and Alex Rosenberg.  Playing Marathon during work hours is not only justifiable but can actually prove fruitful.
  6425. JBdevelop Issue 26
  6426. develop Issue 26 code
  6427. develop Issue 26 referencesK
  6428. Jun 96L
  6429. Sep 96OIDev.CD Jun 00 RL Disk 1:Technical Documentation:Develop:develop Issue 26:PQDev.CD Jun 00 RL Disk 1
  6430.  - Technical Documentation
  6431.  - Develop
  6432.  - develop Issue 261.1 (US)
  6433. FolderSize 1.5 (US)
  6434. FontMaster 1.3 (US)
  6435. FormatNum 1.0 (US)
  6436. FullBalloons 1.0 (US)
  6437. FullDrag 1.3 (US)
  6438. FullFind 1.5 (US)
  6439. FullHPop 1.7 (US)
  6440. FullMove 1.2 (US)
  6441. FullOffset 1.0 (US)
  6442. FullRemove 1.1 (US)
  6443. FullRename 1.4 (US)
  6444. FullReplace 1.1 (US)
  6445. FullResList 2.2 (US)
  6446. FullSFPack 1.7 (US)
  6447. FullSort 3.9 (US)
  6448. FullText 2.1 (US)
  6449. GetBootVol 1.1 (US)
  6450. GetDInfo 1.1 
  6451. fPHDev.CD May 98 TC
  6452.  - Programs & Marketing
  6453.  - Market & Distribution GuidesV
  6454. 73821X
  6455. May 98^
  6456. --set theItem to choose file -- uncomment to test in an AS editor
  6457.     tell application "Finder"
  6458.         open item "Dev.CD May 98 TC:Programs & Marketing:Market & Distribution Guides:"
  6459.         activate
  6460.     end tell
  6461. on error errMsg number errNum
  6462.     --enter statements to perform when no records are found such as...
  6463.     display dialog "Sorry, the item you selected could not be found."
  6464.     return
  6465. end try
  6466. e    No Changeq
  6467. Dev.CD May 98 TC
  6468. gD!All Packages
  6469. Tool Chest Edition
  6470. Byrne's XCMDs & XFCNs
  6471. Summary: This is a set of 20 XCMDs and XFCNs that perform a wide variety of tasks, from finding the selected printer to simple string manipulation.  Includes all MPW C source code too.
  6472. Features: HyperCard XFCNs and XCMDs.
  6473. This package is System 7.0 compatible. 
  6474. 73822X
  6475. 1e    No Change
  6476. manager's
  6477. manager-related
  6478. someday
  6479. someone
  6480. somethingU
  6481. sometimes
  6482. somewhere
  6483. somobjects
  6484. sophisticated
  6485. sorted
  6486. sorting
  6487. soulj
  6488. soundP
  6489. soundapp
  6490. soundconvert
  6491. soundinputsample
  6492. soundlevel
  6493. soundmanager
  6494. sounds
  6495. soundsprocket
  6496. soundunit
  6497. sourcec
  6498. source-code
  6499. source-level
  6500. sourcebug
  6501. All Packages
  6502. System Enabler 111 (PB 160/180)O
  6503. Dev.CD Apr 93P
  6504. Dev.CD Apr 9V
  6505. 74762X
  6506. Apr 93
  6507. b--set theItem to choose file -- uncomment to test in an AS editor
  6508.     tell application "Finder"
  6509.         open item "Dev.CD Apr 93"
  6510.         activate
  6511.     end tell
  6512. on error errMsg number errNum
  6513.     --enter statements to perform when no records are found such as...
  6514.     display dialog "Sorry, the item you selected could not be found."
  6515.     return
  6516. end try
  6517. All Packages
  6518. System Enabler 111 (PB 160/180)O
  6519. Dev.CD Apr 93P
  6520. Dev.CD Apr 9V
  6521. 74763X
  6522. Apr 93
  6523. b--set theItem to choose file -- uncomment to test in an AS editor
  6524.     tell application "Finder"
  6525.         open item "Dev.CD Apr 93"
  6526.         activate
  6527.     end tell
  6528. on error errMsg number errNum
  6529.     --enter statements to perform when no records are found such as...
  6530.     display dialog "Sorry, the item you selected could not be found."
  6531.     return
  6532. end try
  6533. All Packages
  6534. 74764X
  6535. yscale appearance specif
  6536. Summary: This is the electronic version of develop magazine.
  6537.  Issue 25 highlights:
  6538. Generating QuickTime VR Movies From QuickDraw 3D by Pete Falco and Philip McBride. QuickTime VR movies don
  6539. t have to be created with a real camera; you can instead generate the necessary images with a 3D graphics system like QuickDraw 3D. Here
  6540. s how.
  6541. Flicker-Free Drawing With QuickDraw GX by Hugo M. Ayala. This article discusses the causes of flicker in graphics and animation applications and presents a 
  6542. package for doing memory-efficient, flicker-free drawing with QuickDraw GX.
  6543. NURB Curves: A Guide for the Uninitiated by Philip J. Schneider. QuickDraw 3D includes NURB curves among its geometries, but you need to understand a little about the underlying NURB model to use them effectively. This intuitive treatment of NURB curves tells you what you need to know.
  6544. Using C++ Exceptions in C by Avi Rappoport. Exceptions in C++ provide a powerful and useful way to handle errors and other unexpe
  6545. This package contains a number of routines that are helpful in installing traditional Mac OS device drivers (of type 'DRVR').  TradDriverLoaderLib mimics the API (application programming interface) of the PCI DriverLoaderLib library as much as possible, which makes TradDriverLoaderLib easier to use in an environment supporting both PCI native drivers (of type 'ndrv') and traditional Mac OS drivers.
  6546. Sample Code.imgK
  6547. Sep 97O
  6548. Dev.CD May 00 TC:Sample Code:P
  6549. Dev.CD May 00 TC
  6550.  - Sample Codeion
  6551. synthesis
  6552. systemx
  6553. technicalS
  6554. technotes
  6555. terminology^
  6556. tester
  6557. testing
  6558. textedit
  6559. token
  6560. tokenizer
  6561. toolbox
  6562. toolkit
  6563. toolkits
  6564. tools]
  6565. transport
  6566. transport/ppp
  6567. w to create a directory and how to steal a custom icon from another directory by CatMoving the "Icon\r" file from the other directory.
  6568. CustomGet unresolved alias:  This sample demonstrates how to let the user choose an alias file f
  6569. rom an "open" dialog. The basic idea is to intercept the pseudo-item 'sfHookOpenAlias' in a CustomGetFile hook function and transform it into 'getOpen'. This causes the dialog to behave as if the user had clicked the open button. Also, we intercept the item number of a check box we have added to the dialog item template in order to allow the user to choose whether to resolve aliases. Finally, when CustomGetFile returns, we call DebugStr to let the user (you, the programmer, not end users -
  6570. mutable
  6571. named
  6572. navigable
  6573. navigable
  6574. movies
  6575. pan/tilt
  6576. movies
  6577. virtual
  6578. navigation
  6579. navigation
  6580. nbplookup
  6581. needs
  6582. neighborhood
  6583. netsprocket
  6584. netsprocket
  6585. networking
  6586. multi-player
  6587. internet
  6588. appleta
  6589. netstat
  6590. netware
  6591. networkQ
  6592. network
  6593. setup
  6594. configuration
  6595. appletalk
  6596. tcp/ip
  6597. network
  6598. setup
  6599. network
  6600. preferences
  6601. networking
  6602. newgworld
  6603. newsi
  6604. no-copy
  6605.  graphical interface itself.  AppleScript is designed to meet a wide range of user needs and levels of experience. Through implementation of this scripting system at the system software level, Apple has made scripting an integral part of the Macintosh computing environment, as common to Macintosh applications as copy-and-paste editing.
  6606. This package contains documentation (u documentation (u
  6607. 71309X
  6608. Dev.CD May 00 TC:Sample Code:P
  6609. Dev.CD May 00 TC
  6610.  - Sample CodeV
  6611. 73992X
  6612. May 00^
  6613. r--set theItem to choose file -- uncomment to test in an AS editor
  6614.     tell application "Finder"
  6615.         open item "Dev.CD May 00 TC:Sample Code:"
  6616.         activate
  6617.     end tell
  6618. on error errMsg number errNum
  6619.     --enter statements to perform when no records are found such as...
  6620.     display dialog "Sorry, the item you selected could not be found."
  6621.     return
  6622. end try
  6623. Movedf+hide MenuBar corners desktop Finder GrayRgnq
  6624. Dev.CD May 00 TC
  6625. D!All Packages
  6626. Tool Chest Edition
  6627. HITEC (super front end to VU)
  6628.     pment Kits:Mac OS:Open Transport 1.3:PFDev.CD Jul 00 SDK1
  6629.  - Development Kits
  6630.  - Mac OS
  6631.  - Open Transport 1.3ug-in components for compression, decompression, custom hardware support, and more. This introduction to Sound Manager components will get you started.
  6632. Scripting the Finder From Your Application  by Greg Anderson.  The System 7.5 Finder is OSL-compliant, opening the door to 
  6633. grayscaleo
  6634. graytext
  6635. greatg
  6636. greaterp
  6637. greatest
  6638. greatly
  6639. green
  6640. greenspon
  6641. greeting
  6642. gridwindowgrow
  6643. griffith
  6644. groupj
  6645. SquareWave:  These snippets show how to use waveTableSynth and squareWaveSynth.
  6646. 'vox ' recording:  This application uses QI
  6647. uad buffering for both recording and playback.  The recording is done with vox recording on, so it only records sound which is at least of a certain level.
  6648. WaveTable Sounds:  These snippets show how to use waveTableSynth and squareWaveSynth.
  6649. Sample Code.imgL
  6650. Nov 96O
  6651. Dev.CD May 00 TC:Sample Code:P
  6652. Dev.CD May 00 TC
  6653.  - Sample Code
  6654. virtual
  6655. tools
  6656. bit-depth
  6657. explained
  6658. assist
  6659. modules
  6660. macapp
  6661. tutorial
  6662. scripts
  6663. vucollect
  6664. vucollect
  6665. vumeters
  6666. waste
  6667. waste
  6668. 1.3a6
  6669. watch
  6670. watching
  6671. webobjects
  6672. webobjects
  6673. categories
  6674. posers
  6675. webobjects
  6676. database
  6677. webobjects
  6678. memory
  6679. webobjects
  6680. performance
  6681. tuning
  6682. webobjects
  6683. tools
  6684. techniques
  6685. white
  6686. win2maccountersample
  6687. windowpicker
  6688. windowpicker
  6689. windows
  6690. services
  6691. 1.0.8
  6692. workbook
  6693. xcmdsn
  6694. xfcnc
  6695. xfcns
  6696. 01/13/2000
  6697. 01730-0108
  6698. 01760
  6699. visual
  6700. visual-only
  6701. visualization
  6702. visuallyo
  6703. vital
  6704. vocabulary
  6705. voice
  6706. voltages
  6707. volume
  6708. volumemount
  6709. volumes[
  6710. vrefnum
  6711. vucollect
  6712. vumark
  6713. vumeter
  6714. w/mathlib
  6715. w/sound
  6716. w/sysp
  6717. waiting
  6718. waitnextevent
  6719. waits
  6720. wake100
  6721. wakes
  6722. walk-through
  6723. walks
  6724. walkthrough
  6725. wantg
  6726. wanted
  6727. wanting
  6728. wants
  6729. ex, and look for content across all ope
  6730. performance
  6731. tools
  6732. pgpuam
  6733. photoshop
  6734. picker
  6735. pippin
  6736. pippin
  6737. technical
  6738. notes
  6739. player
  6740. playmovie
  6741. playtune
  6742. plug-ins
  6743. plugins
  6744. popupfuncs
  6745. popupfuncs
  6746. 2.6.1
  6747. porting
  6748. porting
  6749. objective-c
  6750. posers
  6751. postscript
  6752. postscript
  6753. output
  6754. filters
  6755. postscript
  6756. utilities
  6757. power
  6758. power
  6759. debugger
  6760. power
  6761. macintosh
  6762. artwork
  6763. power
  6764. manager
  6765. powerbook
  6766. powerpc
  6767. powerpc
  6768. documentation
  6769. iption atoms.
  6770. moved
  6771. package
  6772. ersion 1.1. See the MacSNMP folder for an up-to-date version of the SNMP development kits.
  6773. For the latest version of AppleTalk, see the Network Software Installer folder. 
  6774. The version 1.1.1 of the SNMP AppleTalk Agent for System 7.5 can be found in the MacSNMP folder.
  6775. JdAppleTalk - Read Me First
  6776. AppleTalk Administration:
  6777. AppleTalk Connection:
  6778. Network Software InstallerK
  6779. Jan 96O7Dev.CD Apr 98 SDK1:Development Kits (Disc 1):AppleTalk:P<Dev.CD Apr 98 SDK1
  6780.  - Development Kits (Disc 1)
  6781.  - AppleTalkds are found such as...
  6782.     display dialog "Sorry, the item you selected could not be found."
  6783.     return
  6784. end try
  6785. All Packages
  6786. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  6787. Dev.CD Jan 94
  6788. Dev.CD Oct 93
  6789. Dev.CD Jul 93
  6790. Dev.CD Apr 93PDDev.CD Apr 94
  6791. Dev.CD Jan 94
  6792. Dev.CD Oct 93
  6793. Dev.CD Jul 93
  6794. Dev.CD Apr 9V
  6795. 73575X
  6796. Apr 94
  6797. end try
  6798. All Packages
  6799. System Enabler 111 (PB 160/180)O
  6800. Dev.CD Apr 93P
  6801. Dev.CD Apr 9V
  6802. 71050X
  6803. Apr 93
  6804. intricacies
  6805. GX->PostScript SampleIjReplaces the GX to PostScript sample code that was made available on the February 1998 Tool Chest Edition.J
  6806. GXtoPS Installer:K
  6807. Feb 98M
  6808. QuickDraw GX 1.1.6 and aboveN
  6809. GX, PostScript, sample codeOnDev.CD Apr 98 SDK2:Development Kits (Disc 2):QuickDraw GX:Programming Stuff:Sample Code:GX->PostScript Sample:P|Dev.CD Apr 98 SDK2
  6810.  - Development Kits (Disc 2)
  6811.  - QuickDraw GX
  6812.  - Programming Stuff
  6813.  - Sample Code
  6814.  - GX->PostScript SampleV
  6815. 73979X
  6816. Apr 98^
  6817. --set theItem to choose file -- uncomment to test in an AS editor
  6818.     tell application "Finder"
  6819.         open item "Dev.CD Apr 98 SDK2:Development Kits (Disc 2):QuickDraw GX:Programming Stuff:Sample Code:GX->PostScript Sample:"
  6820.         activate
  6821.     end tell
  6822. on error errMsg number errNum
  6823.     --enter statements to perform when no records are found such as...
  6824.     display dialog "Sorry, the item you selected could not be found."
  6825.     return
  6826. end try
  6827. e    No Changef
  6828. PostScript
  6829. sample codeq
  6830. Dev.CD Apr 98 SDK2
  6831. b--set theItem to choose file -- uncomment to test in an AS editor
  6832.     tell application "Finder"
  6833.         open item "Dev.CD Jul 95"
  6834.         activate
  6835.     end tell
  6836. on error errMsg number errNum
  6837.     --enter statements to perform when no records are found such as...
  6838.     display dialog "Sorry, the item you selected could not be found."
  6839.     return
  6840. end try
  6841. read/write
  6842. readable`
  6843. readerZ
  6844. readers
  6845. readily
  6846. reading_
  6847. readlocation
  6848. readmed
  6849. readmes
  6850. reads
  6851. readsector
  6852. ready
  6853. ready-to-print-with
  6854. realj
  6855. real-time
  6856. real-world
  6857. realistic
  6858. realityj
  6859. really
  6860. realtime
  6861. ognizes
  6862. recognizing
  6863. recommendx
  6864. recommendations
  6865. recommended
  6866. approved
  6867. approximate
  6868. appsp
  6869. appstogo
  6870. aprilj
  6871. arabe
  6872. arabic
  6873. arbitraryb
  6874. arbitrate
  6875. arbitration
  6876. arcellana
  6877. architectural
  6878. architecturej
  6879. architecture/roadmap
  6880. architectures
  6881. archive
  6882. archived
  6883. archivesi
  6884. reference
  6885. foundation's
  6886. fourN
  6887. four-color
  6888. fractional
  6889. fragile
  6890. fragment
  6891. fragments
  6892. frame
  6893. frames
  6894. frames/sec
  6895. framework
  6896. cache
  6897. rates
  6898. picker
  6899. platformQ
  6900. e finder info.
  6901. DateThing:  A sample of how to write one of those date things as in the General control panel.
  6902. Dialog popups:  snippet to demonstrate the use of the system 7 popup control cdef in modal dialogs
  6903. DialogBits:  This sample application shows how to deal with many of the most commonly asked questions about the Dialog Manager.
  6904. DragWindow INIT:  DragWindow INIT is an INIT which allows you to drag a whole window under the Finder, not just the outline.
  6905. DragWindowGrid:  Shows how 
  6906. to write a replacement DragWindow routine that constrains the window to a grid.
  6907. FindSysFolder:  In this code, the FindSysFolder returns the real vRefNum and dirID of the current System Folder. It uses the Folder Manager, if possible, or falls back to SysEnvirons.
  6908. GetDragHiliteColor:  This shows how to obtain the color that the Drag Manager uses to hilite regions when ShowDragHilite is called. Please note this is only how it's done presently.  Since it is undocumented it can and will chan
  6909. --set theItem to choose file -- uncomment to test in an AS editor
  6910.     tell application "Finder"
  6911.         open item "Dev.CD May 98 TC:Programs & Marketing:Market & Distribution Guides:"
  6912.         activate
  6913.     end tell
  6914. on error errMsg number errNum
  6915.     --enter statements to perform when no records are found such as...
  6916.     display dialog "Sorry, the item you selected could not be found."
  6917.     return
  6918. end try
  6919. raryv
  6920. localization
  6921. localizers
  6922. locationt
  6923. locator
  6924. macintosh
  6925. macro
  6926. magician
  6927. managert
  6928. market
  6929. media
  6930. memory
  6931. modern
  6932. module
  6933. monitorr
  6934. navigator
  6935. newsi
  6936. notesS
  6937. onescannerg
  6938. opp's
  6939. palette
  6940. parserV
  6941. performance
  6942. photoshop
  6943. player
  6944. plugins
  6945. postscript
  6946. primer
  6947. 4P^Dev.CD Jul 00 SDK1
  6948.  - Development Kits
  6949.  - Mac OS
  6950.  - Open Transport 1.3
  6951.  - Open Transport DebugV
  6952. 74155X
  6953. Jul 00^
  6954. --set theItem to choose file -- uncomment to test in an AS editor
  6955.     tell application "Finder"
  6956.         open item "Dev.CD Jul 00 SDK1:Development Kits:Mac OS:Open Transport 1.3:Open Transport Debug:"
  6957.         activate
  6958.     end tell
  6959. on error errMsg number errNum
  6960.     --enter statements to perform when no records are found such as...
  6961.     display dialog "Sorry, the item you selected could not be found."
  6962.     return
  6963. end try
  6964. e    No Changef
  6965. Open Transport debugoEftp://ftp.apple.com/developer/Development_Kits/OpenTransport/OT2.5.2/q
  6966. Dev.CD Jul 00 SDK1
  6967. 5D!All Packages
  6968. Mac OS SDK Edition
  6969. Open Transport/PPP SDKI;Contains Open Transport PPP Software Development Kit (SDK).J8CurrentImage.GIF
  6970. OpenTptPPP.h
  6971. OT/PPP Client Dev Note 1.0K
  6972. Apr 98M
  6973. Open TransportN
  6974. OT/PPP SDKOBDev.CD Jul 99 SDK1:Development Kits:Mac OS:Open Transport/PPP SDK:d
  6975. ith. Supporting inheritanc
  6976. punctuation
  6977. punjabi
  6978. puntuation
  6979. purchase
  6980. purdue
  6981. purevoice
  6982. purge
  6983. purged
  6984. purposed
  6985. purposeful
  6986. qdesign's
  6987. qdgraphics
  6988. qtcanvas
  6989. qtimagedrawer
  6990. quadraV
  6991. quadrasV
  6992. quadratic
  6993. qualcomm's
  6994. qualifiedh
  6995. quality
  6996. quandary
  6997. quantitiesg
  6998. quarterj
  6999. queries
  7000. query
  7001. querys
  7002. questionZ
  7003. questionaire
  7004. questionaires
  7005. questionnaire
  7006. questions
  7007. queue
  7008. quick
  7009. quickdrawN
  7010. quickdraw
  7011. dimension
  7012. macintosh
  7013. graphics
  7014. pablo
  7015. calvacom
  7016. camera
  7017. cameras
  7018. cameron
  7019. campaign
  7020. campaigns
  7021. campfire
  7022. .CD Apr 93V
  7023. 72285X
  7024. Feb 98L
  7025. Apr 99M
  7026. Acrobat Reader 3.0N
  7027. WebObjects, Categories, PosersO3Dev.CD Mar OO RLDisk 1:Interactive Media Resources:P5Dev.CD Mar OO RLDisk 1
  7028.  - Interactive Media ResourcesV
  7029. 74931X
  7030. Mar OO^
  7031. RLDisk 1
  7032. --set theItem to choose file -- uncomment to test in an AS editor
  7033.     tell application "Finder"
  7034.         open item "Dev.CD Mar OO RLDisk 1:Interactive Media Resources:"
  7035.         activate
  7036.     end tell
  7037. on error errMsg number errNum
  7038.     --enter statements to perform when no records are found such as...
  7039.     display dialog "Sorry, the item you selected could not be found."
  7040.     return
  7041. end try
  7042. Deletedf
  7043. WebObjects
  7044. Categories
  7045. Posersq
  7046. Dev.CD Mar OO RLDisk 1
  7047. All Packages
  7048. WebObjects Database Part II
  7049. 74932X
  7050. clouseau
  7051. clues
  7052. clusters
  7053. cluts
  7054. clutwind
  7055. cmchoose
  7056. cmd-opt-o-f
  7057. cmd-q
  7058. cn-gb
  7059. co-exist
  7060. cocoa
  7061. codeN
  7062. printing
  7063. drvrs
  7064. prog's
  7065. overview
  7066. typography
  7067. 1.1.1
  7068. spooler
  7069. patch
  7070. 1.0.2
  7071. 1.1.2
  7072. spooler
  7073. patch
  7074. 1.0.2
  7075. 1.1.3
  7076. spooler
  7077. patch
  7078. 1.0.2
  7079. qt3-more
  7080. qt3-more
  7081. video
  7082. technical
  7083. backgrounder
  7084. qtdevdocs
  7085. qtforjava
  7086. qtjava
  7087. qtjava
  7088. qtjavadocs
  7089. qtjavasdk
  7090. query
  7091. quick
  7092. quick
  7093. intro
  7094. update
  7095. quickdraw
  7096. first
  7097. quickdraw3d
  7098. quickdraw3drave
  7099. quickstart
  7100. quicktake
  7101. quicktake
  7102. documentation
  7103. quicktake
  7104. marketing
  7105. items
  7106. quicktake
  7107. first
  7108. quicktake/macintosh
  7109. quicktake/macintosh
  7110. image
  7111. quicktake/windows
  7112. quicktake/windows
  7113. quicktime
  7114. quicktime
  7115. first
  7116. quicktime
  7117. vJZCallback Sample
  7118. Gouraud Sample
  7119. RAVE Common Code
  7120. RAVE Starter Samples Readme
  7121. Texture SampleK
  7122. Jun 98M
  7123. RAVE 1.5 SDKN)RAVE, QuickDraw 3D, Hardware AccelerationO@Dev.CD Jul 00 SDK1:Development Kits:Mac OS:RAVE Starter Samples:PHDev.CD Jul 00 SDK1
  7124.  - Development Kits
  7125.  - Mac OS
  7126.  - RAVE Starter SamplesV
  7127. 74477X
  7128. Jul 00^
  7129. --set theItem to choose file -- uncomment to test in an AS editor
  7130.     tell application "Finder"
  7131.         open item "Dev.CD Jul 00 SDK1:Development Kits:Mac OS:RAVE Starter Samples:"
  7132.         activate
  7133.     end tell
  7134. on error errMsg number errNum
  7135.     --enter statements to perform when no records are found such as...
  7136.     display dialog "Sorry, the item you selected could not be found."
  7137.     return
  7138. end try
  7139. e    No Changef'RAVE
  7140. QuickDraw 3D
  7141. Hardware Accelerationq
  7142. Dev.CD Jul 00 SDK1
  7143. wD!All Packages
  7144. Tool Chest Edition
  7145. Record sound to diskmple CodeV
  7146. 71471X
  7147. May 00^
  7148. ProjectDrag User Manual.txt
  7149. Sources:K
  7150. Sep 95L
  7151. Nov 95V
  7152. 70554X
  7153. 1e    No Change
  7154. Summary:
  7155. Collection of Java Developer Documentation. 
  7156. Summary:
  7157. Collection of Java Developer Documentation. 
  7158. Features:
  7159. Documentation topics include:
  7160. QuickTime For Java
  7161. Introduction to QuickTime for Java
  7162. Technical Overview
  7163. Cocoa
  7164. AppKit Reference
  7165. Enterprise Objects Framework
  7166. Foundation Reference
  7167. Java Tutorial
  7168. WebObjects and Java
  7169. Enterprise Objects Framework
  7170. Foundation Reference
  7171. Java Client
  7172. Features:
  7173. Mac OS Runtime for Java
  7174. MRJ Toolkit
  7175. JManager
  7176. JDirect
  7177. JBindery
  7178. JNimages
  7179. java.html
  7180. MacOSandJava
  7181. QTforJava
  7182. WebObjectsandJava
  7183. YellowBoxandJavaK
  7184. Jan 00L
  7185. Feb 00M
  7186. web browser
  7187. QuickTime For Java, Yellow Box and Java, AppKit Reference, Enterprise Objects Framework, Foundation Reference, Java Tutorial, WebObjects and Java, Enterprise Objects Framework, Foundation Reference Java Client, Mac OS Runtime for Java, MRJ Toolkit, JManager, JDirect, JBindery
  7188.  Publications:java:
  7189. appleglot
  7190. localization
  7191. internationalization
  7192. translation
  7193. glosy
  7194. ev.CD Jan 94P
  7195. Dev.CD Apr 94
  7196. Dev.CD Jan 9V
  7197. 73616X
  7198. Apr 94
  7199. p--set theItem to choose file -- uncomment to test in an AS editor
  7200.     tell application "Finder"
  7201.         open item "Dev.CD Apr 94
  7202. Dev.CD Jan 94"
  7203.         activate
  7204.     end tell
  7205. on error errMsg number errNum
  7206.     --enter statements to perform when no records are found such as...
  7207.     display dialog "Sorry, the item you selected could not be found."
  7208.     return
  7209. end try
  7210. All Packages
  7211. System Enabler 403 (LC 520)O)Dev.CD Apr 94
  7212. Dev.CD Jan 94
  7213. Dev.CD Oct 93P(Dev.CD Apr 94
  7214. Dev.CD Jan 94
  7215. Dev.CD Oct 9V
  7216. 73617X
  7217. Apr 94
  7218.   activate
  7219.     end tell
  7220. on error errMsg number errNum
  7221.     --enter statements to perform when no records are found such as...
  7222.     display dialog "Sorry, the item you selected could not be found."
  7223.     return
  7224. end try
  7225. e    No ChangefGLocation
  7226. Configuration
  7227. Setting
  7228. Preference
  7229. Switch
  7230. Module
  7231. Environmentq
  7232. Dev.CD Jul 00 SDK1
  7233. EvenBetterBusError init
  7234. Summary: EvenBetterBusError is an init that helps catch renegade references to NIL. If you try to dereference a NIL handle or pointer with it installed, a bus error occurs, alerting you to the problem. It also catched writes to NIL, another common programming error.
  7235. General tools.imgK
  7236. Vol XO>Dev.CD May 00 TC:Tool Chest:Testing & Debugging:General tools:PFDev.CD May 00 TC
  7237.  - Tool Chest
  7238.  - Testing & Debugging
  7239.  - General toolsV
  7240. 73958X
  7241. May 00^
  7242. --set theItem to choose file -- uncomment to test in an AS editor
  7243.     tell application "Finder"
  7244.         open item "Dev.CD May 00 TC:Tool Chest:Testing & Debugging:General tools:"
  7245.         activate
  7246.     end tell
  7247. on error errMsg number errNum
  7248.     --enter statements to perform when no records are found such as...
  7249.     display dialog "Sorry, the item you selected could not be found."
  7250.     return
  7251. end try
  7252. e    No Changeq
  7253. Dev.CD May 00 TC
  7254. pD!All Packages
  7255. Tool Chest Edition
  7256. File Synchronization 1.1
  7257. driver
  7258. driver
  7259. installer
  7260. drivergestaltexplore
  7261. dronezone
  7262. 1.1.3
  7263. dropdisk
  7264. context
  7265. switch
  7266. goodies
  7267. utilities
  7268. aug-95
  7269. dukemovie
  7270. dumparpcache
  7271. dumpnetworksetup
  7272. embedding
  7273. embedding
  7274. profile
  7275. documentation
  7276. emulator
  7277. enablerC
  7278. 74275X
  7279. Jan 96
  7280. f--set theItem to choose file -- uncomment to test in an AS editor
  7281.     tell application "Finder"
  7282.         open item "Dev.CD Jan 96 SSW"
  7283.         activate
  7284.     end tell
  7285. on error errMsg number errNum
  7286.     --enter statements to perform when no records are found such as...
  7287.     display dialog "Sorry, the item you selected could not be found."
  7288.     return
  7289. end try
  7290. All Packages
  7291. QuickDraw 3DO
  7292. Dev.CD Jan 96 SSWP
  7293. Dev.CD Jan 96 SSV
  7294. 74276X
  7295. Jan 96
  7296. f--set theItem to choose file -- uncomment to test in an AS editor
  7297.     tell application "Finder"
  7298.         open item "Dev.CD Jan 96 SSW"
  7299.         activate
  7300.     end tell
  7301. on error errMsg number errNum
  7302.     --enter statements to perform when no records are found such as...
  7303.     display dialog "Sorry, the item you selected could not be found."
  7304.     return
  7305. end try
  7306. All Packages
  7307. QuickDraw 3DO
  7308. Dev.CD Jan 96 SSWP
  7309. Dev.CD Jan 96 SSV
  7310. 74277X
  7311. Jan 96
  7312. Application Categories
  7313. Special Marketing Report:
  7314. areasp
  7315. aren't
  7316. arena
  7317. arguments
  7318. arithmetic
  7319. around
  7320. Apple Workgroup Server 9650/350 Developer Note
  7321. Describes the specific hardware features of the Workgroup Server 9650/350 that differ from its predecessor the Workgroup Server 9650/233. It also defines the disk drive and PCI card configuration installed in the server and provides guidelines for adding additional storage devices on the internal SCSI bus. It is intended to provide experienced Macintosh hardware and software developers with general information about the product. 
  7322. J/Workgroup Server 9150
  7323. Workgroup_Server_9650.pdfK
  7324. Oct 97L
  7325. Oct 97N}Apple servers, 9650/350, Workgroup Server, server, server developer note, 100BaseTx Ethernet, network server, internet serverOADev.CD Mar 98 RL:Technical Documentation:Developer Notes:Servers:PIDev.CD Mar 98 RL
  7326.  - Technical Documentation
  7327.  - Developer Notes
  7328.  - Servers System Folder and reboot.
  7329. Features: Allows reset and interrupt from keyboard.
  7330. This package is 7.0 compatible.  
  7331. General tools.imgK
  7332. Vol IIIL
  7333. Mar 92nge
  7334. ultraslimfast
  7335. unicode
  7336. unicode
  7337. imaging
  7338. bi-directional
  7339. rotation
  7340. double-byt
  7341. universal
  7342. universal
  7343. serial
  7344. storage
  7345. class
  7346. driver
  7347. systems
  7348. workstation
  7349. solaris
  7350. hp-ux
  7351. update
  7352. updater
  7353. updates
  7354. access
  7355. internet
  7356. usageu
  7357. usedistanthdwrmem
  7358. uselocalhdwrmem
  7359. utilities
  7360. utility
  7361. utility
  7362. zones
  7363. handles
  7364. resources
  7365. utility
  7366. space
  7367. validation
  7368. variable
  7369. variables
  7370. vector
  7371. onescannerg
  7372. opp's
  7373. palette
  7374. parserV
  7375. performance
  7376. photoshop
  7377. player
  7378. plugins
  7379. postscript
  7380. primer
  7381. 73924X
  7382. Jan 00^
  7383. --set theItem to choose file -- uncomment to test in an AS editor
  7384.     tell application "Finder"
  7385.         open item "Dev.CD Jan 00 SDK1:What's New:Technical Documentation:Technical Publications:DeveloperDocumentation:macos8_and_9:"
  7386.         activate
  7387.     end tell
  7388. on error errMsg number errNum
  7389.     --enter statements to perform when no records are found such as...
  7390.     display dialog "Sorry, the item you selected could not be found."
  7391.     return
  7392. end try
  7393. e    No Change
  7394. Display Manager
  7395. window arrangement
  7396. display mode
  7397. pixel depth
  7398. scan timing
  7399. display
  7400. display ID
  7401. video device
  7402. monitor
  7403. HTML rendering
  7404. web browser
  7405. HTML tags
  7406. Apple Help
  7407. World Wide Web
  7408. Help Center
  7409. HTML link
  7410. Unicode Utilities
  7411. Unicode
  7412. locales
  7413. collation
  7414. characters
  7415. Window Manager
  7416. windows
  7417. structure region
  7418. content region
  7419. window class
  7420. window classes
  7421. window layers
  7422. window attributes
  7423. scrolling
  7424. Menu Manager
  7425. menus
  7426. Carbon
  7427. Apple menu
  7428. menu items
  7429. /developer.apple.com/techpubs/index.html
  7430. reader@
  7431. readme
  7432. first@
  7433. readme
  7434. installer@
  7435. registry@
  7436. resources@
  7437. sample
  7438. sample
  7439. code@
  7440. sample
  7441. documents@
  7442. setfolderflag
  7443. simpleapp@
  7444. transports
  7445. specs@
  7446. standards@
  7447. stuff@
  7448. techqa@
  7449. tiff@
  7450. transitions
  7451. themes@
  7452. trim@
  7453. type@
  7454. usage@
  7455. versions@
  7456. webobjectsandjava@
  7457. what's@
  7458. windows@
  7459. windows
  7460. system
  7461. files@
  7462. xcmds@
  7463. r--set theItem to choose file -- uncomment to test in an AS editor
  7464.     tell application "Finder"
  7465.         open item "Dev.CD May 00 TC:Sample Code:"
  7466.         activate
  7467.     end tell
  7468. on error errMsg number errNum
  7469.     --enter statements to perform when no records are found such as...
  7470.     display dialog "Sorry, the item you selected could not be found."
  7471.     return
  7472. end try
  7473. Adobe Acrobat file. The documentation describes version 1.5 (the previous release) of the Speech Recognition extens
  7474. ion and the API and toolbox it embodies. In addition, the "Speech Recognition Manager Docs" folder contains a "What's new" readme file that describes the bug fixes and feature enhancements in version 1.5.1 (the new release) of the Speech Recognition extension.
  7475. Input from early adopters of Apple's speech recognition technology has contributed greatly to the Speech Recognition Manager API. If you find bugs in the extension or documentation, please use the Apple Bug Reporter stack. Include t
  7476. System Enabler 111 (PB 160/180)O
  7477. Dev.CD Apr 93P
  7478. Dev.CD Apr 9V
  7479. 74757X
  7480. Apr 93
  7481. b--set theItem to choose file -- uncomment to test in an AS editor
  7482.     tell application "Finder"
  7483.         open item "Dev.CD Apr 93"
  7484.         activate
  7485.     end tell
  7486. on error errMsg number errNum
  7487.     --enter statements to perform when no records are found such as...
  7488.     display dialog "Sorry, the item you selected could not be found."
  7489.     return
  7490. end try
  7491. All Packages
  7492. System Enabler 111 (PB 160/180)O
  7493. Dev.CD Apr 93P
  7494. Dev.CD Apr 9V
  7495. 74758X
  7496. Apr 93
  7497. b--set theItem to choose file -- uncomment to test in an AS editor
  7498.     tell application "Finder"
  7499.         open item "Dev.CD Apr 93"
  7500.         activate
  7501.     end tell
  7502. on error errMsg number errNum
  7503.     --enter statements to perform when no records are found such as...
  7504.     display dialog "Sorry, the item you selected could not be found."
  7505.     return
  7506. end try
  7507. All Packages
  7508. System Enabler 111 (PB 160/180)O
  7509. Dev.CD Apr 93V
  7510. 74759X
  7511. All Packages
  7512. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  7513. Dev.CD Jan 94
  7514. Dev.CD Oct 93
  7515. Dev.CD Jul 93
  7516. Dev.CD Apr 93PDDev.CD Apr 94
  7517. Dev.CD Jan 94
  7518. Dev.CD Oct 93
  7519. Dev.CD Jul 93
  7520. Dev.CD Apr 9V
  7521. 74841X
  7522. Apr 94
  7523. --set theItem to choose file -- uncomment to test in an AS editor
  7524.     tell application "Finder"
  7525.         open item "Dev.CD Apr 94
  7526. Dev.CD Jan 94
  7527. Dev.CD Oct 93
  7528. Dev.CD Jul 93
  7529. Dev.CD Apr 93"
  7530.         activate
  7531.     end tell
  7532. on error errMsg number errNum
  7533.     --enter statements to perform when no records are found such as...
  7534.     display dialog "Sorry, the item you selected could not be found."
  7535.     return
  7536. end try
  7537. All Packages
  7538. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  7539. Dev.CD Jan 94
  7540. Dev.CD Oct 93
  7541. Dev.CD Jul 93
  7542. Dev.CD Apr 93PDDev.CD Apr 94
  7543. Dev.CD Jan 94
  7544. Dev.CD Oct 93
  7545. Dev.CD Jul 93
  7546. Dev.CD Apr 9V
  7547. 74842X
  7548. Apr 94
  7549. bigeasydialogs
  7550. bigeasygrafish
  7551. bigeasygrafish
  7552. bigeasygrafish
  7553. bootvol
  7554. browseri
  7555. 73789X
  7556. May 00^
  7557. --set theItem to choose file -- uncomment to test in an AS editor
  7558.     tell application "Finder"
  7559.         open item "Dev.CD May 00 TC:Tool Chest:Networking:AppleTalk and PPP:"
  7560.         activate
  7561.     end tell
  7562. on error errMsg number errNum
  7563.     --enter statements to perform when no records are found such as...
  7564.     display dialog "Sorry, the item you selected could not be found."
  7565.     return
  7566. end try
  7567. e    No Changeq
  7568. Dev.CD May 00 TC
  7569. GD!All Packages
  7570. Mac OS SDK Edition
  7571.  folder contains:
  7572.  the current release of AppleTalk Connection for Macintosh (version 1.1),
  7573.  the current release of AppleTalk Administration for Macintosh (version 1.1)
  7574. IMPORTANT NOTES
  7575. AppleTalk Connection installs the version 1.1.2 of the
  7576. Apple Shared Library Manager. Do not use AppleTalk Connection version 1.1 or AppleTalk Administration version 1.1 with an older version of Apple Shared Library Manager.
  7577. AppleTalk Connection relies on the latest release of MacSNMP vease of MacSNMP v
  7578. authenticator@
  7579. autoguest
  7580. control
  7581. panel
  7582. attempts
  7583. prevent
  7584. avoided@
  7585. backwards@
  7586. basis@
  7587. beaker@
  7588. beep@
  7589. better
  7590. between@
  7591. blocks@
  7592. boards@
  7593. both@
  7594. bronze@
  7595. bugs@
  7596. building
  7597. system
  7598. extension@
  7599. block@
  7600. callhyper@
  7601. calvacom@
  7602. can't@
  7603. capabilites@
  7604. capabilities@
  7605. carries@
  7606. casey@
  7607. cd-rom@
  7608. changed@
  7609. checking@
  7610. chooser@
  7611. client/server@
  7612. clipper@
  7613. clouseau@
  7614. cnvt@
  7615. sample
  7616. which
  7617. demonstrates
  7618. ethernet
  7619. driver
  7620. code-resources@
  7621. collecting@
  7622. color
  7623. picker
  7624. 2.1.1
  7625. contains
  7626. minor
  7627. fixes
  7628. com/mkt/maclogo@
  7629. comma@
  7630. communicate@
  7631. companion@
  7632. compiler@
  7633. composit@
  7634. computer's@
  7635. tectorsh
  7636. developeri
  7637. developer
  7638. documentation
  7639. The Installer SDK provides documentation and examples to help developers and administrators take advantage of Apple installation tools.
  7640. Version 1.2.3 of the SDK includes released versions of Upgrader (1.2.3) and Installer Engine (4.5.2).  We also include the shipping version of Installer 4.0.8.
  7641. This SDK is split into two folders: Upgrader and its engines, and old Installer 4.0.8.  Upgrader in conjunction with Installer Engine or ASR will replace the old Instaler 4.0.X application as Appl
  7642. s primary installation user experience.  Most Installer scripts written for Installer 4.0.X can be used with Upgrader and Installer Engine, so switching should be easy for most of you.
  7643. Installer
  7644. Note:  Some items are pre-release versions and cannot be licensed for distribution.  They are clearly marked as such.  It is should be understood that these items may have some bugs.
  7645. You must obtain a separate license from Apple to ship Installer-related tools with your product.  See the docume
  7646. #JNDAM Generator 2 US
  7647. Graphical interface
  7648. List interface
  7649. Password interface
  7650. QueryK
  7651. Mar 92M-System 7, a DAL Server under VMS, MacOS, A/UXOlDev.CD May 00 TC:Tool Chest:Interapplication Communication:Data Access Manager:Data Access Manager US Demo :PwDev.CD May 00 TC
  7652.  - Tool Chest
  7653.  - Interapplication Communication
  7654.  - Data Access Manager
  7655.  - Data Access Manager US Demo V
  7656. 73882X
  7657. May 00^
  7658. --set theItem to choose file -- uncomment to test in an AS editor
  7659.     tell application "Finder"
  7660.         open item "Dev.CD May 00 TC:Tool Chest:Interapplication Communication:Data Access Manager:Data Access Manager US Demo :"
  7661.         activate
  7662.     end tell
  7663. on error errMsg number errNum
  7664.     --enter statements to perform when no records are found such as...
  7665.     display dialog "Sorry, the item you selected could not be found."
  7666.     return
  7667. end try
  7668. e    No Changeq
  7669. Dev.CD May 00 TC
  7670. All Packages
  7671. DeBabelizer 3.0
  7672. 73883X
  7673. s is to add the Icon family to the document and set bit 10 of th
  7674. 73829X
  7675. Jul 00^
  7676. --set theItem to choose file -- uncomment to test in an AS editor
  7677.     tell application "Finder"
  7678.         open item "Dev.CD Jul 00 SDK1:Development Kits:Hardware:CardBus DDK:"
  7679.         activate
  7680.     end tell
  7681. on error errMsg number errNum
  7682.     --enter statements to perform when no records are found such as...
  7683.     display dialog "Sorry, the item you selected could not be found."
  7684.     return
  7685. end try
  7686. e    No Changef
  7687. CardBus
  7688.  PCMCIA
  7689.  PC CardoBftp://ftp.apple.com/developer/Development_Kits/CardBus_DDK.sit.hqxq
  7690. Dev.CD Jul 00 SDK1
  7691. All Packages
  7692. CD-ROM DetectionI
  7693. Summary:  Sample code and discussion of how to detect whether a volume is a CD or not.  Discusses the various drawbacks of all the different approaches.
  7694. Incorporates the DriverGestalt call which is the new recommended way to detect CD-ROM drives.J
  7695. CD-ROM Detection:K
  7696. Jun 98OCDev.CD Jun 98 RL1:What's New:Tool Chest:Devices:How to Detect a CD:V
  7697. 73830X
  7698. 1e    No Change
  7699.     CUnt "Installer Licensing - Read Me" at the top of the SDK folder for more information.
  7700. J^Installer 4.0.8
  7701. Installer Licensing - Read Me
  7702. Installer SDK 1.2.3.pdf
  7703. Upgrader 1.2.3 & EnginesK
  7704. Apr 94L
  7705. Feb 99MpInstaller 4.0.8:  System 4.2/Mac Plus and later
  7706. Upgrader/Installer Engine:  System 7.0/68020 processor and laterN    InstallerO?Dev.CD Jul 00 SDK1:Development Kits:Mac OS:Installer SDK 1.2.3:PGDev.CD Jul 00 SDK1
  7707.  - Development Kits
  7708.  - Mac OS
  7709.  - Installer SDK 1.2.3RelString
  7710. SetMarkers
  7711. SetMFSB
  7712. SetProject
  7713. SetProjector
  7714. SourceMenu
  7715. StripUnits
  7716. UnmountProjector
  7717. UnwrapCommentText
  7718. UserStartup
  7719. Goodies
  7720. WrapCommentText
  7721. MPW Goodies Info
  7722. MPW Goodies Info.txt
  7723. c Profile (or a folder containing several profiles) onto this application and it make the internal profile name the same as the profile's file name.
  7724. Features: see above
  7725. Issues: none
  7726. JVDropShell.mcp
  7727. DropShell.rsrc
  7728. DSUserProcs.c
  7729. ProfileRenamer -- readme
  7730. ProfileRenamer 68kK
  7731. Jan 98M    ColorSyncation. 
  7732. Apple Data Detectors is a technology that scans text searching for "data" and then offers actions to take on that "data".  For example, if it finds an e-mail address, it might offer an action "Send e-mail to...".  The user interface used to access Apple Data Detectors is the Contextual Menu.  The user 1) selects text, 2) holds down the control-key and clicks, 3) is presented with a popup menu of actions, and 4) chooses one of those actions for execution.  Apple Data Detectors has a plug-in
  7733.  to the Contextual Menu which provides it the opportunity to populate the Contextual Menu when the user selects text.
  7734. The data that ADD searches for and the actions that can be taken on the data is developer extensible.  The detectors are written using regular expressions and the actions are written using AppleScript.
  7735. This package is the SDK which provides documentation and a tool for creating new detectors and actions.
  7736. Features: Apple Data Detectors Extension - provides base functional
  7737. packages
  7738. summary
  7739. contains
  7740. information
  7741. describing
  7742. summary
  7743. folder
  7744. contains
  7745. documents
  7746. about
  7747. programming
  7748. summary
  7749. folder
  7750. contains
  7751. goodies
  7752. developer
  7753. tech@
  7754. summary
  7755. installer
  7756. install
  7757. files
  7758. needed
  7759. worldscr@
  7760. summary
  7761. da/application
  7762. allows
  7763. examine
  7764. summary
  7765. xcmds
  7766. xfcns
  7767. perform
  7768. summary
  7769. software
  7770. apple
  7771. macintosh
  7772. display@
  7773. summary
  7774. package
  7775. provides
  7776. something
  7777. replacement
  7778. support
  7779. support's@
  7780. supports@
  7781. swiss@
  7782. system's@
  7783. tague@
  7784. targets@
  7785. technology@
  7786. text@
  7787. apple@
  7788. colorsync
  7789. plug-in
  7790. modules
  7791. provide
  7792. adobe
  7793. acrobat
  7794. reader
  7795. allows
  7796. navigate
  7797. 3/92^
  7798. 74885X
  7799. Jun 00^    RL Disk 2
  7800. --set theItem to choose file -- uncomment to test in an AS editor
  7801.     tell application "Finder"
  7802.         open item "Dev.CD Jun 00 RL Disk 2:Technical Publications:hardware:"
  7803.         activate
  7804.     end tell
  7805. on error errMsg number errNum
  7806.     --enter statements to perform when no records are found such as...
  7807.     display dialog "Sorry, the item you selected could not be found."
  7808.     return
  7809. end try
  7810. e    No Changef
  7811. Developer Notes
  7812. Hardware
  7813. Technical Publications
  7814. iBook
  7815. Power Macintosh
  7816. PowerBooks
  7817. Servers
  7818. Device Managers and Drivers
  7819. Updates
  7820. Printers
  7821. Desktops
  7822. Portables
  7823. /A;http://developer.apple.com/techpubs/hardware/hardware.html
  7824. Dev.CD Jun 00 RL Disk 2
  7825. All Packages
  7826. Technical Publications: Java
  7827. 74886X
  7828. helper
  7829. helplab
  7830. helpsystems
  7831. library
  7832. higos8guide
  7833. higuidelines
  7834. historyv
  7835. e    No Changef
  7836. process managerq
  7837. Dev.CD May 00 TC
  7838. D!All Packages
  7839. Mac OS SDK Edition
  7840. ame of ColorSync
  7841.  Profile?
  7842. With ColorSync ICC Profiles, there are two separate profile names.  The obvious name is the name of the profile file.  This is the name that one can easily view and edit in the Finder.  The other name is the name in the profile.  This name can be longer and more descriptive than the file name which is limited by the file system to 31 characters on the Mac (or 8 characters on the DOS).  
  7843. Many applications correctly use the more descriptive internal riptive internal 
  7844. 70550X
  7845. networkS
  7846. network
  7847. server
  7848. guideS
  7849. network
  7850. software
  7851. installer
  7852. networkcommsvcs
  7853. networking
  7854. networkingot
  7855. networks
  7856. networks
  7857. documentation
  7858. sample
  7859. audio
  7860. features
  7861. newformat
  7862. newmaclogo
  7863. non-mpw
  7864. norway
  7865. norway
  7866. distributors/localiz
  7867. apple
  7868. product
  7869. example
  7870. noteW
  7871. notesv
  7872. notification
  7873. notification
  7874. 1.5.1
  7875. first
  7876. library
  7877. plugins
  7878. 300ramcard
  7879. 73996X
  7880. May 00^
  7881. r--set theItem to choose file -- uncomment to test in an AS editor
  7882.     tell application "Finder"
  7883.         open item "Dev.CD May 00 TC:Sample Code:"
  7884.         activate
  7885.     end tell
  7886. on error errMsg number errNum
  7887.     --enter statements to perform when no records are found such as...
  7888.     display dialog "Sorry, the item you selected could not be found."
  7889.     return
  7890. end try
  7891. e    No Changef'HTML
  7892. HTMLRenderingLib
  7893. Packages
  7894. Mac OS 9q
  7895. Dev.CD May 00 TC
  7896. D!All Packages
  7897. Tool Chest Edition
  7898. Http Server
  7899. Summary:  This is a functional OpenTransport  sample  that implements a Macintosh background process that will respond to simple  HTTP requests via TCP/IP.  It utilizes C++, exceptions,  IOStreams, Mac Thread manager, OpenTransport (accepting connections and no-copy reads).
  7900. Issues:  Doesnt parse HTTP yet, but replies with a test page.. 
  7901. IOStreams recv not functional yet,  OT Listen/Accept loop needs improvement
  7902. Sample Code.imgK
  7903. Mar 96
  7904.  other unexpe
  7905. 74018X
  7906. Jul 00^
  7907. --set theItem to choose file -- uncomment to test in an AS editor
  7908.     tell application "Finder"
  7909.         open item "Dev.CD Jul 00 SDK1:Development Kits:Mac OS:Installer SDK 1.2.3:"
  7910.         activate
  7911.     end tell
  7912. on error errMsg number errNum
  7913.     --enter statements to perform when no records are found such as...
  7914.     display dialog "Sorry, the item you selected could not be found."
  7915.     return
  7916. end try
  7917. e    No Changef    Installerq
  7918. Dev.CD Jul 00 SDK1
  7919. D!All Packages
  7920. Mac OS SDK Edition
  7921. Instrumentation SDK 1.0.6
  7922. jThe Instrumentation SDK is primarily a performance tool. It is used to record time-based information about your software as it runs. The viewer application displays this information, which can help you figure out what your software is up to.
  7923. 1.0.6 is a minor bugfix update. It also includes the experimental instrumented InterfaceLib that was part of E.T.O. 22.
  7924. 74019X
  7925. 1e    No Change
  7926.   return
  7927. end try
  7928. All Packages
  7929. 68831
  7930. 73895X
  7931. Sep 96^
  7932. --set theItem to choose file -- uncomment to test in an AS editor
  7933.     tell application "Finder"
  7934.         open item "Dev.CD Sep 96 RL:Technical Documentation:develop:develop Issue 14:"
  7935.         activate
  7936.     end tell
  7937. on error errMsg number errNum
  7938.     --enter statements to perform when no records are found such as...
  7939.     display dialog "Sorry, the item you selected could not be found."
  7940.     return
  7941. end try
  7942. Deletedq
  7943. Dev.CD Sep 96 RL
  7944. 1D(All Packages
  7945. Reference Library Edition
  7946. develop Issue 15
  7947.     installer
  7948. hack]
  7949. handbookf
  7950. hands-on
  7951. hardware
  7952. hardware
  7953. tools
  7954. stack
  7955. localization
  7956. navig
  7957. headers
  7958. helloworld
  7959. helloworld
  7960. helpq
  7961. helper
  7962. helplab
  7963. library
  7964. higuidelines
  7965. historyv
  7966. features
  7967. includes
  7968. demonstration
  7969. documentation
  7970. completec
  7971. features
  7972. macbinary
  7973. dialog
  7974. those
  7975. defining
  7976. feauresb
  7977. februaryj
  7978. fedit
  7979. feedbacko
  7980. felonies
  7981. fernando
  7982. fernicola
  7983. fetchspecification
  7984. fetterman
  7985. files/foldersB
  7986. filetool
  7987. filter
  7988. finalj
  7989. finally
  7990. financingj
  7991. findr
  7992. finder
  7993. finding
  7994. findsh
  7995. firstj
  7996. fitsj
  7997. fivej
  7998. fixesV
  7999. fixingy
  8000. fkeys]
  8001. flavor
  8002. flexibility
  8003. flexible
  8004. floating
  8005. folderR
  8006. folderso
  8007. folks
  8008. follow
  8009. following
  8010. fonte
  8011. footprintg
  8012. ~--set theItem to choose file -- uncomment to test in an AS editor
  8013.     tell application "Finder"
  8014.         open item "Dev.CD Apr 94
  8015. Dev.CD Jan 94
  8016. Dev.CD Oct 93"
  8017.         activate
  8018.     end tell
  8019. on error errMsg number errNum
  8020.     --enter statements to perform when no records are found such as...
  8021.     display dialog "Sorry, the item you selected could not be found."
  8022.     return
  8023. end try
  8024. painless
  8025. painting
  8026. pairs
  8027. palette[
  8028. palette&gworld
  8029. palettes
  8030. palindrome
  8031. pallakoff
  8032. pallete
  8033. panel`
  8034. e Event server
  8035. scriptingq
  8036. Dev.CD May 00 TC
  8037. D!All Packages
  8038. Tool Chest Edition
  8039. CODE Editor for ResEdit 2.1
  8040. reserve
  8041. reservedj
  8042. reset
  8043. residep
  8044. resident
  8045. resizable
  8046. resize
  8047. 74138X
  8048. Dec 99^
  8049. --set theItem to choose file -- uncomment to test in an AS editor
  8050.     tell application "Finder"
  8051.         open item "Dev.CD Dec 99 RL:Technical Documentation:ABS Technical Notes:Network Server Dev. Guide:"
  8052.         activate
  8053.     end tell
  8054. on error errMsg number errNum
  8055.     --enter statements to perform when no records are found such as...
  8056.     display dialog "Sorry, the item you selected could not be found."
  8057.     return
  8058. end try
  8059. Deletedf*AIX
  8060. Network Server
  8061. Symbiotic
  8062. client
  8063. serverq
  8064. Dev.CD Dec 99 RL
  8065. $D!All Packages
  8066. Mac OS SDK Edition
  8067. Network Services Location (NSL)
  8068.     t theItem to choose file -- uncomment to test in an AS editor
  8069.     tell application "Finder"
  8070.         open item "Dev.CD Jun 97 SSW
  8071. Dev.CD Dec 96 SE"
  8072.         activate
  8073.     end tell
  8074. on error errMsg number errNum
  8075.     --enter statements to perform when no records are found such as...
  8076.     display dialog "Sorry, the item you selected could not be found."
  8077.     return
  8078. end try
  8079. installer
  8080. licensing
  8081. installer
  8082. 1.2.3
  8083. installer
  8084. source
  8085. installers
  8086. installing
  8087. installing
  8088. opendoc
  8089. instance
  8090. instance
  8091. variable
  8092. instance
  8093. variables
  8094. instructions
  8095. media
  8096. writer
  8097. resources
  8098. int'l
  8099. int'l
  8100. contacts
  8101. integrated
  8102. integrated
  8103. quicktime
  8104. interactive
  8105. interactive
  8106. success
  8107. interface`
  8108. interfacelib
  8109. ev.CD May 00 TC:What's New?:Sample Code:Processes:MPIntertaskTime:"
  8110.         activate
  8111.     end tell
  8112. on error errMsg number errNum
  8113.     --enter statements to perform when no records are found such as...
  8114.     display dialog "Sorry, the item you selected could not be found."
  8115.     return
  8116. end try
  8117. e    No Changef
  8118. MultiTasking
  8119. MultiProcessingo0http://developer.apple.com/samplecode/index.htmlq
  8120. Dev.CD May 00 TC
  8121. All Packages
  8122. e    No Changef
  8123. background color WDEF windowq
  8124. Dev.CD May 00 TC
  8125. D!All Packages
  8126. Tool Chest Edition
  8127. s how to use the SGDrawable class to display live video within a QTCanvas. 
  8128. Sample Code.imgK
  8129. Feb 00
  8130. - Common
  8131.     - Sun Compliant Java Runtime Environment 1.1
  8132.     - QuickTime 3 
  8133.     - QTJava.zip
  8134.     - QTJava media samples
  8135. - Mac OS:
  8136.     - System 8 or later
  8137.     - Macintosh Runtime for Java (MRJ) 2.1
  8138. - Windows 95, 98, or NT::
  8139.     - JRE/JDK from Sun Microsystems, Inc. recommended
  8140. QuickTime, Java, MRJO
  8141. Dev.CD May 00 TC:Sample Code:P
  8142. Dev.CD May 00 TC
  8143.  - Sample CodeV
  8144. 74502X
  8145. May 00^
  8146. r--set theItem to choose file -- uncomment to test in an AS editor
  8147.     tell application "Finder"
  8148.         open item "Dev.CD May 00 TC:Sample Code:"
  8149.         activate
  8150.     end tell
  8151. on error errMsg number errNum
  8152.     --enter statements to perform when no records are found such as...
  8153.     display dialog "Sorry, the item you selected could not be found."
  8154.     return
  8155. end try
  8156. e    No Change
  8157. e    No Change
  8158. !e    No Changef5Open Transport
  8159. STREAMS
  8160. module
  8161. driver
  8162. asynchronous I/Oq
  8163. Dev.CD May 00 TC
  8164. "D!All Packages
  8165. Tool Chest Edition
  8166. Tracer
  8167. Summary:  PowerTracer is a system ATrap and PowerPC function tracing and timing tool. Its objective is to show calling patterns and timing information for the Macintosh Toolbox. PowerTracer patches a very large list of system ATraps as well as functions in the PowerPC public interface library. The tool configures itself appropriately on 68k machines as well as PowerPC machines.
  8168. Features:  PowerTracer gives detailed trace output information including the execution architecture for each sysB
  8169. tem function (i.e. 68k or PowerPC), execution architecture for the caller of a system function, and interrupt information. Trace information is collected in RAM and spooled to disk asynchronously.
  8170. General tools.imgK
  8171. Jul 95N/Optimization, Power Macintosh, PowerPC, ToolboxO>Dev.CD May 00 TC:Tool Chest:Testing & Debugging:General tools:nge
  8172. skwriter
  8173. renderinglib
  8174. human
  8175. human
  8176. interface
  8177. guidelines
  8178. human
  8179. interface
  8180. notes
  8181. humaninterfacetoolbo
  8182. hypercard
  8183. hypercard
  8184. update
  8185. installer
  8186. hypercard
  8187. toolkit
  8188. 1.0b2
  8189. hypercard
  8190. mactcp
  8191. toolkit
  8192. hypercard
  8193. player
  8194. hypercard
  8195. serial
  8196. toolkit
  8197. hypercard
  8198. video
  8199. toolkit
  8200. hytime
  8201. icntoicon
  8202. icntoicon
  8203. iconpict
  8204. iconpict
  8205. icons
  8206. iconutilspriv
  8207. iconutilspriv
  8208. ideas
  8209. ideas
  8210. opportunities
  8211. ideas
  8212. toolkit
  8213. identifycd
  8214. idletasks
  8215. idletasks
  8216. distributors/localiz
  8217. im-telephony
  8218. imageg
  8219. images
  8220. 73909X
  8221. Jun 00^    RL Disk 1
  8222. --set theItem to choose file -- uncomment to test in an AS editor
  8223.     tell application "Finder"
  8224.         open item "Dev.CD Jun 00 RL Disk 1:Technical Documentation:Develop:develop Issue 27:"
  8225.         activate
  8226.     end tell
  8227. on error errMsg number errNum
  8228.     --enter statements to perform when no records are found such as...
  8229.     display dialog "Sorry, the item you selected could not be found."
  8230.     return
  8231. end try
  8232. e    No Changeq
  8233. Dev.CD Jun 00 RL Disk 1
  8234. All Packages
  8235. develop Issue 28
  8236. 73910X
  8237. ror errMsg number errNum
  8238.     --enter statements to perform when no records are found such as...
  8239.     display dialog "Sorry, the item you selected could not be found."
  8240.     return
  8241. end try
  8242. e    No Changef'RAVE
  8243. QuickDraw 3D
  8244. Hardware Accelerationq
  8245. Dev.CD Jul 00 SDK1
  8246. wD!All Packages
  8247. Tool Chest Edition
  8248. Record sound to disk   return
  8249. end try
  8250. All Packages
  8251. PPC EnablerO
  8252. Dev.CD Jul 95P
  8253. Dev.CD Jul 9V
  8254. 70538X
  8255. Jul 95
  8256. v 94nge
  8257. 7.0.1O
  8258. 7.1p2
  8259. 7.1p5
  8260. 7.1p6
  8261. 7.5.5
  8262. 7edit
  8263. 7.0.1O
  8264. 8.5.1gm
  8265. a-lawP
  8266. a-law
  8267. sdec/scomP
  8268. a/roseQ
  8269. a/rose
  8270. 1.2.1Q
  8271. aboutR
  8272. about
  8273. developer
  8274. universityR
  8275. technical
  8276. notesS
  8277. access
  8278. acrobatZ
  8279. analyzer
  8280. 1.0d6T
  8281. 1.0.1b3U
  8282. parser
  8283. 5.0.7V
  8284. adbreinitW
  8285.  cross-industry cooperation
  8286. among consumer electronics companies, computer manufacturers, and the entertainment industry, the DVD format has arrived 
  8287.  and with it a new era of consumer entertainment. For the first time, high-quality digital video as well as surround sound audio can be delivered to the consumer on a single interactive c
  8288. Contents -> Extensions
  8289. Contents -> root of bootVol
  8290. Documentation
  8291. Experimental InterfaceLib
  8292. Interfaces & Libraries
  8293. Quick Start
  8294. Read Me
  8295. Test Target
  8296. ViewerK
  8297. Sep 97L
  8298. Aug 98M2Runs on any PowerPC-based Macintosh or compatible.N*instrumentation, EKG, performance analysisO?Dev.CD Jul 00 SDK1:Development Kits:Mac OS:Instrumentation SDK:PGDev.CD Jul 00 SDK1
  8299.  - Development Kits
  8300.  - Mac OS
  8301.  - Instrumentation SDKV
  8302. 74019X
  8303. Jul 00^
  8304. --set theItem to choose file -- uncomment to test in an AS editor
  8305.     tell application "Finder"
  8306.         open item "Dev.CD Jul 00 SDK1:Development Kits:Mac OS:Instrumentation SDK:"
  8307.         activate
  8308.     end tell
  8309. on error errMsg number errNum
  8310.     --enter statements to perform when no records are found such as...
  8311.     display dialog "Sorry, the item you selected could not be found."
  8312.     return
  8313. end try
  8314. e    No Changef(instrumentation
  8315. performance analysisq
  8316. Dev.CD Jul 00 SDK1
  8317. D!All Packages
  8318. Tool Chest Edition
  8319. Int'l Developer Contacts 2/96
  8320. managerd
  8321. managers
  8322. manualsu
  8323. mapper
  8324. mapperref
  8325. match
  8326. matching
  8327. media
  8328. memhell
  8329. memhell
  8330. memory
  8331. stress
  8332. debug
  8333. debugging
  8334. testing
  8335. memory
  8336. memory
  8337. manager
  8338. power
  8339. macintosh
  8340. heaps
  8341. memory
  8342. menuh
  8343. menubar
  8344. menus
  8345. menuscripter
  8346. menuscripter
  8347. applescript
  8348. metafile
  8349. metrowerks
  8350. middleware
  8351. music
  8352. movie
  8353. converter
  8354. mismatch
  8355. missA
  8356. mixed
  8357. modulet
  8358. monitor
  8359. moofwars
  8360. morefiles
  8361. moreisbetter
  8362. morpheme
  8363. mouse
  8364. movie
  8365. movies
  8366. macintosh
  8367. powerbook
  8368. qualified
  8369. socket
  8370. 73967X
  8371. May 00^
  8372. --set theItem to choose file -- uncomment to test in an AS editor
  8373.     tell application "Finder"
  8374.         open item "Dev.CD May 00 TC:Tool Chest:Localization:FMAT Editor:"
  8375.         activate
  8376.     end tell
  8377. on error errMsg number errNum
  8378.     --enter statements to perform when no records are found such as...
  8379.     display dialog "Sorry, the item you selected could not be found."
  8380.     return
  8381. end try
  8382. e    No Changef&number formatting
  8383. ResEdit
  8384. localizationq
  8385. Dev.CD May 00 TC
  8386. yD!All Packages
  8387. Tool Chest Edition
  8388. Folder Watching
  8389.     p://ftp.apple.com/developer/Development_Kits/PCI_DDK_3.0.sit.hqxq
  8390. Dev.CD Jul 00 SDK1
  8391. VD!All Packages
  8392. Tool Chest Edition
  8393. PCI Sound Input driverIzA PCI sound input driver showing how to make a PCI sound input driver rather than the classic 68K only sound input driver.J
  8394. Sample Code.imgK
  8395. Aug 97M
  8396. PCI Power MacN$Sound Input Driver, PCI driver, ndrvO
  8397. Dev.CD May 00 TC:Sample Code:P
  8398. Dev.CD May 00 TC
  8399.  - Sample CodeV
  8400. 72952X
  8401. May 00^
  8402. 74526X
  8403. May 00^
  8404. r--set theItem to choose file -- uncomment to test in an AS editor
  8405.     tell application "Finder"
  8406.         open item "Dev.CD May 00 TC:Sample Code:"
  8407.         activate
  8408.     end tell
  8409. on error errMsg number errNum
  8410.     --enter statements to perform when no records are found such as...
  8411.     display dialog "Sorry, the item you selected could not be found."
  8412.     return
  8413. end try
  8414. e    No Changeq
  8415. Dev.CD May 00 TC
  8416. D!All Packages
  8417. Tool Chest Edition
  8418. Snippets - Printing
  8419. (** = new, * = revised)
  8420. Dashed Lines:  This sample demonstrates how to draw dashed line objects on PostScript printers. This simple example does not deal with QuickDraw printers, on which it draws solid black lines.
  8421. Dashed-capped Lines:  This sample demonstrates how to draw dashed line objects on PostScript printers. In this case, they are capped PostScript lines. I use round caps, which means that the ends of the lines are rounded. This simple example does not deal with QuickDraw
  8422. GrayT`
  8423. Summary: This is the electronic version of develop magazine.
  8424.  Issue 22 highlights:
  8425. QuickDraw 3D: A New Dimension for Macintosh Graphics  by Pablo Fernicola and Nick Thompson.  Introducing QuickDraw 3D, a powerful, flexible new 3D graphics package for the Power Macintosh. This article provides an architectural overview and shows how to support 3D data in your application.
  8426. Copland: The Mac OS Moves Into the Future  by Tim Dierks.  Here
  8427. s a preview of the future of the Mac OS, detailing s
  8428. ome of the major features and components and giving some suggestions about how to get ready for it now.
  8429. Creating PCI Device Drivers  by Martin Minow.  All about the new driver model on PCI-based Macintosh computers, and advice on porting existing drivers.
  8430. Custom Color Search Procedures  by Jim Wintermyre.  Learn about this useful method of customizing Color QuickDraw
  8431. s color handling. A real-world graphics problem is investigated and then solved using a custom color search procedure and 
  8432. AAny Power Macintosh computer, iMac, or Macintosh Server with a G4, G3, 604e, 604, or 601 microprocessor, or a 6500 series computer with a 603e microprocessor.
  8433. For AppleShare Client 3.8.5, Mac OS 9 is recommended; minimum requirement is Mac OS 7.6 or later.
  8434. Header files, libraries, samples use CodeWarrior Pro 3 or later.
  8435. NkAppleShare IP, Server, AppleShare Client, ASIP, AFP, Registry, PGP, UAM, Server Controls, Networking, Print
  8436. quickdraw
  8437. viewer
  8438. thompson
  8439. easy-to-use
  8440. eaxmple
  8441. edgar
  8442. editX
  8443. edit-related
  8444. editable
  8445. editing
  8446. editionj
  8447. editorN
  8448. editor'sj
  8449. editorsu
  8450. edittext
  8451. edittextcdev
  8452. educationalj
  8453. effect
  8454. JkAbout ScriptX
  8455. Code Samples:
  8456. Documentation:
  8457. readme_1.5.1.txt
  8458. ScriptX Platforms:
  8459. ScriptX Post 1.5 DifferencesK
  8460. Apr 96L
  8461. Jul 96O5Dev.CD Apr 98 SDK2:Development Kits (Disc 2):ScriptX:P:Dev.CD Apr 98 SDK2
  8462.  - Development Kits (Disc 2)
  8463.  - ScriptXher Network Setup code because it allows you to see the affect your code had on the database.  I used DumpNetworkSetup extensively while developing the MoreNetworkSetup sample.
  8464. Sample Code.imgK
  8465. Sep 99M
  8466. Network Setup, Mac OS 8.5N"Network Setup, network preferencesO
  8467. Dev.CD May 00 TC:Sample Code:P
  8468. Dev.CD May 00 TC
  8469.  - Sample Codet to test in an AS editor
  8470.     tell application "Finder"
  8471.         open item "Dev.CD Jul 95"
  8472.         activate
  8473.     end tell
  8474. on error errMsg number errNum
  8475.     --enter statements to perform when no records are found such as...
  8476.     display dialog "Sorry, the item you selected could not be found."
  8477.     return
  8478. end try
  8479. All Packages
  8480. PPC EnablerO
  8481. Dev.CD Jul 95P
  8482. Dev.CD Jul 9V
  8483. 70535X
  8484. Jul 95
  8485. --set theItem to choose file -- uncomment to test in an AS editor
  8486.     tell application "Finder"
  8487.         open item "Dev.CD Apr 94
  8488. Dev.CD Jan 94
  8489. Dev.CD Oct 93
  8490. Dev.CD Jul 93
  8491. Dev.CD Apr 93"
  8492.         activate
  8493.     end tell
  8494. on error errMsg number errNum
  8495.     --enter statements to perform when no records are found such as...
  8496.     display dialog "Sorry, the item you selected could not be found."
  8497.     return
  8498. end try
  8499. otherresinfo-mungede
  8500. All Packages
  8501. System 7 Tune-UpO
  8502. Dev.CD Apr 92
  8503. Dev.CD Mar 92P
  8504. Dev.CD Apr 92
  8505. Dev.CD Mar 9V
  8506. 70866X
  8507. Apr 92
  8508. p--set theItem to choose file -- uncomment to test in an AS editor
  8509.     tell application "Finder"
  8510.         open item "Dev.CD Apr 92
  8511. Dev.CD Mar 92"
  8512.         activate
  8513.     end tell
  8514. on error errMsg number errNum
  8515.     --enter statements to perform when no records are found such as...
  8516.     display dialog "Sorry, the item you selected could not be found."
  8517.     return
  8518. end try
  8519. 1.0.1
  8520. 1.0.1b1c2
  8521. 1.0.1b3U
  8522. 1.0.2d
  8523. 1.0.3
  8524. 1.0.4e
  8525. 1.0.6
  8526. 1.0.7
  8527. 1.0.8
  8528. 1.0a13
  8529. 1.0b2
  8530. 1.0b3n
  8531. 1.0b5
  8532. 1.0d6T
  8533. 1.0fc1
  8534. 1.1.1
  8535. 1.1.3
  8536. 1.1.4
  8537. 1.1b1
  8538. 1.1b8
  8539. 1.2.1Q
  8540. 1.2.3
  8541. 1.3.4
  8542. 1.3.6
  8543. 1.3a6
  8544. 1.3b5
  8545. 1.4.2_
  8546. 1.4.3b3
  8547. 1.4.9
  8548.  within the currently quitting or crashing application. Any such connection will be closed and its assocated MacTCP stream will be released.  This will prevent most of the Mac crashes associated wit
  8549. The Interactive Corporation Success Guide
  8550. Top Down Selling by Roger Fetterman and Randall Seger
  8551. The Interactive Corporation Success Guide is based on the book The Interactive Corporation: Using Interactive Media and Intranets to Enhance Business Performance, published in cooperation with Apple Computer Inc. Developer Relations Group for the Apple Media Program and Random House Reference & Information Publishing.
  8552. The book demonstrates through real life case studies that it is possible to 
  8553. correlate technology investments to measurable results by relating their impacts in business processes.  Business processes, which operate along horizontal lines in business, tend to have measurable business goals, unlike vertical organizational structures. 
  8554. This Success Guide is based on an adaptation of relevant sections of the book to address the specific needs of the interactive media developer community.  It is intended to help you increase your potential for success through project
  8555. profilej
  8556. profile's
  8557. profilerx
  8558. profilerenamer
  8559. profiles
  8560. profit
  8561. profound
  8562. progammer's
  8563. programA
  8564. program
  8565. sample
  8566. demonstrate
  8567. apple
  8568. events
  8569. properties
  8570. property
  8571. propertylist
  8572. propositinj
  8573. protect
  8574. protected
  8575. proto
  8576. protocol
  8577. protocols
  8578. prototyping
  8579. prove
  8580. proves
  8581. provideZ
  8582. provideds
  8583. 74021X
  8584. Jan 98^
  8585. --set theItem to choose file -- uncomment to test in an AS editor
  8586.     tell application "Finder"
  8587.         open item "Dev.CD Jan 98 SDK1:What's New:Technical Documentation:Interactive Media Resources:Interactive Corp Success Guide:"
  8588.         activate
  8589.     end tell
  8590. on error errMsg number errNum
  8591.     --enter statements to perform when no records are found such as...
  8592.     display dialog "Sorry, the item you selected could not be found."
  8593.     return
  8594. end try
  8595. DeletedfCreturn on investment
  8596. business processes
  8597. interactive media solutionsq
  8598. Dev.CD Jan 98 SDK1
  8599. D!All Packages
  8600. Mac OS SDK Edition
  8601. International NSI 1.5.1
  8602.     opment Kits
  8603.  - Multiprocessing SDK
  8604.  - Sample Code
  8605.  - MPHelloWorld (Pascal)V
  8606. 72877X
  8607. Nov 99^
  8608. Nov 99^
  8609. Deleted
  8610. ay 00 TC:Sample Code:P
  8611. Dev.CD May 00 TC
  8612.  - Sample CodeV
  8613. 71478X
  8614. May 00^
  8615. #uld not be found."
  8616.     return
  8617. end try
  8618. All Packages
  8619. PowerTalk (PPC)O
  8620. Dev.CD Oct 94P
  8621. Dev.CD Oct 9V
  8622. 70532X
  8623. Oct 94
  8624. I{Summary:  This document contains a list of international developer programs and services contacts, in Adobe Acrobat format.J
  8625. Int'l Dev contacts 2/96K
  8626. May 95L
  8627. Apr 96OCDev.CD May 98 TC:Programs & Marketing:Market & Distribution Guides:PHDev.CD May 98 TC
  8628.  - Programs & Marketing
  8629.  - Market & Distribution GuidesV
  8630. 74020X
  8631. May 98^
  8632. --set theItem to choose file -- uncomment to test in an AS editor
  8633.     tell application "Finder"
  8634.         open item "Dev.CD May 98 TC:Programs & Marketing:Market & Distribution Guides:"
  8635.         activate
  8636.     end tell
  8637. on error errMsg number errNum
  8638.     --enter statements to perform when no records are found such as...
  8639.     display dialog "Sorry, the item you selected could not be found."
  8640.     return
  8641. end try
  8642. e    No Changeq
  8643. Dev.CD May 98 TC
  8644. D!All Packages
  8645. Mac OS SDK Edition
  8646. Interactive Corp Success Guide
  8647.     ctive Media
  8648. countersA
  8649. counting
  8650. counts
  8651. crccalc
  8652. crcpatch
  8653. creator
  8654. creator
  8655. signature
  8656. registration
  8657. cross-platform
  8658. cryptographic
  8659. cryptographic
  8660. authentication
  8661. appleshare
  8662. appearance
  8663. cryptography
  8664. ctabhandle
  8665. ctseed
  8666. cursor
  8667. cursor
  8668. component
  8669. color
  8670. cursor
  8671. cursor
  8672. cursors
  8673. custom
  8674. customgetfile
  8675. customgetfile
  8676. customputfile
  8677. dialog
  8678. select
  8679. folder
  8680. balloo
  8681. customputfile
  8682. cyrillic
  8683. driver
  8684. dynamicv
  8685. editorY
  8686. emulator
  8687. environmentt
  8688. error
  8689. applesearch
  8690. appleshare
  8691. gatewayS
  8692. ethernetQ
  8693. eventa
  8694. events\
  8695. filetool
  8696. folder
  8697. frameworkY
  8698. functione
  8699. gamma
  8700. gatewayS
  8701. glossariess
  8702. graphics
  8703. guest
  8704. guidep
  8705. handwriting
  8706. hardwareA
  8707. helpp
  8708. htmlq
  8709. ntalkQ
  8710. video
  8711. viewY
  8712. vtwinb
  8713. balloo
  8714. customputfile
  8715. cyrillic
  8716. driver
  8717. dynamicv
  8718. editorY
  8719. emulator
  8720. environmentt
  8721. error
  8722. applesearch
  8723. appleshare
  8724. gatewayS
  8725. ethernetQ
  8726. eventa
  8727. events\
  8728. filetool
  8729. folder
  8730. frameworkY
  8731. functione
  8732. gamma
  8733. gatewayS
  8734. glossariess
  8735. graphics
  8736. guest
  8737. guidep
  8738. handwriting
  8739. hardwareA
  8740. helpp
  8741. htmlq
  8742. ntalkQ
  8743. video
  8744. viewY
  8745. vtwinb
  8746. 73973X
  8747. May 00^
  8748. r--set theItem to choose file -- uncomment to test in an AS editor
  8749.     tell application "Finder"
  8750.         open item "Dev.CD May 00 TC:Sample Code:"
  8751.         activate
  8752.     end tell
  8753. on error errMsg number errNum
  8754.     --enter statements to perform when no records are found such as...
  8755.     display dialog "Sorry, the item you selected could not be found."
  8756.     return
  8757. end try
  8758. e    No ChangefFEthernet built-in
  8759. Enet Address
  8760. Burned-in Address
  8761. GetEnetAddrDirect.ppcq
  8762. Dev.CD May 00 TC
  8763. D!All Packages
  8764. Tool Chest Edition
  8765. GetHelpStrings
  8766. Summary: This sample extracts the Finder help strings from whatever you drop on top of it, file or folder. 
  8767. Features:  Extract the Finder balloon help string from any file or any files in any folder dropped onto this application.  Put those help strings into a text file.
  8768. e    No Change
  8769. moderating
  8770. self-mounting
  8771. self-pacedR
  8772. separatelyb
  8773. separations
  8774. septemberj
  8775. sequel
  8776. 74933X
  8777. Feb 00^
  8778. --set theItem to choose file -- uncomment to test in an AS editor
  8779.     tell application "Finder"
  8780.         open item "Dev.CD Feb 00 TC:Interactive Media Resources:"
  8781.         activate
  8782.     end tell
  8783. on error errMsg number errNum
  8784.     --enter statements to perform when no records are found such as...
  8785.     display dialog "Sorry, the item you selected could not be found."
  8786.     return
  8787. end try
  8788. e    No Changef%WebObjects
  8789. OPENSTEP
  8790. Memory Managementq
  8791. Dev.CD Feb 00 TC
  8792. All Packages
  8793. WebObjects Performance Tuning
  8794. Performance Tuning
  8795. By Theresa Ray of Tensor Information Systems, Inc.
  8796. Performance tuning your WebObjects application is a critical step on the road to successful deployment of a web site. Optimization of a web site is always productive, only costs a moderate amount of development time, and results in a solid, scalable system. By properly coding, testing and administrating your application, your web site can be a great success!
  8797. 74934X
  8798. mechanism
  8799. mechanisms
  8800. mediaj
  8801. medium
  8802. meeting
  8803. meets
  8804. megabyte
  8805. megamovies
  8806. member
  8807. memoryA
  8808. memory
  8809. stress
  8810. update
  8811. previous
  8812. version
  8813. memory-efficient
  8814. memory-intensive
  8815. memory/video
  8816. mensch
  8817. mentat
  8818. mention
  8819. mentioned
  8820. thods
  8821. michael
  8822. microprocessor
  8823. microprocessorsA
  8824. microtrendsj
  8825. middle
  8826. mighth
  8827. miller
  8828. millionj
  8829. millions
  8830. minimizep
  8831. minimum
  8832. minor
  8833. pablo
  8834. --set theItem to choose file -- uncomment to test in an AS editor
  8835.     tell application "Finder"
  8836.         open item "Dev.CD Dec 99 RL:Utilities:Disinfectant 3.7.1:"
  8837.         activate
  8838.     end tell
  8839. on error errMsg number errNum
  8840.     --enter statements to perform when no records are found such as...
  8841.     display dialog "Sorry, the item you selected could not be found."
  8842.     return
  8843. end try
  8844. und."
  8845.     return
  8846. end try
  8847. Deletedq
  8848. Dev.CD Dec 99 RL
  8849. D!All Packages
  8850. Tool Chest Edition
  8851. AE Sample Applications
  8852. Summary: This folder contains sample applications that demonstrate how to develop applications that support Apple Events and the Object Model.
  8853. 7Edit is a simple text editor that is recordable and scriptable. It includes sample C and Pascal code demonstrating how to develop a recordable, scriptable application using Apple events, the Object Model, and AppleScript. Supports the Core and Text suite of events.
  8854. 7Edit 3.1
  8855. CoreSample 1.1K
  8856. May 92L
  8857. May 94nge
  8858. s that focus on corporate goals and business processes and command the attention of senior business executives.
  8859. The Interactive Corporation is targeted at the executive management team in businesses, where as the Success Guide was prepared specifically for Apple developers. The fundamental message of the book is 
  8860. performance breakthroughs can be achieved by applying interactive media in your company
  8861. s core business processes
  8862. , whereas the focus of the Success Guide is 
  8863. how Apple developerD{s can take advantage of the methodology provided in the book to sell interactive media solutions to the senior executives.
  8864. Interactive Corp Success Gd.pdfK
  8865. Jan 98M
  8866. Adobe Acrobat Reader 3.0NEreturn on investment, business processes, interactive media solutionsOqDev.CD Jan 98 SDK1:What's New:Technical Documentation:Interactive Media Resources:Interactive Corp Success Guide:
  8867. e    No Changef
  8868. MultiTasking
  8869. MultiProcessingo0http://developer.apple.com/samplecode/index.htmlq
  8870. Dev.CD May 00 TC
  8871. :J8Read Me First
  8872. Read Me First.txt
  8873. Sources
  8874. Testing
  8875. VUMetersK
  8876. Jan 94MHQuadra AV or other system with ARTA DSP (AT&T DSP 3210) system installedN:VUMeter, sound level meters, ARTA sample code, volume unitO7Dev.CD May 00 TC:Tool Chest:Hardware:AV Tools:VUMeters:PBDev.CD May 00 TC
  8877.  - Tool Chest
  8878.  - Hardware
  8879.  - AV Tools
  8880.  - VUMetersV
  8881. 74929X
  8882. May 00^
  8883. --set theItem to choose file -- uncomment to test in an AS editor
  8884.     tell application "Finder"
  8885.         open item "Dev.CD May 00 TC:Tool Chest:Hardware:AV Tools:VUMeters:"
  8886.         activate
  8887.     end tell
  8888. on error errMsg number errNum
  8889.     --enter statements to perform when no records are found such as...
  8890.     display dialog "Sorry, the item you selected could not be found."
  8891.     return
  8892. end try
  8893. e    No Changef7VUMeter
  8894. sound level meters
  8895. ARTA sample code
  8896. volume unitq
  8897. Dev.CD May 00 TC
  8898. ;D!All Packages
  8899. Tool Chest Edition
  8900. WASTE 1.3a6
  8901. Descriptions of the operation of the major functions and the structures can be found in the SetupGL.h header file.
  8902. The include test application shows the basic use of SetupGL by building a context and letting the user control the specifications on the fly, rebuilding the context when the request changes.  This code also demonstrates the use of aglFonts, providing reusable font drawing routines.
  8903. Note: Some of the access paths will have to reset to point to the location of the OpenGL SG
  8904. DK on your local system.
  8905. Error Handler.c
  8906. Error Handler.h
  8907. Read Me
  8908. SetupDSp.c
  8909. SetupDSp.h
  8910. SetupGL Fullscreen Demo
  8911. SetupGL Main Windowed.c
  8912. SetupGL Main.c
  8913. SetupGL Windowed Demo
  8914. SetupGL.c
  8915. SetupGL.CW2.
  8916. SetupGL.CW5.
  8917. SetupGL.hK
  8918. Feb 00L
  8919. May 00MUPowerPC, System 8.1+, OpenGL SDK, DrawSprocket, and Universal Interfaces 3.3 or laterN%OpenGL, 3D, full screen, DrawSprocketO=Dev.CD May 00 TC:What's New?:Sample Code:Graphics 3D:SetupGL:
  8920. saytext
  8921. saytext
  8922. sbarcdef
  8923. sbarcdef
  8924. 74483X
  8925. May 00^
  8926. --set theItem to choose file -- uncomment to test in an AS editor
  8927.     tell application "Finder"
  8928.         open item "Dev.CD May 00 TC:Tool Chest:Testing & Debugging:Debuggers & dcmds:"
  8929.         activate
  8930.     end tell
  8931. on error errMsg number errNum
  8932.     --enter statements to perform when no records are found such as...
  8933.     display dialog "Sorry, the item you selected could not be found."
  8934.     return
  8935. end try
  8936. e    No Changeq
  8937. Dev.CD May 00 TC
  8938. }D!All Packages
  8939. Tool Chest Edition
  8940. ROM Build/Download 3.2.4
  8941. !Summary:  This is a series of tools (with source) that allow developers to build a declaration ROM that is suitable for downloading from the assembled and linked image.
  8942. Features:  Update to version 3.2.3.  Contains bug fixes for building declartion ROMs larger than 64K, other hints.
  8943. J--Read Me
  8944. CRCPatch folder
  8945. Data folder
  8946. tjs commK
  8947. Oct 92L
  8948. Aug 95M
  8949. MPW:Tool Chest:Devices:NuBus/Slot Manager:ROM Build/Download 3.2.4:V
  8950. 74484X
  8951. 1e    No Change
  8952. reliable
  8953. reliably
  8954. reliancep
  8955. relief
  8956. relies
  8957. relish
  8958. relocation
  8959. relstring
  8960. remaino
  8961. remains
  8962. remapz
  8963. remedies
  8964. remember
  8965. remoteS
  8966. remotelyB
  8967. removable
  8968. remove
  8969. removed
  8970. removes
  8971. removevmsversionnumb
  8972. removing
  8973. rename
  8974. renamed
  8975. renames
  8976. renaming
  8977. renderer
  8978. rendering
  8979. renders
  8980. renegade
  8981. renewed
  8982. repeated
  8983. repeatedly
  8984. repertoire
  8985. replace
  8986. replacementU
  8987. replacesn
  8988. replaces
  8989. postscript
  8990. sample
  8991. replacing
  8992. replies
  8993. reply
  8994. P|Dev.CD Jan 98 SDK1
  8995.  - What's New
  8996.  - Technical Documentation
  8997.  - Interactive Media Resources
  8998.  - Interactive Corp Success Guideing back into Java through the MovieController, Movie and QuickTimeVR API. J
  8999. Sample Code.imgK
  9000. Feb 00
  9001. - Common
  9002.     - Sun Compliant Java Runtime Environment 1.1
  9003.     - QuickTime 3 
  9004.     - QTJava.zip
  9005.     - QTJava media samples
  9006. - Mac OS:
  9007.     - System 8 or later
  9008.     - Macintosh Runtime for Java (MRJ) 2.1
  9009. - Windows 95, 98, or NT::
  9010.     - JRE/JDK from Sun Microsystems, Inc. recommended
  9011. QuickTime, Java, MRJO
  9012. Dev.CD May 00 TC:Sample Code:P
  9013. Dev.CD May 00 TC
  9014.  - Sample CodeV
  9015. 72875X
  9016. May 00^
  9017. r--set theItem to choose file -- uncomment to test in an AS editor
  9018.     tell application "Finder"
  9019.         open item "Dev.CD May 00 TC:Sample Code:"
  9020.         activate
  9021.     end tell
  9022. on error errMsg number errNum
  9023.     --enter statements to perform when no records are found such as...
  9024.     display dialog "Sorry, the item you selected could not be found."
  9025.     return
  9026. end try
  9027. packages
  9028. toguest
  9029. control
  9030. panel
  9031. attempts
  9032. prevent
  9033. avoided@
  9034. backwards@
  9035. basis@
  9036. beaker@
  9037. beep@
  9038. better
  9039. between@
  9040. blocks@
  9041. boards@
  9042. both@
  9043. bronze@
  9044. bugs@
  9045. building
  9046. system
  9047. extension@
  9048. block@
  9049. callhyper@
  9050. calvacom@
  9051. can't@
  9052. capabilites@
  9053. capabilities@
  9054. carries@
  9055. casey@
  9056. cd-rom@
  9057. changed@
  9058. checking@
  9059. chooser@
  9060. client/server@
  9061. clipper@
  9062. clouseau@
  9063. cnvt@
  9064. sample
  9065. which
  9066. demonstrates
  9067. ethernet
  9068. driver
  9069. code-resources@
  9070. collecting@
  9071. color
  9072. picker
  9073. 2.1.1
  9074. contains
  9075. minor
  9076. fixes
  9077. com/mkt/maclogo@
  9078. comma@
  9079. communicate@
  9080. companion@
  9081. compiler@
  9082. composit@
  9083. computer's@
  9084. J_Apple Grayscale Appearance
  9085. Human Interface Guidelines
  9086. Human Interface Notes
  9087. MacOS8DocumentationK
  9088. Jul 93M
  9089. Adobe Acrobat Reader.O@Dev.CD Jun 00 RL Disk 1:Technical Documentation:Human Interface:PEDev.CD Jun 00 RL Disk 1
  9090.  - Technical Documentation
  9091.  - Human InterfaceV
  9092. 73998X
  9093. Jun 00^    RL Disk 1
  9094. --set theItem to choose file -- uncomment to test in an AS editor
  9095.     tell application "Finder"
  9096.         open item "Dev.CD Jun 00 RL Disk 1:Technical Documentation:Human Interface:"
  9097.         activate
  9098.     end tell
  9099. on error errMsg number errNum
  9100.     --enter statements to perform when no records are found such as...
  9101.     display dialog "Sorry, the item you selected could not be found."
  9102.     return
  9103. end try
  9104. e    No Changeq
  9105. Dev.CD Jun 00 RL Disk 1
  9106. D!All Packages
  9107. Tool Chest Edition
  9108. HW Bring-up Tools
  9109.     he return Echo protocol response.
  9110. DMZ checks for the presence of Open Transport and uses it to perform network lookups, otherwise, the Preferred AppleTalk calls are used.k calls are used.
  9111. apple
  9112. workgroup
  9113. serversS
  9114. appleeventtypes^
  9115. appleeventtypes
  9116. applegloty
  9117. appleglot
  9118. appleglot
  9119. users
  9120. guidey
  9121. appleglot
  9122. whats
  9123. appleglot
  9124. 2.4b6
  9125. appleguide
  9126. appleii
  9127. auxiliary
  9128. applejack
  9129. applejack
  9130. applemodemtool
  9131. applemodemtool
  9132. v1.5.3
  9133. applescriptm
  9134. applescript
  9135. 1.3.4
  9136. applescript
  9137. suitem
  9138. applesearch
  9139. applesearch
  9140. first
  9141. appleshare
  9142. appleshare
  9143. client
  9144. appleshare
  9145. appleshare
  9146. appleshareclientapi
  9147. appleshareclientapi
  9148. applesingle/appledouw
  9149. applesingle/appledou
  9150. formatw
  9151. applesingle/appledou
  9152. formats
  9153. appleswupdates-engli
  9154. appleswupdates-engli
  9155. appleswupdates-ww
  9156. appleswupdates-ww
  9157. appletalkS
  9158. appletalk
  9159. administration
  9160. appletalk
  9161. administration
  9162. 1.0.2
  9163. appletalk
  9164. connection
  9165. appletalk
  9166. connection
  9167. 1.0.2
  9168. M6Mac OS 9.0 or later, Universal Interfaces 3.3 or laterN*cursor component, color cursor, big cursorODDev.CD Jul 00 SDK1:Development Kits:Mac OS:Cursor Component 1.0 SDK:PLDev.CD Jul 00 SDK1
  9169.  - Development Kits
  9170.  - Mac OS
  9171.  - Cursor Component 1.0 SDKV
  9172. 73876X
  9173. Jul 00^
  9174. --set theItem to choose file -- uncomment to test in an AS editor
  9175.     tell application "Finder"
  9176.         open item "Dev.CD Jul 00 SDK1:Development Kits:Mac OS:Cursor Component 1.0 SDK:"
  9177.         activate
  9178.     end tell
  9179. on error errMsg number errNum
  9180.     --enter statements to perform when no records are found such as...
  9181.     display dialog "Sorry, the item you selected could not be found."
  9182.     return
  9183. end try
  9184. e    No Changef(cursor component
  9185. color cursor
  9186. big cursorSOMobjects
  9187.  for Mac OS
  9188. hat aside from the compatibility code associated with HOSTED_BY_FONT_MISCREANT, this code roughly parallels what the popup menu CDEF (ID 63) does.
  9189. PowerMacOr68K:  This snippet shows how to determine whether you are running on a Power Macintosh or on a 680x0 Macintosh.  It also provides a method for determine exactly which type of processor is running. This works around an off-by-one error with gestaltNativeCPUType.
  9190. Prefs:  This Think C application displays a sample preferences dialog con
  9191. taining edit text, radio buttons, and a file selection button, and demonstrates storage of the item settings in a preferences file.
  9192. ProgressBars 1.0:  ProgressBars is a bares bones application that demonstrates two implementations of the progress bars found in many Macintosh applications, namely the standard progress bar and the barber pole.
  9193. readLocation:  This snippet shows how to retrieve the Map control panel settings for longitude and latitude and the time offset from GMT
  9194. Reinstalla
  9195. ZOTStreamLogViewer is both a sample and a developer tool.  As a sample, it shows how to use the OT raw streams API to communication with modules in the OT kernel. As a tool, it allows you to view the output of the STREAMS logging facility (strlog).  This is extremely helpful when developing OT kernel plug-ins: modules drivers, and port scanners.
  9196. Sample Code.imgK
  9197. May 98L
  9198. Sep 98M
  9199. Open Transport 1.1.1 or higherN8Open Transport, kernel, log, strlog, debug, raw, streamsO
  9200. Dev.CD May 00 TC:Sample Code:P
  9201. Dev.CD May 00 TC
  9202.  - Sample Codele descriptions in double byte languages
  9203.       - Profile First Aid
  9204. ColorSync Features
  9205.       - AppleScript support
  9206.       - JPEG and GIF support
  9207.       - Profile Cache File
  9208.       - Profiles Folder Location and Subfolders
  9209.       - Photoshop Plug-ins
  9210.       - Multiprocessing support
  9211.       - support for 16 bits per channel images
  9212.       - What gets installed with ColorSync
  9213. Mar 93L
  9214. Dec 99b
  9215. All Packages
  9216. System 7 Tune-UpV
  9217. 72106X
  9218. All Packages
  9219. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  9220. Dev.CD Jan 94
  9221. Dev.CD Oct 93
  9222. Dev.CD Jul 93P6Dev.CD Apr 94
  9223. Dev.CD Jan 94
  9224. Dev.CD Oct 93
  9225. Dev.CD Jul 9V
  9226. 74801X
  9227. Apr 94
  9228. --set theItem to choose file -- uncomment to test in an AS editor
  9229.     tell application "Finder"
  9230.         open item "Dev.CD Apr 94
  9231. Dev.CD Jan 94
  9232. Dev.CD Oct 93
  9233. Dev.CD Jul 93"
  9234.         activate
  9235.     end tell
  9236. on error errMsg number errNum
  9237.     --enter statements to perform when no records are found such as...
  9238.     display dialog "Sorry, the item you selected could not be found."
  9239.     return
  9240. end try
  9241. All Packages
  9242. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  9243. Dev.CD Jan 94
  9244. Dev.CD Oct 93
  9245. Dev.CD Jul 93
  9246. Dev.CD Apr 93PDDev.CD Apr 94
  9247. Dev.CD Jan 94
  9248. Dev.CD Oct 93
  9249. Dev.CD Jul 93
  9250. Dev.CD Apr 9V
  9251. 74802X
  9252. Apr 94
  9253. to perform when no records are found such as...
  9254.     display dialog "Sorry, the item you selected could not be found."
  9255.     return
  9256. end try
  9257. Deleted
  9258. Deleted
  9259. 74022X
  9260. Apr 98^
  9261. --set theItem to choose file -- uncomment to test in an AS editor
  9262.     tell application "Finder"
  9263.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):Network Software Installer:"
  9264.         activate
  9265.     end tell
  9266. on error errMsg number errNum
  9267.     --enter statements to perform when no records are found such as...
  9268.     display dialog "Sorry, the item you selected could not be found."
  9269.     return
  9270. end try
  9271. e    No ChangefSAppleTalk
  9272. EtherTalk
  9273. TokenTalk
  9274. Network
  9275. Ethernet
  9276. Token Ring
  9277. LaserWriter Bridge
  9278. A/ROSEq
  9279. Dev.CD Apr 98 SDK1
  9280. D!All Packages
  9281. Tool Chest Edition
  9282. iso9660IySummary: Example code for building simple ISO 9660 volumes.  Demonstrates reading & writing to a device, ISO 9660 format.J?iso9660
  9283. iso9660.make
  9284. iso9660.r
  9285. iso9660.rsrc
  9286. iso9660.
  9287. SrcsK
  9288. Dec 95N#ISO 9660, CD-ROM, device driver i/oO3Dev.CD May 00 TC:Tool Chest:Devices:CD-ROM:iso9660:P>Dev.CD May 00 TC
  9289.  - Tool Chest
  9290.  - Devices
  9291.  - CD-ROM
  9292.  - iso9660V
  9293. 74023X
  9294. May 00^
  9295. #ition
  9296. 73919X
  9297. Apr 00^
  9298. --set theItem to choose file -- uncomment to test in an AS editor
  9299.     tell application "Finder"
  9300.         open item "Dev.CD Apr 00 SDK1:What's New:Developer Documentation:Technical Publications:Developer Documentation:"
  9301.         activate
  9302.     end tell
  9303. on error errMsg number errNum
  9304.     --enter statements to perform when no records are found such as...
  9305.     display dialog "Sorry, the item you selected could not be found."
  9306.     return
  9307. end try
  9308. e    No Change
  9309. Developer Documentation
  9310. Publications
  9311. Technical
  9312. documentation
  9313. Apple Type Services for Unicode Imaging
  9314. ATSUI
  9315. rendering unicode text
  9316. manuals
  9317. style
  9318. style guide
  9319. usage
  9320.   iBook
  9321. PowerPC
  9322. Ethernet
  9323. FireWire
  9324. AirPort
  9325.  PowerBook
  9326. RAGE 128 Ethernet
  9327. Power Mac
  9328. PowerPC
  9329. RAGE 128
  9330. Ethernet
  9331. o.http://developer.apple.com/techpubs/index.htmlq
  9332. Dev.CD Apr 00 SDK1
  9333. ID!All Packages
  9334. Mac OS SDK Edition
  9335. Developer Documentation: Carbon
  9336. timing
  9337. All Packages
  9338. apple\
  9339. apple
  9340. advanced
  9341. typography
  9342. apple
  9343. detectorsh
  9344. apple
  9345. developer
  9346. newsi
  9347. apple
  9348. eventa
  9349. apple
  9350. event
  9351. folder
  9352. actions
  9353. apple
  9354. event
  9355. server
  9356. apple
  9357. events\
  9358. apple
  9359. events
  9360. spell
  9361. grammar
  9362. writeswell
  9363. spellswell
  9364. working
  9365. apple
  9366. guidep
  9367. apple
  9368. helpq
  9369. apple
  9370. media
  9371. conference
  9372. apple
  9373. apple
  9374. newsi
  9375. apple
  9376. servers
  9377. apple
  9378. shared
  9379. library
  9380. managerv
  9381. apple
  9382. systemx
  9383. apple
  9384. services
  9385. unicode
  9386. imaging
  9387. appleevent
  9388. appleevents
  9389. applegloty
  9390. appleglot
  9391. localization
  9392. internationalization
  9393. translation
  9394. glosy
  9395. applescript
  9396. applesearch
  9397. appleshare
  9398. appleshare
  9399. client
  9400. appleshare
  9401. appletalk
  9402. design
  9403. assemblers
  9404. assembly
  9405. assistant
  9406. async
  9407. All Packages
  9408. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  9409. Dev.CD Jan 94
  9410. Dev.CD Oct 93
  9411. Dev.CD Jul 93
  9412. Dev.CD Apr 93PDDev.CD Apr 94
  9413. Dev.CD Jan 94
  9414. Dev.CD Oct 93
  9415. Dev.CD Jul 93
  9416. Dev.CD Apr 9V
  9417. 74636X
  9418. Apr 94
  9419. --set theItem to choose file -- uncomment to test in an AS editor
  9420.     tell application "Finder"
  9421.         open item "Dev.CD Apr 94
  9422. Dev.CD Jan 94
  9423. Dev.CD Oct 93
  9424. Dev.CD Jul 93
  9425. Dev.CD Apr 93"
  9426.         activate
  9427.     end tell
  9428. on error errMsg number errNum
  9429.     --enter statements to perform when no records are found such as...
  9430.     display dialog "Sorry, the item you selected could not be found."
  9431.     return
  9432. end try
  9433. All Packages
  9434. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  9435. Dev.CD Jan 94
  9436. Dev.CD Oct 93
  9437. Dev.CD Jul 93
  9438. Dev.CD Apr 93PDDev.CD Apr 94
  9439. Dev.CD Jan 94
  9440. Dev.CD Oct 93
  9441. Dev.CD Jul 93
  9442. Dev.CD Apr 9V
  9443. 74637X
  9444. Apr 94
  9445. pressed
  9446. pressing
  9447. pretty
  9448. prevent
  9449. prevented
  9450. preview
  9451. This package contains source code, resources, and project files for the Introduction to Java on the Macintosh Tutorial. For step-by-step instruction and the tutorial contents, please visit:
  9452. http://developer.apple.com/java/javatutorial/index.html
  9453. Tutorial covers the following topics:
  9454. Menu Management
  9455. Window Management
  9456. Layout Managment
  9457. Event Management
  9458. Threading
  9459. Imaging
  9460. Handling High-Level Events
  9461. File I/O
  9462. Sample Code.imgK
  9463. Feb 00M
  9464. Power Macintosh w/ 64 megabytes of Ram, Mac OS 8.1 or later, MRJ 2.1 or later, MRJ SDK 2.1 or later, Metrowerks Codewarrior 4 or laterNDJava Tutorial, Introduction to Java Programming, Learning Java, JavaO
  9465. Dev.CD May 00 TC:Sample Code:P
  9466. Dev.CD May 00 TC
  9467.  - Sample Code9
  9468. based
  9469. batch
  9470. bi-directional
  9471. blanking
  9472. blitters
  9473. block
  9474. cad/cam
  9475. cad/cam
  9476. design
  9477. calibrator
  9478. capabilities
  9479. Summary:  The Apple ScriptX Interactive Multimedia Platform
  9480. With the delivery of Version 1.5, the ScriptX Multimedia Platform is taking the first steps towards establishing a premier platform for the development and delivery of the next generation of multimedia applications and tools.
  9481. The platform consists of three elements:  The ScriptX Media Player, the ScriptX Language and Class Library, and the ScriptX application development and authoring tools.
  9482. The ScriptX Language Kit Version 1.5
  9483.  contains over 250 "core classes" for multimedia development.  They include facilities for Title Management for creating and managing ScriptX applications, Composition Facilities, Graphics, Timed Behavior facilities for handling time-based streams and sequences, Interaction facilities for creating user interface elements, Data Management facilities, and Language Support Facilities.
  9484. See the document "About ScriptX" for details.
  9485. Apr 96L
  9486. Jul 96urn
  9487. end try
  9488. All Packages
  9489. All Packages
  9490. QuickDraw GXO
  9491. Dev.CD Aug 96 TCP
  9492. Dev.CD Aug 96 TV
  9493. 74358X
  9494. Aug 96
  9495. e--set theItem to choose file -- uncomment to test in an AS editor
  9496.     tell application "Finder"
  9497.         open item "Dev.CD Aug 96 TC"
  9498.         activate
  9499.     end tell
  9500. on error errMsg number errNum
  9501.     --enter statements to perform when no records are found such as...
  9502.     display dialog "Sorry, the item you selected could not be found."
  9503.     return
  9504. end try
  9505. All Packages
  9506. QuickDraw GXO
  9507. Dev.CD Aug 96 TCP
  9508. Dev.CD Aug 96 TV
  9509. 74359X
  9510. Aug 96
  9511. e--set theItem to choose file -- uncomment to test in an AS editor
  9512.     tell application "Finder"
  9513.         open item "Dev.CD Aug 96 TC"
  9514.         activate
  9515.     end tell
  9516. on error errMsg number errNum
  9517.     --enter statements to perform when no records are found such as...
  9518.     display dialog "Sorry, the item you selected could not be found."
  9519.     return
  9520. end try
  9521. All Packages
  9522. QuickDraw GXO
  9523. Dev.CD Aug 96 TCP
  9524. Dev.CD Aug 96 TV
  9525. 74360X
  9526. dastardly
  9527. data[
  9528. databasess
  9529. dataforkz
  9530. datagram
  9531. dater
  9532. dates
  9533. datething
  9534. david
  9535. davidson
  9536. day-to-day
  9537. daylight
  9538. daystar
  9539. dboxproc
  9540. dcmda
  9541. dcmds]
  9542. de-blessing
  9543. dealer
  9544. dealing
  9545. deals
  9546. tsmte
  9547. tuning
  9548. tutorial
  9549. types
  9550. typography
  9551. ultraslimfast
  9552. unicode
  9553. unicode
  9554. imaging
  9555. bi-directional
  9556. rotation
  9557. double-byt
  9558. unicode
  9559. utilities
  9560. universal
  9561. universal
  9562. serial
  9563.     display dialog "Sorry, the item you selected could not be found."
  9564.     return
  9565. end try
  9566. All Packages
  9567. CPU SE 406O
  9568. Dev.CD Jul 95P
  9569. Dev.CD Jul 9V
  9570. 72634X
  9571. Jul 95
  9572. b--set theItem to choose file -- uncomment to test in an AS editor
  9573.     tell application "Finder"
  9574.         open item "Dev.CD Jul 95"
  9575.         activate
  9576.     end tell
  9577. on error errMsg number errNum
  9578.     --enter statements to perform when no records are found such as...
  9579.     display dialog "Sorry, the item you selected could not be found."
  9580.     return
  9581. end try
  9582. D!All Packages
  9583. Tool Chest Edition
  9584. CPUGestalt
  9585. simpler
  9586. simplest
  9587. simpletexto
  9588. simplified
  9589. simplifies
  9590. simplify
  9591. simply
  9592. simulate
  9593. simulates
  9594. simulation
  9595. simulator
  9596. simultaneous
  9597. simultaneously
  9598. since
  9599. italian
  9600. italian
  9601. 1.1.3
  9602. italy
  9603. italy
  9604. distributors/localiz
  9605. items
  9606. japan
  9607. japanesep
  9608. japanese
  9609. resourcesp
  9610. survival
  9611. guide
  9612. jbindery2.0
  9613. helper
  9614. justify
  9615. mappings
  9616. mware
  9617. givesf
  9618. giving
  9619. glance
  9620. globalj
  9621. global-aware
  9622. globally
  9623. globals
  9624. glossariess
  9625. glossary
  9626. gluen
  9627. glyphse
  9628. goals
  9629. goesN
  9630. going
  9631. golden
  9632. gonzalez
  9633. gonzalez3
  9634. goodN
  9635. developer
  9636. describes
  9637. macintosh
  9638. powerbook
  9639. 2400c
  9640. developer
  9641. provides
  9642. technical
  9643. information
  9644. about
  9645. development
  9646. information
  9647. archive
  9648. contains
  9649. hundreds
  9650. samples
  9651. image
  9652. contains
  9653. debug
  9654. version
  9655. 2.5.2
  9656. which
  9657. ee    No Changef
  9658. QuickTime
  9659. Dev.CD May 00 TC
  9660. fD!All Packages
  9661. Tool Chest Edition
  9662. DumpARPCacheIBA tiny sample that shows how to view the Open Transport ARP cache.J
  9663. Sample Code.imgK
  9664. May 98L
  9665. Jun 98M
  9666. OpenTransportN"OpenTransport, arp, cache, displayO
  9667. Dev.CD May 00 TC:Sample Code:P
  9668. Dev.CD May 00 TC
  9669.  - Sample CodeV
  9670. 73949X
  9671. May 00^
  9672. r--set theItem to choose file -- uncomment to test in an AS editor
  9673.     tell application "Finder"
  9674.         open item "Dev.CD May 00 TC:Sample Code:"
  9675.         activate
  9676.     end tell
  9677. on error errMsg number errNum
  9678.     --enter statements to perform when no records are found such as...
  9679.     display dialog "Sorry, the item you selected could not be found."
  9680.     return
  9681. end try
  9682. e    No Changef
  9683. OpenTransport
  9684. cache
  9685. displayq
  9686. Dev.CD May 00 TC
  9687. gD!All Packages
  9688. Tool Chest Edition
  9689. DumpNetworkSetup
  9690.     ected could not be found."
  9691.     return
  9692. end try
  9693. All Packages
  9694. PPC EnablerO
  9695. Dev.CD Jul 95P
  9696. Dev.CD Jul 9V
  9697. 73018X
  9698. Jul 95
  9699. carrieso
  9700. cartwheels
  9701. casess
  9702. cataloged
  9703. catalogs
  9704. catch
  9705. catched
  9706. catches
  9707. categoriesb
  9708. category
  9709. causeW
  9710. causes
  9711. causing
  9712. cautionO
  9713. caution
  9714. software
  9715. compatible
  9716. system
  9717. cautionary
  9718. caveats
  9719. cbufffilestream
  9720. cd-romf
  9721. cd-rom-basedf
  9722. cdent
  9723. cdk's
  9724. celestial
  9725. celik
  9726. centerx
  9727. central
  9728. centre
  9729. certain
  9730. certainly
  9731. certificates
  9732. certified
  9733. cfdata
  9734. cfm-68kd
  9735. chance
  9736. changer
  9737. quadraV
  9738. quadrasV
  9739. quadratic
  9740. quake
  9741. qualcomm's
  9742. qualifiedh
  9743. qualifier
  9744. quality
  9745. quandary
  9746. quantitiesg
  9747. quarterj
  9748. qued/m
  9749. queries
  9750. query
  9751. querys
  9752. questionZ
  9753. questionaire
  9754. questionaires
  9755. questionnaire
  9756. questions
  9757. queue
  9758. quick
  9759. quickdrawN
  9760. synch
  9761. synchronization
  9762. synchronizeB
  9763. synchronous
  9764. syncing
  9765. syntactic
  9766. syntax
  9767. synthesizers
  9768. sysbeep
  9769. sysenvirons
  9770. systemO
  9771. system
  9772. software
  9773. specialT
  9774. specialized
  9775. specifics
  9776. 73743X
  9777. May 00^
  9778. --set theItem to choose file -- uncomment to test in an AS editor
  9779.     tell application "Finder"
  9780.         open item "Dev.CD May 00 TC:Tool Chest:MacApp:Ad Lib 2.6.5:"
  9781.         activate
  9782.     end tell
  9783. on error errMsg number errNum
  9784.     --enter statements to perform when no records are found such as...
  9785.     display dialog "Sorry, the item you selected could not be found."
  9786.     return
  9787. end try
  9788. e    No Changef
  9789. AdLib
  9790.  MacApp
  9791. /A(http://developer.apple.com/tools/macapp/
  9792. Dev.CD May 00 TC
  9793. AdLib 3.0.1
  9794. Ad Lib is a graphical view editor which is used to create and edit view resources for MacApp-based applications.
  9795. Ad Lib v3.0.1 provides compatibility with Mac OS 9 and fixes many bugs found in Ad Lib 3.0.  There is one new feature, a log file that is written when resource tables are rebuilt. Logging can be disabled by checking a box in the dialog that prompts for a table rebuild or conversion.ld or conversion.
  9796. enablers
  9797. enablesO
  9798. enablesoundthrough
  9799. encodingh
  9800. encodings
  9801. encompasses
  9802. encounter
  9803. encouragep
  9804. encouragesZ
  9805. endless
  9806. engineb
  9807. engineering
  9808. engineers
  9809. engines
  9810. engler
  9811. english
  9812. enhance[
  9813. enhanced
  9814. enhancementa
  9815. enhancements`
  9816. enhancing
  9817. enjoy
  9818. enlargedo
  9819. enlightening
  9820. enoughj
  9821. ensure
  9822. ensures
  9823. ensuring
  9824. entails
  9825. enter
  9826. entered
  9827. entering
  9828. enterprisej
  9829. entertainmentj
  9830. entire
  9831. entities
  9832. entries
  9833. entry
  9834. enviroment
  9835. environementz
  9836. environmentj
  9837. e    No Changeq
  9838. Dev.CD May 00 TC
  9839. D!All Packages
  9840. Tool Chest Edition
  9841. Clipboard Magician 0.76
  9842. Summary:  This is a DA/application that allows you to examine the content of the clipboard and applies various operation to the data. It can also acts as an Apple Event server that the user can use from other applications or AppleScript.
  9843. Features:
  9844. Examine data in clipboard.
  9845. Manipulate data in clipboard.
  9846. Applying various code resource to data, code resource supported includs its own CNVT resource, XCMD, AppleScript's scpt, FKEY and any other type of code resource that can be supported bB
  9847. y adding a glue CNVT code resource.
  9848. Can act as AppleEvent server to be used by AppleScript or edit and execute AppleScript right from Clipboard Magician.
  9849. 73850X
  9850. 1e    No Change
  9851. lected could not be found."
  9852.     return
  9853. end try
  9854. All Packages
  9855. System 7.5 Update 1.0O
  9856. Dev.CD Jul 95P
  9857. Dev.CD Jul 9V
  9858. 73376X
  9859. Jul 95
  9860. rawip
  9861. 74473X
  9862. May 00^
  9863. r--set theItem to choose file -- uncomment to test in an AS editor
  9864.     tell application "Finder"
  9865.         open item "Dev.CD May 00 TC:Sample Code:"
  9866.         activate
  9867.     end tell
  9868. on error errMsg number errNum
  9869.     --enter statements to perform when no records are found such as...
  9870.     display dialog "Sorry, the item you selected could not be found."
  9871.     return
  9872. end try
  9873. MovedfUQTVR
  9874. QuickTime VR
  9875. Make QTVR Object
  9876. Make QTVR Panorama
  9877. QuickTime
  9878. virtual reality
  9879. toolsq
  9880. Dev.CD May 00 TC
  9881. sD(All Packages
  9882. Reference Library Edition
  9883. QuickView
  9884.  Developer Edition
  9885. rgbforecolor
  9886. ringQ
  9887. riser
  9888. robustness
  9889. router
  9890. routing
  9891. runtime
  9892. sample
  9893. sample
  9894. sample
  9895. traffic
  9896. light
  9897. saving
  9898. scanner
  9899. scomP
  9900. screen
  9901. script\
  9902. scriptable\
  9903. Summary:  You can use this Network Software Installer to install the following networking products:
  9904.  LaserWriter Bridge version 2.0.1
  9905.  AppleTalk version 58.1.5
  9906.  Network Control Panel version 3.0.2
  9907.  EtherTalk version 2.5.7
  9908.  Apple Ethernet NB file version 1.0.1, containing drivers for all Apple NuBus ethernet cards
  9909.  Apple Ethernet LC file version 1.0.1, containing drivers for all Apple LC ethernet cards
  9910.  Apple Ethernet CS file version 1.0.1, containing drivers fo
  9911. r all Apple Comm Slot ethernet cards
  9912.  Apple Built-In Ethernet version 1.0.1, containing drivers for all built-in ethernets
  9913.  TokenTalk version 2.5.7
  9914.  Token Ring Control Panel version 1.0.1
  9915.  Token Ring driver version 2.5.2 for the TokenTalk NB Card
  9916.  Token Ring driver version 1.0.2 for the Token Ring 4/16 NB and Token Ring NB/c Card
  9917.  A/ROSE 1.2.1, for use in some token ring configurations
  9918. See the document "NSI 1.5.1 - Read Me First" for details.
  9919. Aug 92L
  9920. Jul 95e.img
  9921. All Packages
  9922. QuickDraw GXO
  9923. Dev.CD Jun 97 SSWP
  9924. Dev.CD Jun 97 SSV
  9925. 74368X
  9926. Jun 97
  9927. f--set theItem to choose file -- uncomment to test in an AS editor
  9928.     tell application "Finder"
  9929.         open item "Dev.CD Jun 97 SSW"
  9930.         activate
  9931.     end tell
  9932. on error errMsg number errNum
  9933.     --enter statements to perform when no records are found such as...
  9934.     display dialog "Sorry, the item you selected could not be found."
  9935.     return
  9936. end try
  9937. All Packages
  9938. QuickDraw GXO
  9939. Dev.CD Jun 97 SSWP
  9940. Dev.CD Jun 97 SSV
  9941. 74369X
  9942. Jun 97
  9943. f--set theItem to choose file -- uncomment to test in an AS editor
  9944.     tell application "Finder"
  9945.         open item "Dev.CD Jun 97 SSW"
  9946.         activate
  9947.     end tell
  9948. on error errMsg number errNum
  9949.     --enter statements to perform when no records are found such as...
  9950.     display dialog "Sorry, the item you selected could not be found."
  9951.     return
  9952. end try
  9953. All Packages
  9954. QuickDraw GXO
  9955. Dev.CD Jun 97 SSWV
  9956. 74370X
  9957. 73733X
  9958. May 00^
  9959. r--set theItem to choose file -- uncomment to test in an AS editor
  9960.     tell application "Finder"
  9961.         open item "Dev.CD May 00 TC:Sample Code:"
  9962.         activate
  9963.     end tell
  9964. on error errMsg number errNum
  9965.     --enter statements to perform when no records are found such as...
  9966.     display dialog "Sorry, the item you selected could not be found."
  9967.     return
  9968. end try
  9969. Movedq
  9970. Dev.CD May 00 TC
  9971. D!All Packages
  9972. Tool Chest Edition
  9973. 24GC  7.0.1I
  9974. CAUTION: THIS SOFTWARE IS NOT COMPATIBLE WITH SYSTEM 6.0.X.
  9975. Summary: This is the software for the Apple Macintosh Display Card 8
  9976. 24GC.
  9977. Features: Enables acceleration mode on the Apple Macintosh Display Card 8
  9978. 24GC.J
  9979. 24 GC
  9980. 24GC READMEK
  9981. Jan 92M
  9982. Apple Macintosh Display Card 8
  9983. 24GC installed in your CPU and a minimum of 3 Megabytes RAM installed in your CPU. This package requires System 7 or greater installed in your CPU (not compatible with System 6.0.X.)N
  9984. Videov.CD May 00 TC
  9985. ev.CD May 00 TC
  9986. Apple's Developer Publications:
  9987. Look for new and updated Mac OS 8 and 9, Mac OS X, QuickTime, Java and WebObjects documentation.
  9988. List of new and updated documentation:
  9989. -PowerBook Developer Note
  9990. -iBook Developer Note 
  9991. -Power Mac G4 Developer Note
  9992. -Apple Publications Style Guide [UPDATE]
  9993. FEATURES:
  9994. New and Updated Documentation!
  9995. --------------
  9996. HARDWARE:
  9997. ---------------
  9998. PowerBook Developer Note
  9999. This developer note describes the latest PowerBook computer, which carries the PowerBook lin
  10000. e forward by adding FireWire ports as well as a new internal architecture, higher processor speeds, and an ATI RAGE 128 graphics controller.
  10001.    The developer note includes information about
  10002.    - the features of the PowerBook
  10003.    - some compatibility issues
  10004.    - the internal logic and custom ICs
  10005.    - the I/O ports and built-in I/O devices
  10006.    - the expansion features
  10007.    - the system software
  10008. --------------------------------
  10009. iBook Developer Note 
  10010. This developer note has been updated to inclu
  10011. Summary: This folder contains the VU Assist C++ tool to increase Virtual User compatibility with MacApp applications.
  10012. Features: There is a different tool for MacApp 2.0.1 and MacApp 3.0.J
  10013. Virtual User tools.imgK
  10014. Aug 92L
  10015. Nov/Dec 92MiMPW 3.2, MacApp 2.0.1 or 3.0 application, Virtual User Host and target, VU Agent installed on Target CPU.N
  10016. VU, Virtual UserOCDev.CD May 00 TC:Tool Chest:Testing & Debugging:Virtual User tools:PKDev.CD May 00 TC
  10017.  - Tool Chest
  10018.  - Testing & Debugging
  10019.  - Virtual User toolsV
  10020. 74926X
  10021. May 00^
  10022. --set theItem to choose file -- uncomment to test in an AS editor
  10023.     tell application "Finder"
  10024.         open item "Dev.CD May 00 TC:Tool Chest:Testing & Debugging:Virtual User tools:"
  10025.         activate
  10026.     end tell
  10027. on error errMsg number errNum
  10028.     --enter statements to perform when no records are found such as...
  10029.     display dialog "Sorry, the item you selected could not be found."
  10030.     return
  10031. end try
  10032. e    No Changef
  10033. Virtual Userq
  10034. Dev.CD May 00 TC
  10035. cd-romf
  10036. cd-rom
  10037. detection
  10038. cd-rom
  10039. validator
  10040. centris/quadra
  10041. cfm-68k
  10042. cfm-68k
  10043. chinese
  10044. chinese
  10045. dictation
  10046. chinese
  10047. dictation
  10048. chinese
  10049. handwriting
  10050. chinese
  10051. handwriting
  10052. chinese
  10053. language
  10054. chinese
  10055. language
  10056. updater
  10057. chinesetalk
  10058. chinesetalk
  10059. 6.0.3
  10060. chinesetalk
  10061. chinesetraditionalfo
  10062. chinesetraditionalfo
  10063. 6.0.5
  10064. chromakeymovie
  10065. cihui
  10066. classic
  10067. language
  10068. libraryv
  10069. locationt
  10070. macro
  10071. managert
  10072. market
  10073. monitorr
  10074. newsi
  10075. notesS
  10076. onescannerg
  10077. opp's
  10078. palette
  10079. parserV
  10080. hout allowing the system to automagically mount the volumes on the disk. (The code mounts the disk explicitly, but your program doesn't need to.)
  10081. Sample Code.imgK
  10082. Feb 92L
  10083. May 97O
  10084. Dev.CD May 00 TC:Sample Code:P
  10085. Dev.CD May 00 TC
  10086.  - Sample Codeort
  10087. colorsync
  10088. filter
  10089. colorsync
  10090. import
  10091. colorsync
  10092. plugins
  10093. readme
  10094. combowalker
  10095. common
  10096. commtoolbox
  10097. commtoolbox
  10098. commtoolbox
  10099. roadmap
  10100. communications
  10101. communications
  10102. comparedirtext
  10103. comparelastrevision
  10104. compbasedmediabroadc
  10105. compbasedmediabroadc
  10106. editor]
  10107. encodingsw
  10108. engineering
  10109. english
  10110. englishmiscellaneous^
  10111. englishmiscellaneous
  10112. englishmiscellaneous
  10113. rsrc^
  10114. englishterminology^
  10115. englishterminology
  10116. englishterminology
  10117. rsrc^
  10118. erratam
  10119. eventm
  10120. examples
  10121. extensione
  10122. extensions
  10123. filesi
  10124. finderevents
  10125. finderevents
  10126. firstp
  10127. carbon
  10128. carbon
  10129. carbonlib
  10130. carbonlib
  10131. carbonlib
  10132. 1.0.2
  10133. quicktime
  10134. cardbus
  10135. cardbus
  10136. pcmcia
  10137. categories
  10138. finder
  10139. windows
  10140. cd-rom
  10141. cd-rom
  10142. device
  10143. manager
  10144. control
  10145. panel
  10146. symantec
  10147. metrowerks
  10148. standardfile
  10149. center
  10150. cfallocator
  10151. cfarray
  10152. cfbag
  10153. cfbase
  10154. cfbinaryheap
  10155. cfbitvector
  10156. cfbundle
  10157. cfcharacterset
  10158. cfcomparatorfunction
  10159. cfcomparisonresult
  10160. cfdata
  10161. cfdictionary
  10162. cfequal
  10163. cfhash
  10164. cfhashcode
  10165. cfindex
  10166. cfm-68k
  10167. cfm-68k
  10168. mixed
  10169. thread
  10170. objectsupportlib
  10171. cfoptionflags
  10172. cfpropertylist
  10173. cfrange
  10174. cfrelease
  10175. cfretain
  10176. cfset
  10177. cfstring
  10178. color
  10179. color
  10180. controls
  10181. window
  10182. table
  10183. eject
  10184. ejected
  10185. elaborates
  10186. electronicu
  10187. electronics
  10188. element
  10189. elementso
  10190. elicit
  10191. eliminate
  10192. eliminates
  10193. eliminating
  10194. elizabeth
  10195. email
  10196. embed
  10197. embed
  10198. profile
  10199. image
  10200. specified
  10201. image's
  10202. embedded
  10203. embedding
  10204. embellish
  10205. embodies
  10206. emphasis
  10207. empirically
  10208. employj
  10209. emptied
  10210. empty
  10211. emptying
  10212. emulate
  10213. emulated
  10214. emulates
  10215. emulation
  10216. emulator
  10217. enableq
  10218. enable
  10219. mouse
  10220. keyboard
  10221. enable
  10222. speech
  10223. n Microsystems, Inc. recommended
  10224. QuickTime, Java, MRJckTime, Java, MRJss
  10225. ratesA
  10226. Security SDK
  10227. This SDK includes the libraries and include files necessary to build applications that can interface with the Keychain, URL Access, and Signing functions available with Mac OS 9.  It also contains example code and API documentation.
  10228. A keychain is a secure repository for user-centric data, such as keys, passwords and certificates. The repository may be a file, a network database, a smart card, or other storage media..
  10229. URL Access accesses remote sites programmatically using URLs.  Files maf
  10230. walltowalldialog
  10231. registration
  10232. animation
  10233. guide
  10234. webobjects
  10235. webobjects
  10236. database
  10237. webobjects
  10238. database
  10239. webobjects
  10240. webobjects
  10241. memory
  10242. webobjects
  10243. tools
  10244. techniques
  10245. webobjects36
  10246. webobjects36
  10247. 73745X
  10248. Jun 00^    RL Disk 1
  10249. --set theItem to choose file -- uncomment to test in an AS editor
  10250.     tell application "Finder"
  10251.         open item "Dev.CD Jun 00 RL Disk 1:Utilities:Acrobat Reader 4.0.1:"
  10252.         activate
  10253.     end tell
  10254. on error errMsg number errNum
  10255.     --enter statements to perform when no records are found such as...
  10256.     display dialog "Sorry, the item you selected could not be found."
  10257.     return
  10258. end try
  10259. e    No Changef
  10260. Adobe
  10261. Acrobat
  10262. Reader
  10263. Dev.CD Jun 00 RL Disk 1
  10264. D(All Packages
  10265. Reference Library Edition
  10266. F$Advanced Color Imaging on the Mac OS
  10267.       return
  10268. end try
  10269. Deletedf
  10270. WebObjects
  10271. Categories
  10272. Posersq
  10273. Dev.CD Mar OO RLDisk 1
  10274. All Packages
  10275. WebObjects Database Part II
  10276. 73695X
  10277. e    No Changef!ISO 9660
  10278. CD-ROM
  10279. device driver i/oq
  10280. Dev.CD May 00 TC
  10281. D!All Packages
  10282. Tool Chest Edition
  10283. nably complete example implementation of high level InputSprocket.  It shows how to set up needs and retrieve states and events for the associated elements.J
  10284. Sample Code.imgK
  10285. Feb 00M^PowerPC, System 8.1+, InputSprocket, and either Universal Interfaces 3.3 or InputSprocket SDK
  10286. N2InputSprocket, ISp, Needs, Elements, axes, buttonsO
  10287. Dev.CD May 00 TC:Sample Code:P
  10288. Dev.CD May 00 TC
  10289.  - Sample CodeV
  10290. 74024X
  10291. May 00^
  10292. r--set theItem to choose file -- uncomment to test in an AS editor
  10293.     tell application "Finder"
  10294.         open item "Dev.CD May 00 TC:Sample Code:"
  10295.         activate
  10296.     end tell
  10297. on error errMsg number errNum
  10298.     --enter statements to perform when no records are found such as...
  10299.     display dialog "Sorry, the item you selected could not be found."
  10300.     return
  10301. end try
  10302. e    No Changef-InputSprocket
  10303. Needs
  10304. Elements
  10305. buttonsq
  10306. Dev.CD May 00 TC
  10307. ev.CD May 00 TC
  10308. --set theItem to choose file -- uncomment to test in an AS editor
  10309.     tell application "Finder"
  10310.         open item "Dev.CD May 00 TC:Tool Chest:Devices:CD-ROM:iso9660:"
  10311.         activate
  10312.     end tell
  10313. on error errMsg number errNum
  10314.     --enter statements to perform when no records are found such as...
  10315.     display dialog "Sorry, the item you selected could not be found."
  10316.     return
  10317. end try
  10318. emselves when to bring Finder forward. I'd love to hear your feedback. 
  10319. [3] It's been sugges
  10320. ted you're better off using the scriptable Finder. It's said these older FinderEvents will go away eventually. These things are true, so you should use the scriptable Finder if it's available. See 'develop' magazine, issue 20, pages 65 to 78 for details. Does this mean you'll have two chunks of code in your application? Well... er... yes. Maybe someday I'll update this library so that a single call will work regardless of the presence of a scriptable Finder. Wouldn't that be cool? You shou
  10321. summary
  10322. fragment
  10323. simple
  10324. application
  10325. designed
  10326. summary
  10327. gxgraphics
  10328. 1.1.6
  10329. extension
  10330. encompasses
  10331. summary
  10332. gxoverridetool
  10333. message
  10334. override
  10335. source
  10336. summary
  10337. noticed
  10338. there
  10339. isn't
  10340. effective
  10341. summary
  10342. hotsauce
  10343. technology
  10344. demonstration
  10345. based
  10346. summary
  10347. human
  10348. interface
  10349. notes
  10350. collection
  10351. human
  10352. summary
  10353. displays
  10354. indicator
  10355. summary
  10356. includes
  10357. example
  10358. declaration
  10359. sources
  10360. summary
  10361. includes
  10362. a/rose
  10363. v1.2.1
  10364. system
  10365. extension
  10366. includinQ
  10367. summary
  10368. inside
  10369. macintosh
  10370. collection
  10371. books
  10372. organized
  10373. summary
  10374. iw-half-dither
  10375. imagewriter
  10376. sample
  10377. driver
  10378. summary
  10379. laserwriter
  10380. driver
  10381. current
  10382. printi
  10383. summary
  10384. scroll
  10385. bones
  10386. application
  10387. demonstratin
  10388. summary
  10389. driver
  10390. utitity
  10391. driver
  10392. writers
  10393. error
  10394. tones
  10395. application
  10396. explains
  10397. N=Icon, color icon, colour table, CIconHandle, CTabHandle, clutO
  10398. Dev.CD May 00 TC:Sample Code:P
  10399. Dev.CD May 00 TC
  10400.  - Sample CodeV
  10401. 73854X
  10402. May 00^
  10403. r--set theItem to choose file -- uncomment to test in an AS editor
  10404.     tell application "Finder"
  10405.         open item "Dev.CD May 00 TC:Sample Code:"
  10406.         activate
  10407.     end tell
  10408. on error errMsg number errNum
  10409.     --enter statements to perform when no records are found such as...
  10410.     display dialog "Sorry, the item you selected could not be found."
  10411.     return
  10412. end try
  10413. e    No Changef8Icon
  10414. color icon
  10415. colour table
  10416. CIconHandle
  10417. CTabHandle
  10418. clutq
  10419. Dev.CD May 00 TC
  10420. D!All Packages
  10421. Mac OS SDK Edition
  10422. ColorSync 3.0 Mac SDK
  10423. runsd
  10424. macintosh
  10425. debugs
  10426. applications
  10427. runtimed
  10428. russian
  10429. scomP
  10430. screen
  10431. script\
  10432. scriptable\
  10433. --set theItem to choose file -- uncomment to test in an AS editor
  10434.     tell application "Finder"
  10435.         open item "Dev.CD Apr 94
  10436. Dev.CD Jan 94
  10437. Dev.CD Oct 93
  10438. Dev.CD Jul 93
  10439. Dev.CD Apr 93"
  10440.         activate
  10441.     end tell
  10442. on error errMsg number errNum
  10443.     --enter statements to perform when no records are found such as...
  10444.     display dialog "Sorry, the item you selected could not be found."
  10445.     return
  10446. end try
  10447. cursive
  10448. cursor
  10449. cursordevice
  10450. cursordevicemanager
  10451. cursordevices
  10452. cursordevicesetaccel
  10453. cursors
  10454. curve
  10455. curves
  10456. customo
  10457. tingb
  10458. upgrade
  10459. upgraded
  10460. upgrader
  10461. upgrades
  10462. upload
  10463. upload
  10464. given
  10465. --set theItem to choose file -- uncomment to test in an AS editor
  10466.     tell application "Finder"
  10467.         open item "Dev.CD May 00 TC:Tool Chest:Testing & Debugging:General tools:"
  10468.         activate
  10469.     end tell
  10470. on error errMsg number errNum
  10471.     --enter statements to perform when no records are found such as...
  10472.     display dialog "Sorry, the item you selected could not be found."
  10473.     return
  10474. end try
  10475. e    No Changeq
  10476. Dev.CD May 00 TC
  10477. pD!All Packages
  10478. Tool Chest Edition
  10479. File Synchronization 1.1
  10480. 74531X
  10481. May 00^
  10482. r--set theItem to choose file -- uncomment to test in an AS editor
  10483.     tell application "Finder"
  10484.         open item "Dev.CD May 00 TC:Sample Code:"
  10485.         activate
  10486.     end tell
  10487. on error errMsg number errNum
  10488.     --enter statements to perform when no records are found such as...
  10489.     display dialog "Sorry, the item you selected could not be found."
  10490.     return
  10491. end try
  10492. e    No Changeq
  10493. Dev.CD May 00 TC
  10494. D!All Packages
  10495. Tool Chest Edition
  10496. (** = new, * = revised)
  10497. AE/EM trapping 1.0.1:  Some MacsBug macros that allow you to break on AppleEvent and Edition Manager PACK calls.With these macros you can  type 'atb AESend' (or any other AppleEvent or Edition Manager call) and you will break when the call is made.
  10498. Audit:  Audit is a small library of functions that provide an unobtrusive event tracing capability to applications, drivers, code-resources, call-backs, and any other "flavor" of Macintosh software.
  10499. BusErrorTest:  ShowsErrorTest:  Show
  10500. 74532X
  10501. ent/server applications, including both Mac OS and AIX considerations. Part II covers the development of device drivers, including Open Firmware requirements. Part III documents the AppleTalk API. Part IV provides the man pages for Apple-specific AIX commands. There is an appendix for keyboard positions.
  10502. This guide is to be used in conjunction with AIX developer guides from IBM. Information on how to obtain the IBM AIX developer guides and tools can be found on IBM's Web site (www.ibm.com
  10503. s) or by contacting an IBM representative. Specific information on relevant IBM AIX guides is found at the beginning of each section.
  10504. Issues:  This document is to be used as a reference when developing for AIX for the Apple Network Server. It only describes the differences between AIX for the Apple Network Server and IBM's AIX. It is not intended to fully document AIX.
  10505. Network Server Dev. GuideK
  10506. Jun 96N.AIX, Network Server, Symbiotic, client, server.CD Dec 96 SEV
  10507. 71973X
  10508. ke    No Changef2ColorSync
  10509. Profile Embed
  10510. Dev.CD Apr 98 SDK1
  10511. All Packages
  10512. F)Enhanced Macintosh PB 1400 Developer NoteI
  10513. Summary: This developer note describes the latest model of the PowerBook 1400 computer. The note describes only the changes that make the new model different from its earlier counterparts.J
  10514. PB_190_5300RAMCard_Er.pdf
  10515. PowerBook_1400.pdf
  10516. PowerBook_1400_Addendum.pdf
  10517. PowerBook_2400c.pdf
  10518. PowerBook_3400.pdf
  10519. PowerBook_5300.pdf
  10520. PowerBook_Duo_2300c.pdf
  10521. PowerBook_Processor_Upg.pdfK
  10522. Sep 97M
  10523. Acrobat Reader.N
  10524. PowerBook 1400O|Dev.CD Jun 00 RL Disk 1:Technical Documentation:Technical Publications:hardware:Developer_Notes:Macintosh_CPUs-PPC_Portable:P
  10525. Dev.CD Jun 00 RL Disk 1
  10526.  - Technical Documentation
  10527.  - Technical Publications
  10528.  - hardware
  10529.  - Developer_Notes
  10530.  - Macintosh_CPUs-PPC_PortableV
  10531. 73955X
  10532. Jun 00^    RL Disk 1
  10533. e    No Change
  10534. ye    No Changeq
  10535. Dev.CD May 00 TC
  10536. zD!All Packages
  10537. Mac OS SDK Edition
  10538. Rhapsody Documentation
  10539. OpenStep documentation applies to Rhapsody! That means you can develop OpenStep applications today and use the same source base for Rhapsody later.
  10540. UPDATED  DOCUMENTATION:
  10541. Discovering OPENSTEP: A Developer Tutorial (Rhapsody)
  10542. Updated for Rhapsody: new material, all reported bugs fixed, with screenshots of the Rhapsody development environment.
  10543. Appkit Reference
  10544. The complete reference for OpenStep Application kit classes and protocols. The Appkit provides everything the user sees and touchemory
  10545. menuh
  10546. missA
  10547. mixed
  10548. modulet
  10549. monitor
  10550. networkQ
  10551. networking
  10552. newsi
  10553. object-orientedY
  10554. objectsupportlib
  10555. transport
  10556. cache
  10557. delete
  10558. query
  10559. pbclock
  10560. pcmcia
  10561. performanceA
  10562. performance
  10563. hardware
  10564. powerpc
  10565. bandwidth
  10566. cache
  10567. rates
  10568. picker
  10569. platformQ
  10570. standardsw
  10571. standardwdef
  10572. standardwdef
  10573. start
  10574. start
  10575. started
  10576. starter
  10577. startup
  10578. static
  10579. stdfilesaver
  10580. stiletto
  10581. stiletto
  10582. program
  10583. stiletto
  10584. sources
  10585. stoppinf
  10586. stoppinf
  10587. icons
  10588. storyboard
  10589. stream
  10590. stress
  10591. stress
  10592. testing
  10593. tools
  10594. strip
  10595. stripdup
  10596. stripdup
  10597. stripunits
  10598. strwidth
  10599. strwidth
  10600. libraries
  10601. tors/localiz
  10602. symantec
  10603. symantec
  10604. builds
  10605. symfilesv
  10606. synchronization
  10607. sysenv
  10608. sysenv
  10609. 1.0d13
  10610. systeme
  10611. system
  10612. related
  10613. systemfolder
  10614. systemfolder
  10615. target
  10616. tccalc
  10617. tcp/ip
  10618. tcp/ip
  10619. administration
  10620. image
  10621. tcp/ip
  10622. connection
  10623. image
  10624. technical
  10625. technique
  10626. techniques
  10627. technotes
  10628. which
  10629. ards&Drivers
  10630.     -  Describes the current Design environment for PCI and CardBus cards
  10631.    *  PCI Binding to OF v2.1
  10632.     -  This is the Addendum to IEEE 1275 for Boot Initialization
  10633. Configuration
  10634.    *  MacOS PC Card Family 3.0
  10635.     -  Describes the Architecture and Implementation of PC Card (Card Bus)
  10636. 3.0 under MacOS
  10637.   Samples
  10638.    *  CustomEnabler
  10639.     -  Provides source code a
  10640. objectsupportlib
  10641. obscure
  10642. obsolete
  10643. Dev.CD Jan 94
  10644. Dev.CD Oct 93P
  10645. Dev.CD Jan 94
  10646. Dev.CD Oct 9V
  10647. 74395X
  10648. Jan 94
  10649. p--set theItem to choose file -- uncomment to test in an AS editor
  10650.     tell application "Finder"
  10651.         open item "Dev.CD Jan 94
  10652. Dev.CD Oct 93"
  10653.         activate
  10654.     end tell
  10655. on error errMsg number errNum
  10656.     --enter statements to perform when no records are found such as...
  10657.     display dialog "Sorry, the item you selected could not be found."
  10658.     return
  10659. end try
  10660. All Packages
  10661. F    QuickTimeO
  10662. Dev.CD Jan 94
  10663. Dev.CD Oct 93P
  10664. Dev.CD Jan 94
  10665. Dev.CD Oct 9V
  10666. 74396X
  10667. Jan 94
  10668. p--set theItem to choose file -- uncomment to test in an AS editor
  10669.     tell application "Finder"
  10670.         open item "Dev.CD Jan 94
  10671. Dev.CD Oct 93"
  10672.         activate
  10673.     end tell
  10674. on error errMsg number errNum
  10675.     --enter statements to perform when no records are found such as...
  10676.     display dialog "Sorry, the item you selected could not be found."
  10677.     return
  10678. end try
  10679. All Packages
  10680. F    QuickTimeV
  10681. 74397X
  10682. 9e    No Changef
  10683. Virtual Userq
  10684. Dev.CD May 00 TC
  10685. :D!All Packages
  10686. Tool Chest Edition
  10687. VUMeters
  10688. Summary:  This application displays VU (Volume Unit) Meters, much like are found on tape decks.  The purpose is to monitor the sound input and output channels to insure that the proper sound level is present.
  10689. Features:  This application can display the levels (both peak reading and a more conventional power reading) of the sound at both the input and output of the Quadra AV computers.  Users can select whether they want to measure levels in terms of the analog voltages at the connectors (
  10690. pconventional way) or referenced to the peak level of the AV A/D and D/A systems.  Every effort was made to conform to the standard for VUMeter dynamics.
  10691. This package is useful as a debugging aid when working with sound.  It is also useful as a complete example of how to develop code for the Apple Real Time Architecture (ARTA) DSP system on the new Quadra AV systems
  10692. e    No Change
  10693. sequel
  10694. summary
  10695. virtual
  10696. server
  10697. attempt
  10698. provide
  10699. piece
  10700. summary
  10701. virtual
  10702. tutorial
  10703. provides
  10704. quick
  10705. intro
  10706. summary
  10707. services
  10708. apple
  10709. event
  10710. suite
  10711. allows
  10712. appli
  10713. summary
  10714. these
  10715. applications
  10716. demonstrate
  10717. write
  10718. backgr
  10719. summary
  10720. these
  10721. obsolete
  10722. hypercard
  10723. toolkits
  10724. which
  10725. summary
  10726. these
  10727. updated
  10728. tools
  10729. quicktime
  10730. summary
  10731. these
  10732. applications
  10733. remote
  10734. control
  10735. server
  10736. summary
  10737. application
  10738. demonstrates
  10739. appleev
  10740. summary
  10741. application
  10742. displays
  10743. volume
  10744. meters
  10745. summary
  10746. application
  10747. exercises
  10748. copybits
  10749. copymask
  10750. summary
  10751. brochure
  10752. serves
  10753. foundation
  10754. explaining
  10755. summary
  10756. sample
  10757. demonstrates
  10758. palette
  10759. ements to perform when no records are found such as...
  10760.     display dialog "Sorry, the item you selected could not be found."
  10761.     return
  10762. end try
  10763. e    No Changeq
  10764. Dev.CD May 00 TC
  10765. ev.CD May 00 TC
  10766. ~--set theItem to choose file -- uncomment to test in an AS editor
  10767.     tell application "Finder"
  10768.         open item "Dev.CD Oct 93
  10769. Dev.CD Jul 93
  10770. Dev.CD Apr 93"
  10771.         activate
  10772.     end tell
  10773. on error errMsg number errNum
  10774.     --enter statements to perform when no records are found such as...
  10775.     display dialog "Sorry, the item you selected could not be found."
  10776.     return
  10777. end try
  10778. All Packages
  10779. F    QuickTimeO
  10780. Dev.CD Oct 93
  10781. Dev.CD Jul 93P
  10782. Dev.CD Oct 93
  10783. Dev.CD Jul 9V
  10784. 74423X
  10785. Oct 93
  10786. p--set theItem to choose file -- uncomment to test in an AS editor
  10787.     tell application "Finder"
  10788.         open item "Dev.CD Oct 93
  10789. Dev.CD Jul 93"
  10790.         activate
  10791.     end tell
  10792. on error errMsg number errNum
  10793.     --enter statements to perform when no records are found such as...
  10794.     display dialog "Sorry, the item you selected could not be found."
  10795.     return
  10796. end try
  10797. All Packages
  10798. F    QuickTimeO
  10799. Dev.CD Oct 93
  10800. Dev.CD Jul 93P
  10801. Dev.CD Oct 93
  10802. Dev.CD Jul 9V
  10803. 74424X
  10804. Oct 93
  10805. O/Dev.CD Nov 99 TC:Tool Chest:Networking:Snarfer:P7Dev.CD Nov 99 TC
  10806.  - Tool Chest
  10807.  - Networking
  10808.  - Snarferr
  10809. geteof
  10810. geteof
  10811. getfinfo
  10812. getfinfo
  10813. gethelpstrings
  10814. geticon
  10815. geticon
  10816. getinfo
  10817. getinfo
  10818. getkeys
  10819. getlastchange
  10820. getmfsize
  10821. getmode
  10822. getmode
  10823. getsetoptions
  10824. getsetoptions
  10825. getsetoptions-68k
  10826. getsetoptions-ppc
  10827. getting
  10828. getting
  10829. started
  10830. getvinfo
  10831. getvinfo
  10832. adbop
  10833. address
  10834. adlib
  10835. administrator
  10836. adobe
  10837. aegizmos
  10838. protocol
  10839. after
  10840. after
  10841. airport
  10842. alias
  10843. allocators
  10844. altivec
  10845. analysis
  10846. webobjects
  10847. antlr
  10848. appearanced
  10849. appearance
  10850. managerd
  10851. appearance
  10852. append
  10853. appkit
  10854. appkit
  10855. reference
  10856. packages
  10857. interoperates
  10858. interpret
  10859. interpretation
  10860. interpreting
  10861. interrupt
  10862. interrupt-time
  10863. interrupted
  10864. intersection
  10865. intersects
  10866. intertask
  10867. interval
  10868. intervention
  10869. interview-based
  10870. intimate
  10871. intoB
  10872. avitzur
  10873. avoid
  10874. axsom's
  10875. ayala
  10876. backd
  10877. backbone
  10878. backflips
  10879. background
  10880. background-only
  10881. backlight
  10882. backs
  10883. 6OBDev.CD Sep 96 RL:Technical Documentation:develop:develop Issue  2:PJDev.CD Sep 96 RL
  10884.  - Technical Documentation
  10885.  - develop
  10886.  - develop Issue  2first by enumeration of the screens.  -1 indicates the main screen.  Other screens are enumerated in order returned by DMGetFirstScreenDevice and DMGetNextScreenDevice with 0 being the first screen returned.  If allocations on the desired screen fails SetupGL will automatically check the other screens.
  10887. - SetupGL provides the function BuildGLFromWindow a
  10888. nd DestroyGLFromWindow to handle cases where you want to setup OpenGL on a preexisting window.  Ensure you call the DestroyGLFromWindow to destroy the context.
  10889. - PauseGL and ResumeGL are provided to allow the user control over the screen.  Suppose you wish to draw a movie in the same window as OpenGL is using, just call PauseGL, play your movie and then ResumeGL when finished to start drawing your OpenGL scene again.
  10890. - PreflightGL checks for existence of OpenGL and if required DrawSprock
  10891. ISp SampleI
  10892. ISp Sample is a reasonably complete example implementation of high level InputSprocket.  It shows how to set up needs and retrieve states and events for the associated elements.J
  10893. Sample Code.imgK
  10894. Feb 00M^PowerPC, System 8.1+, InputSprocket, and either Universal Interfaces 3.3 or InputSprocket SDK
  10895. N2InputSprocket, ISp, Needs, Elements, axes, buttonsO
  10896. Dev.CD May 00 TC:Sample Code:P
  10897. Dev.CD May 00 TC
  10898.  - Sample CodeV
  10899. 74024X
  10900. May 00^
  10901. r--set theItem to choose file -- uncomment to test in an AS editor
  10902.     tell application "Finder"
  10903.         open item "Dev.CD May 00 TC:Sample Code:"
  10904.         activate
  10905.     end tell
  10906. on error errMsg number errNum
  10907.     --enter statements to perform when no records are found such as...
  10908.     display dialog "Sorry, the item you selected could not be found."
  10909.     return
  10910. end try
  10911. e    No Changef-InputSprocket
  10912. Needs
  10913. Elements
  10914. buttonsq
  10915. Dev.CD May 00 TC
  10916. D!All Packages
  10917. Tool Chest Edition
  10918. Ivy 1.0fc1
  10919.     vior which doesn't work well unles
  10920. Summary: This submission contains a Virtual User 2.0 external tool and task library which allows script writers to capture and compare full or partial screen images. Also included is task library documentation, a README file, and an example V.U. script using the external tool. This package will allow developers using V.U. 2.0 to test their applications and perform screen image verification in their V.U. scripts.
  10921. Virtual User tools.imgK
  10922. Jul 93L
  10923. Oct 93M.Virtual User version 2.0 or greater, System 7.N0Tool, Virtual User, External Tool, V.U., VU, IvyOCDev.CD May 00 TC:Tool Chest:Testing & Debugging:Virtual User tools:PKDev.CD May 00 TC
  10924.  - Tool Chest
  10925.  - Testing & Debugging
  10926.  - Virtual User tools& improvements in version 1.4.9.
  10927. Sample Code.imgK
  10928. Nov 93L
  10929. Nov 98N*File Manager, Desktop Manager, Sample CodeO
  10930. Dev.CD May 00 TC:Sample Code:P
  10931. Dev.CD May 00 TC
  10932.  - Sample CodeCD May 00 TC:Tool Chest:Printing:PostScript Utilities:nge
  10933. 9500j
  10934. 9500/2009500/1809500
  10935. 95123
  10936. 9650/233
  10937. 9650/350
  10938. 974-9456
  10939. Wdow to the front.
  10940. Features:
  10941. - WindowPicker Menu next to the Help Menu
  10942. - popup WindowPicker Menu
  10943. - arrow keys to switch between open windows and applications
  10944. - customizable modifier keys
  10945. - help for setting preferences
  10946. J Read Me
  10947. Read Me.txt
  10948. WindowPickerK
  10949. Jul 92L
  10950. Aug 93M
  10951. System 7 & Any Macintosh
  10952. version
  10953. video
  10954. viewY
  10955. viewer
  10956. virtual
  10957. virtualuser
  10958. visigenic
  10959. volume
  10960. volumes
  10961. vtwinb
  10962. virtual
  10963. virtual
  10964. virtualuser
  10965. filetool
  10966. memor
  10967. virtual
  10968. virtualuser
  10969. testing
  10970. automation
  10971. automated
  10972. vu-meter
  10973. vumeter
  10974. vumeter
  10975. sound
  10976. level
  10977. meters
  10978. sample
  10979. volume
  10980. waitnextevent
  10981. wannabe
  10982. waste
  10983. waste
  10984. textedit
  10985. replacement
  10986. webobjects
  10987. igning
  10988. robustness
  10989. testing
  10990. webobjects
  10991. objective-c
  10992. webobjects
  10993. webobjects
  10994. server
  10995. objects
  10996. window
  10997. windows
  10998. wombat
  10999. workstation
  11000. world
  11001. wrapper
  11002. ul 00^
  11003. SDK1e    No Change
  11004. 74198X
  11005. May 00^
  11006. r--set theItem to choose file -- uncomment to test in an AS editor
  11007.     tell application "Finder"
  11008.         open item "Dev.CD May 00 TC:Sample Code:"
  11009.         activate
  11010.     end tell
  11011. on error errMsg number errNum
  11012.     --enter statements to perform when no records are found such as...
  11013.     display dialog "Sorry, the item you selected could not be found."
  11014.     return
  11015. end try
  11016. e    No Changef;Cryptographic Authentication 
  11017. AppleShare IP
  11018.  Appearance Mgrq
  11019. Dev.CD May 00 TC
  11020. `D(All Packages
  11021. Reference Library Edition
  11022. Pippin Technical Notes
  11023. HSummary:  Pippin is a new multimedia and Internet playback architecture based on Power Macintosh and licensed by Apple to Bandai Digital Entertainment. Because it is based on Mac, most Pippin development is the same as Mac development. The tech notes in this folder cover all the Pippin-specific aspects of developing on Pippin.
  11024. e    No Changeq
  11025. Dev.CD May 00 TC
  11026. bD!All Packages
  11027. Tool Chest Edition
  11028. F    Blat dcmd
  11029. System Enabler 088 (AVs)O
  11030. Dev.CD Apr 94
  11031. Dev.CD Jan 94P
  11032. Dev.CD Apr 94
  11033. Dev.CD Jan 9V
  11034. 74738X
  11035. Apr 94
  11036. p--set theItem to choose file -- uncomment to test in an AS editor
  11037.     tell application "Finder"
  11038.         open item "Dev.CD Apr 94
  11039. Dev.CD Jan 94"
  11040.         activate
  11041.     end tell
  11042. on error errMsg number errNum
  11043.     --enter statements to perform when no records are found such as...
  11044.     display dialog "Sorry, the item you selected could not be found."
  11045.     return
  11046. end try
  11047. All Packages
  11048. System Enabler 088 (AVs)O
  11049. Dev.CD Apr 94
  11050. Dev.CD Jan 94P
  11051. Dev.CD Apr 94
  11052. Dev.CD Jan 9V
  11053. 74739X
  11054. Apr 94
  11055. p--set theItem to choose file -- uncomment to test in an AS editor
  11056.     tell application "Finder"
  11057.         open item "Dev.CD Apr 94
  11058. Dev.CD Jan 94"
  11059.         activate
  11060.     end tell
  11061. on error errMsg number errNum
  11062.     --enter statements to perform when no records are found such as...
  11063.     display dialog "Sorry, the item you selected could not be found."
  11064.     return
  11065. end try
  11066. ;--set theItem to choose file -- uncomment to test in an AS editor
  11067.     tell application "Finder"
  11068.         open item "Dev.CD Jan 95
  11069. Dev.CD Oct 94"
  11070.         activate
  11071.     end tell
  11072. on error errMsg number errNum
  11073.     --enter statements to perform when no records are found such as...
  11074.     display dialog "Sorry, the item you selected could not be found."
  11075.     return
  11076. end try
  11077. All Packages
  11078. F    QuickTimeO
  11079. Dev.CD Jan 96 SSWP
  11080. Dev.CD Jan 96 SSV
  11081. 73144X
  11082. Jan 96
  11083. f--set theItem to choose file -- uncomment to test in an AS editor
  11084.     tell application "Finder"
  11085.         open item "Dev.CD Jan 96 SSW"
  11086.         activate
  11087.     end tell
  11088. on error errMsg number errNum
  11089.     --enter statements to perform when no records are found such as...
  11090.     display dialog "Sorry, the item you selected could not be found."
  11091.     return
  11092. end try
  11093. All Packages
  11094. F    QuickTimeO
  11095. Dev.CD Jan 96 SSWP
  11096. Dev.CD Jan 96 SSV
  11097. 73145X
  11098. Jan 96
  11099. 74191X
  11100. May 00^
  11101. --set theItem to choose file -- uncomment to test in an AS editor
  11102.     tell application "Finder"
  11103.         open item "Dev.CD May 00 TC:Tool Chest:Developer Utilities:PEF Viewer:"
  11104.         activate
  11105.     end tell
  11106. on error errMsg number errNum
  11107.     --enter statements to perform when no records are found such as...
  11108.     display dialog "Sorry, the item you selected could not be found."
  11109.     return
  11110. end try
  11111. e    No Changef
  11112. Containerq
  11113. Dev.CD May 00 TC
  11114. YD!All Packages
  11115. Tool Chest Edition
  11116. PeopleSoft/Apple White Paper
  11117. Summary:  Apple and PeopleSoft have launched a partnership that will deliver PeopleSoft applications that run on the Macintosh Operating System.  This document is a Technical White Paper that describes the partnership, the product and the direction PeopleSoft is heading.
  11118. Peoplesoft & Apple White PaperK
  11119. Dec 95L
  11120. Feb 97O&Dev.CD May 98 TC:Programs & Marketing:P(Dev.CD May 98 TC
  11121.  - Programs & MarketingV
  11122. 74192X
  11123. May 98^
  11124. #ible.  
  11125. 74141X
  11126. May 00^
  11127. --set theItem to choose file -- uncomment to test in an AS editor
  11128.     tell application "Finder"
  11129.         open item "Dev.CD May 00 TC:Tool Chest:Networking:Network Watch (DMZ) v1.5:"
  11130.         activate
  11131.     end tell
  11132. on error errMsg number errNum
  11133.     --enter statements to perform when no records are found such as...
  11134.     display dialog "Sorry, the item you selected could not be found."
  11135.     return
  11136. end try
  11137. e    No ChangefIOpen Transport
  11138. AppleTalk
  11139. rawmode
  11140. NBPLookup
  11141. OTLookup
  11142. Echo Protocolq
  11143. Dev.CD May 00 TC
  11144. All Packages
  11145. New Audio Features QT3
  11146. 74142X
  11147. PRINT HINTS: Safe Travel Through the Printing Jungle by Dave Polaschek.  Printing is often much more complex than it needs to be. By keeping it simple and staying on the well-trod path, you can protect yourself.
  11148. BE OUR GUEST:  Source Code Control for the Rest of Us by D. John Anderson and Alan B. Harper Source control doesn
  11149. t need to be complex, as the simple tools presented here wil
  11150. All Packages
  11151. System Enabler 065 (LC 575)O
  11152. Dev.CD Apr 94
  11153. Dev.CD Jan 94P
  11154. Dev.CD Apr 94
  11155. Dev.CD Jan 9V
  11156. 74706X
  11157. Apr 94
  11158. p--set theItem to choose file -- uncomment to test in an AS editor
  11159.     tell application "Finder"
  11160.         open item "Dev.CD Apr 94
  11161. Dev.CD Jan 94"
  11162.         activate
  11163.     end tell
  11164. on error errMsg number errNum
  11165.     --enter statements to perform when no records are found such as...
  11166.     display dialog "Sorry, the item you selected could not be found."
  11167.     return
  11168. end try
  11169. All Packages
  11170. System Enabler 065 (LC 575)O
  11171. Dev.CD Apr 94P
  11172. Dev.CD Apr 9V
  11173. 74707X
  11174. Apr 94
  11175. b--set theItem to choose file -- uncomment to test in an AS editor
  11176.     tell application "Finder"
  11177.         open item "Dev.CD Apr 94"
  11178.         activate
  11179.     end tell
  11180. on error errMsg number errNum
  11181.     --enter statements to perform when no records are found such as...
  11182.     display dialog "Sorry, the item you selected could not be found."
  11183.     return
  11184. end try
  11185. All Packages
  11186. 74708
  11187. J5Network Software Installer:
  11188. NSI 1.5.1 - Read Me FirstK
  11189. Aug 92L
  11190. Jul 95NZAppleTalk, EtherTalk, TokenTalk, Network, Ethernet, Token Ring, LaserWriter Bridge, A/ROSEOHDev.CD Apr 98 SDK1:Development Kits (Disc 1):Network Software Installer:PMDev.CD Apr 98 SDK1
  11191.  - Development Kits (Disc 1)
  11192.  - Network Software Installersplay dialog "Sorry, the item you selected could not be found."
  11193.     return
  11194. end try
  11195. Movedf&Finder AppleEvents FinderEvents eventsq
  11196. Dev.CD May 00 TC
  11197. D!All Packages
  11198. Tool Chest Edition
  11199. MoreIsBetter
  11200. A code sample and library which provides indispensable work-arounds and illustrations for Mac OS programming.
  11201. Wrapper functions for: Control Manager, Appearance Manager, Dialog Manager, Window Manager, Menu Manager, Navigation Services, Network Setup, and more.
  11202. Sample Code.imgK
  11203. Nov 98L
  11204. Dec 99M
  11205. Universal Headers 3.2NOhigh level, toolbox, hltb, MoreFiles, MoreIsBetter, glue, wrapper, library codeO
  11206. Dev.CD May 00 TC:Sample Code:nge
  11207. Balloony:
  11208. XO>Dev.CD May 00 TC:Tool Chest:Testing & Debugging:General tools:PFDev.CD May 00 TC
  11209.  - Tool Chest
  11210.  - Testing & Debugging
  11211.  - General toolsV
  11212. 73807X
  11213. May 00^
  11214. --set theItem to choose file -- uncomment to test in an AS editor
  11215.     tell application "Finder"
  11216.         open item "Dev.CD May 00 TC:Tool Chest:Testing & Debugging:General tools:"
  11217.         activate
  11218.     end tell
  11219. on error errMsg number errNum
  11220.     --enter statements to perform when no records are found such as...
  11221.     display dialog "Sorry, the item you selected could not be found."
  11222.     return
  11223. end try
  11224. e    No Changef
  11225. testing
  11226. debuggingq
  11227. Dev.CD May 00 TC
  11228. YD!All Packages
  11229. Tool Chest Edition
  11230. AutoGuest 3.0
  11231.     ller-related
  11232. installers
  11233. installingU
  11234. installment
  11235. installs
  11236. instance
  11237. instances
  11238. instant
  11239. instantly
  11240. insteado
  11241. instruction
  11242. instructionalu
  11243. instructionsZ
  11244. instrumentation
  11245. instrumented
  11246. internationals
  11247. interneth
  11248. internet
  11249. address
  11250. detectors
  11251. internet
  11252. shareware
  11253. interprocom
  11254. debugger
  11255. prefs
  11256. macsbug
  11257. preferences
  11258. folder
  11259. system
  11260. folder
  11261. intro
  11262. introappkitbook
  11263. introappkitbook
  11264. iotracer
  11265. iotracer
  11266. iotracer
  11267. analyzer
  11268. gatewayS
  11269. ischeckedout
  11270. iso9660
  11271. iso9660
  11272. iso9660
  11273. iso9660
  11274. issue
  11275. italy
  11276. italy
  11277. distributors/localiz
  11278. items
  11279. japan
  11280. japanesep
  11281. japanese
  11282. 3.0.1
  11283. japanese
  11284. resourcesp
  11285. survival
  11286. guide
  11287. helper
  11288. helper
  11289. helper
  11290. justify
  11291. mappings
  11292. r--set theItem to choose file -- uncomment to test in an AS editor
  11293.     tell application "Finder"
  11294.         open item "Dev.CD May 00 TC:Sample Code:"
  11295.         activate
  11296.     end tell
  11297. on error errMsg number errNum
  11298.     --enter statements to perform when no records are found such as...
  11299.     display dialog "Sorry, the item you selected could not be found."
  11300.     return
  11301. end try
  11302. y, the item you selected could not be found."
  11303.     return
  11304. end try
  11305. e    No Changeq
  11306. Dev.CD Jun 00 RL Disk 1
  11307. All Packages
  11308. develop Issue 24
  11309. 72669X
  11310. edia development.  They include facilities for Title Management for creating and managing ScriptX applications, Composition Facilities, Graphics, Timed Behavior facilities for handling time-based streams and sequences, Interaction facilities for creating user interface elements, Data Management facilities, and Language Support Facilities.
  11311. See the document "About ScriptX" for details.
  11312. Apr 96L
  11313. Jul 96es
  11314. memhell
  11315. memhell
  11316. 1.0a6
  11317. readme
  11318. rbon:
  11319. Carbon Dater
  11320. Carbon Overview
  11321. Carbon Specification
  11322. CarbonLib Porting Guide
  11323. Mac OS 9 Technote
  11324. Human Interface Toolbox:
  11325. Appearance Manager
  11326. Control Manager
  11327. Dialog Manager
  11328. Human Interface Guidelines
  11329. Icon Services and Utilities [New]
  11330. List Manager
  11331. Menu Manager
  11332. Window Manager
  11333. Files:
  11334. Alias Manager
  11335. Disk Initialization Manager
  11336. File Manager [New]
  11337. Finder Interface
  11338. Folder Manager
  11339. Navigation Services [Updated]
  11340. Resource Manager
  11341. Translation Manager
  11342. Help Systems:
  11343. Apple Guide
  11344. Apple Help [New]
  11345. Help 
  11346. Manager
  11347. Networking and Communications:
  11348. AppleShare
  11349. Communications Toolbox
  11350. Network Services Location (NSL) Manager [Updated]
  11351. Open Transport
  11352. URL Access Manager
  11353. Utilities:
  11354. Collection Manager
  11355. Control Panels
  11356. Control Strip Services
  11357. Location Manager
  11358. Mathematical and Logical Utilities
  11359. Power PC Numerics
  11360. Core Foundation:
  11361. Base Services
  11362. Bundle Services
  11363. Collection Services
  11364. Overview
  11365. Property List Services 
  11366. String Services 
  11367. Multimedia and Graphics:
  11368. Apple Game Sprockets
  11369. Carbon Printing Manager 
  11370. Color P
  11371. O)Dev.CD Apr 94
  11372. Dev.CD Jan 94
  11373. Dev.CD Dec 93P(Dev.CD Apr 94
  11374. Dev.CD Jan 94
  11375. Dev.CD Dec 9V
  11376. 74869X
  11377. Apr 94
  11378. ~--set theItem to choose file -- uncomment to test in an AS editor
  11379.     tell application "Finder"
  11380.         open item "Dev.CD Apr 94
  11381. Dev.CD Jan 94
  11382. Dev.CD Dec 93"
  11383.         activate
  11384.     end tell
  11385. on error errMsg number errNum
  11386.     --enter statements to perform when no records are found such as...
  11387.     display dialog "Sorry, the item you selected could not be found."
  11388.     return
  11389. end try
  11390. All Packages
  11391. System UpdateO
  11392. Dev.CD Apr 94
  11393. Dev.CD Jan 94P
  11394. Dev.CD Apr 94
  11395. Dev.CD Jan 9V
  11396. 74870X
  11397. Apr 94
  11398. p--set theItem to choose file -- uncomment to test in an AS editor
  11399.     tell application "Finder"
  11400.         open item "Dev.CD Apr 94
  11401. Dev.CD Jan 94"
  11402.         activate
  11403.     end tell
  11404. on error errMsg number errNum
  11405.     --enter statements to perform when no records are found such as...
  11406.     display dialog "Sorry, the item you selected could not be found."
  11407.     return
  11408. end try
  11409. MacOS more accessible.
  11410. Speech Recognition Manager: This QuickView database documents the speech recognition services for Macintosh computers.
  11411. Inside Macintosh: Telephony: This QuickView Database describes the Telephone Manager, the part of the Macintosh system software that you can use to develop applications and other software that provide telephony capabilities (that is, capabilities that allow you to manage telephones, and in particular to establish or control connections between teleD
  11412. phones on a telephone network). You can use the Telephone Manager to develop a wide range of applications, including screen-based telephone dialers, computer-based answering-machines, call forwarders, and so forth.
  11413. Jh Read Me First!
  11414. Adv Color Imaging on the Mac OS:
  11415. Apple Game Sprockets:
  11416. IM-Telephony:
  11417. Speech Recognition:K
  11418. Feb 97OZDev.CD Sep 97 RL:Technical Documentation:Toolbox Assistant:QuickView Databases-Standalone:W
  11419. import
  11420. important
  11421. important
  11422. information
  11423. imran's
  11424. imran's
  11425. imran's
  11426. release
  11427. notes
  11428. release
  11429. notes
  11430. includes
  11431. index
  11432. index
  11433. index
  11434. index
  11435. indexes
  11436. indexg
  11437. indexg
  11438. infox
  11439. infoid
  11440. infoid
  11441. putsprocket
  11442. release
  11443. notes
  11444. inputsprocket
  11445. installX
  11446. install
  11447. install
  11448. english
  11449. install
  11450. francais
  11451. install
  11452. install
  11453. install
  11454. install
  11455. install
  11456. install
  11457. install
  11458. install
  11459. install
  11460. install
  11461. install
  11462. install
  11463. install
  11464. (Okay, I've mentioned that already, but I couldn't decide what heading it under.)
  11465.     -Using lists in document windows.
  11466.  Resource Manager
  11467.     -Opening resource forks without loading all preloaded resources. This is particularly important when opening
  11468.      application resource forks that may contain preloaded 'CODE' resources.
  11469.  Dialog Manager
  11470.     -Non standard text styles in a dialog, including popup menus and editable text items.
  11471.     -Support a number of moveable modal dialogs in an 
  11472. application.
  11473. It also demonstrates:
  11474.   -How to properly support the standard event loop, including basic support for multiple monitors.
  11475.   -Use of the new accessor routines which are provided as the first step to being Copland-savvy.
  11476.   -How to safely check if a system feature is available in a native PowerPC application (Gestalt isn't always enough).
  11477.   -A stream 'class' that allows you to stream data elements into a memory block, and then retrieve the elements later. 
  11478.   -An example of using 
  11479. e    No Changef$Open Transport
  11480. STREAMS
  11481. module
  11482. driverq
  11483. Dev.CD May 00 TC
  11484. D!All Packages
  11485. Tool Chest Edition
  11486. SWAt 2.0b6
  11487. Summary:    SWAt is a tool that allows you to set several attributes of all Macintosh
  11488.  Finder
  11489.  related windows on a hard disk.  The attributes currently configurable with SWAt are: Home window position, window stagger, uniform window dimensions, scroll bar position, and folder labels.  This tool is designed to assist the CD producer in presenting a uniform look to all windows in the Finder.
  11490. Issues:   SWAt is beta software, and is completely unsupported.  Use at your own risk.
  11491. JBRead Me - SWAt 2.0b6
  11492. Read Me - SWAt 2.0b6.txt
  11493. SWAt User GuideK
  11494. May 94L
  11495. Nov 94N
  11496. CD, Finder Windows, HackO;Dev.CD May 00 TC:Tool Chest:Developer Utilities:SWAt 2.0b6:PCDev.CD May 00 TC
  11497.  - Tool Chest
  11498.  - Developer Utilities
  11499.  - SWAt 2.0b6V
  11500. 74556X
  11501. May 00^
  11502. standardfile
  11503. standardgetfolder
  11504. Movedf;QuickDraw GX raster ImageWriter Halftone Dither Sample Codeq
  11505. Dev.CD May 00 TC
  11506. All Packages
  11507. Japanese Language KitOTDev.CD May 97 TC
  11508. Dev.CD Nov 96 TC
  11509. Dev.CD Aug 96 TC
  11510. Dev.CD May 96 TC
  11511. Dev.CD Feb 96 TCPSDev.CD May 97 TC
  11512. Dev.CD Nov 96 TC
  11513. Dev.CD Aug 96 TC
  11514. Dev.CD May 96 TC
  11515. Dev.CD Feb 96 TV
  11516. 74027X
  11517. May 97
  11518. --set theItem to choose file -- uncomment to test in an AS editor
  11519.     tell application "Finder"
  11520.         open item "Dev.CD May 97 TC
  11521. Dev.CD Nov 96 TC
  11522. Dev.CD Aug 96 TC
  11523. Dev.CD May 96 TC
  11524. Dev.CD Feb 96 TC"
  11525.         activate
  11526.     end tell
  11527. on error errMsg number errNum
  11528.     --enter statements to perform when no records are found such as...
  11529.     display dialog "Sorry, the item you selected could not be found."
  11530.     return
  11531. end try
  11532. All Packages
  11533. Japanese Language KitO
  11534. Dev.CD Feb 95P
  11535. Dev.CD Feb 9V
  11536. 74028X
  11537. Feb 95
  11538.  the beginning of that function. PopUpFuncs works with CodeWarrior, MPW, THINK C/Symantec C++, SADE, BBEdit, and QUED/M, and parses C, C++, Pascal, 
  11539. virtual
  11540. external
  11541. toolbox
  11542. toolbox
  11543. assistant
  11544. quickview
  11545. toolkit
  11546. tools
  11547. translation
  11548. macintosh
  11549. translator
  11550. translator
  11551. transport
  11552. tsmte
  11553. tsmte
  11554. textedit
  11555. inline
  11556. input
  11557. japanese
  11558. internationalizatio
  11559. types
  11560. typography
  11561. unicode
  11562. universal
  11563. universal
  11564. serial
  11565. storage
  11566. class
  11567. driver
  11568. systems
  11569. workstation
  11570. solaris
  11571. hp-ux
  11572. update
  11573. updater
  11574. usageu
  11575. usedistanthdwrmem
  11576. uselocalhdwrmem
  11577. utilities
  11578. utility
  11579. utility
  11580. space
  11581. variable
  11582. variables
  11583. vector
  11584. 74025X
  11585. May 00^
  11586. --set theItem to choose file -- uncomment to test in an AS editor
  11587.     tell application "Finder"
  11588.         open item "Dev.CD May 00 TC:Tool Chest:Testing & Debugging:Virtual User tools:"
  11589.         activate
  11590.     end tell
  11591. on error errMsg number errNum
  11592.     --enter statements to perform when no records are found such as...
  11593.     display dialog "Sorry, the item you selected could not be found."
  11594.     return
  11595. end try
  11596. e    No Changef+Tool
  11597. Virtual User
  11598. External Tool
  11599. Dev.CD May 00 TC
  11600. D!All Packages
  11601. Tool Chest Edition
  11602. IW-Half-DitherI
  11603. Summary:  IW-Half-Dither is a new ImageWriter sample driver for QuickDraw GX that shows how to implement color plane separations as well as how to change the 'rdip' resource on the fly.J
  11604. Sample Code.imgK
  11605. Oct 96M3QuickDraw GX and an ImageWriter with a color ribbonN;QuickDraw GX raster ImageWriter Halftone Dither Sample CodeO
  11606. Dev.CD May 00 TC:Sample Code:P
  11607. Dev.CD May 00 TC
  11608.  - Sample CodeV
  11609. 74026X
  11610. May 00^
  11611. #ags and re
  11612. framework
  11613. screen
  11614. functione
  11615. function
  11616. index
  11617. function
  11618. keyse
  11619. functions
  11620. gamepad
  11621. games
  11622. games
  11623. sprockets
  11624. sprite
  11625. blitters
  11626. drawsprocket
  11627. moofwars
  11628. gaming
  11629. gamma
  11630. gatewayS
  11631. generator
  11632. gestalt
  11633. gestalt
  11634. manager
  11635. gestalt
  11636. selector
  11637. codes
  11638. getenetaddrdirect
  11639. getenetaddrdirect
  11640. getnextevent
  11641. getnextevent
  11642. waitnextevent
  11643. filter
  11644. helper
  11645. cardbus
  11646. ibook
  11647. imaging
  11648. index
  11649. plist
  11650. information
  11651. information
  11652. property
  11653. input
  11654. inputsprocket
  11655. interleaving
  11656. international
  11657. internationalizationy
  11658. internet
  11659. gatewayS
  11660. items
  11661. patch
  11662. keyboardU
  11663. keyboard
  11664. keyse
  11665. kibitz
  11666. language
  11667. --set theItem to choose file -- uncomment to test in an AS editor
  11668.     tell application "Finder"
  11669.         open item "Dev.CD May 00 TC:Tool Chest:Testing & Debugging:4PM 5.0:"
  11670.         activate
  11671.     end tell
  11672. on error errMsg number errNum
  11673.     --enter statements to perform when no records are found such as...
  11674.     display dialog "Sorry, the item you selected could not be found."
  11675.     return
  11676. end try
  11677. ops into macsbug with the message "Port not found in PortList." if you call ClosePort wit
  11678. h a pointer that was never passed to InitPort or OpenPort.
  11679. The init is really small, has little overhead, should not affect the performance of your machine. Please use it peridically for testing and debugging purposes. You'll make the Mac a nicer place to work.
  11680. General tools.imgK
  11681. Feb 94N!testing, debugging, multiple openO>Dev.CD May 00 TC:Tool Chest:Testing & Debugging:General tools:PFDev.CD May 00 TC
  11682.  - Tool Chest
  11683.  - Testing & Debugging
  11684.  - General tools
  11685. D!All Packages
  11686. Tool Chest Edition
  11687. CreateMovie
  11688. 6This demo program shows how to select create a movie from the results of using Java drawing capabilites and a sound file. It roughly translates the sample code in the QuickTime SDK - the Inside Macintosh:QuickTime examples of Chapter 2 (listings 2-5 through 2-12, starting at page 2-47 of the unbound edition).
  11689.     - JRE/JDK from Sun Microsystems, Inc. recommended
  11690. QuickTime, Java, MRJO
  11691. Dev.CD May 00 TC:Sample Code:P
  11692. Dev.CD May 00 TC
  11693.  - Sample CodeV
  11694. 73304X
  11695. May 00^
  11696. r--set theItem to choose file -- uncomment to test in an AS editor
  11697.     tell application "Finder"
  11698.         open item "Dev.CD May 00 TC:Sample Code:"
  11699.         activate
  11700.     end tell
  11701. on error errMsg number errNum
  11702.     --enter statements to perform when no records are found such as...
  11703.     display dialog "Sorry, the item you selected could not be found."
  11704.     return
  11705. end try
  11706. e    No Changef
  11707. QuickTime
  11708. Dev.CD May 00 TC
  11709. ev.CD May 00 TC
  11710. Nov 99M
  11711. PowerPlantNMcounter, windows, introduction, document, menu, modal dialog, printing, aboutO
  11712. Dev.CD May 00 TC:Sample Code:P
  11713. Dev.CD May 00 TC
  11714.  - Sample Code
  11715. presents a C shell you can use to build your own high-performance ACGIs.
  11716. Using Newton Internet Enabler to Create a Web Server by Ray Rischspater
  11717. The Newton Internet Enabler (NIE) lets loose a veritable flood of possible applications by bringing the industry-standard TCP/IP protocol stack to the Newton platform. This article shows you the details of using NIE by presenting a simple Web server.
  11718. THE OPENDOC ROAD: Making the Most of Memory in OpenDoc by Troy Gaul and Vincent Lo
  11719. How to make e
  11720. fficient use of memory in the OpenDoc environment isn
  11721. t always obvious, but there are basic guidelines to help
  11722. PRINT HINTS: Sending PostScript Files to a LaserWriter by Dave Polaschek
  11723. Lots of applications send PostScript files directly to LaserWriters, but many of them do it the wrong way. Here
  11724. s the right way.
  11725. ACCORDING TO SCRIPT: User Interactions in Apple Event
  11726. Driven Applications 
  11727. How and when to interact with the user in response to Apple Events can be tricky, but there
  11728. s a method t
  11729. O/Dev.CD Jun 00 RL Disk 2:Technical Publications:P1Dev.CD Jun 00 RL Disk 2
  11730.  - Technical PublicationsOS:Telephone Manager:PEDev.CD Jul 99 SDK1
  11731.  - Development Kits
  11732.  - Mac OS
  11733.  - Telephone ManagerMemory Management:"
  11734.         activate
  11735.     end tell
  11736. on error errMsg number errNum
  11737.     --enter statements to perform when no records are found such as...
  11738.     display dialog "Sorry, the item you selected could not be found."
  11739.     return
  11740. end try
  11741. e    No Changeq
  11742. Dev.CD May 00 TC
  11743. cD!All Packages
  11744. Tool Chest Edition
  11745. BouncingSpritesIyThis demo program shows how to construct a simple animation and apply compositing (graphics mode) effects to the sprites.J
  11746. Sample Code.imgK
  11747. Feb 00
  11748. - Common
  11749.     - Sun Compliant Java Runtime Environment 1.1
  11750.     - QuickTime 3 
  11751.     - QTJava.zip
  11752.     - QTJava media samples
  11753. - Mac OS:
  11754.     - System 8 or later
  11755.     - Macintosh Runtime for Java (MRJ) 2.1
  11756. - Windows 95, 98, or NT::
  11757.     - JRE/JDK from Sun Microsystems, Inc. recommended
  11758. :Sample Code:V
  11759. 68870X
  11760. 1e    No Change
  11761. imaging
  11762. inactive
  11763. index
  11764. indian
  11765. plist
  11766. information
  11767. information
  11768. property
  11769. inline
  11770. inline
  11771. input
  11772. input
  11773. input
  11774. device
  11775. inputsprocket
  11776. inside
  11777. inside
  11778. inside
  11779. macintosh
  11780. installer
  11781. instance
  11782. instance
  11783. variables
  11784. instrumentation
  11785. integrity
  11786. interactive
  11787. interactive
  11788. media
  11789. solutions
  11790. interface
  11791. interface
  11792. builder
  11793. interfaces
  11794. interleaving
  11795. international
  11796. internationalizationy
  11797. internet
  11798. internet
  11799. server
  11800. interrupt
  11801. interrupt
  11802. introduction
  11803. introduction
  11804. programming
  11805. investment
  11806. iostreams
  11807. gatewayS
  11808. sample
  11809. chinese
  11810. cyrillic
  11811. hebrew
  11812. language
  11813. manager
  11814. laserwriter
  11815. laserwriter
  11816. environment
  11817. eomodeler
  11818. error
  11819. essentials
  11820. european
  11821. european
  11822. distributors
  11823. localizers
  11824. evenbetterbuserror
  11825. evenbetterbuserror
  11826. eventm
  11827. expand
  11828. explained
  11829. explode
  11830. extractor
  11831. f/macos8
  11832. features
  11833. synchronization
  11834. system
  11835. manager
  11836. files
  11837. filters
  11838. content
  11839. extractor
  11840. finderdragpro
  11841. finderevents
  11842. finderevents
  11843. finderheaps
  11844. finderlaunch
  11845. findprinter
  11846. floatingpoint
  11847. editor
  11848. folder
  11849. folder
  11850. watching
  11851. fonts
  11852. fonts
  11853. 6.0.4
  11854. format
  11855. formatter
  11856. forms
  11857. fragment
  11858. fragment
  11859. framework
  11860. b--set theItem to choose file -- uncomment to test in an AS editor
  11861.     tell application "Finder"
  11862.         open item "Dev.CD Feb 95"
  11863.         activate
  11864.     end tell
  11865. on error errMsg number errNum
  11866.     --enter statements to perform when no records are found such as...
  11867.     display dialog "Sorry, the item you selected could not be found."
  11868.     return
  11869. end try
  11870.  a document.re on Finder heap usage. Moreover, FinderHeaps can also track a heap of your choice -- for instance, your application's own heap.
  11871. Features include System Heap logging, as well as sounds that flag groB
  11872. wing and shrinking System Heap sizes.
  11873. You can also take heap "snapshots" complete with timestamps, useful for tracking "before" and "after" comparisions, as well as those nasty bugs that seem to crash in the middle of the night.
  11874. Memory Management.imgK
  11875. Vol XIM)Runs only on post-7.0 System Macintoshes.OBDev.CD May 00 TC:Tool Chest:Testing & Debugging:Memory Management:nge
  11876. changedo
  11877. changefilename
  11878. changes[
  11879. changetextstylerec
  11880. changing
  11881. channel
  11882. channelsj
  11883. chapter
  11884. chapters
  11885. character
  11886. characteristics
  11887. characters
  11888. charge
  11889. charges
  11890. chars
  11891. cheap
  11892. check
  11893. checked
  11894. checked-in/checked-o
  11895. checkedoutfiles
  11896. checker
  11897. checkers
  11898. checkgestalt
  11899. checkinall
  11900. e Pippin-specific aspects of developing on Pippin.
  11901. pmforecolor
  11902. point
  11903. point-to-point
  11904. pointer
  11905. pointers
  11906. pointing
  11907. points
  11908. polaschek
  11909. polish
  11910. polyhedral
  11911. polymorphic
  11912. polymorphism
  11913. ords are found such as...
  11914.     display dialog "Sorry, the item you selected could not be found."
  11915.     return
  11916. end try
  11917. Movedq
  11918. Dev.CD May 00 TC
  11919. D!All Packages
  11920. Tool Chest Edition
  11921. cihuiI
  11922. Summary: Description Input methods for use with the Chinese Macintosh System 6.05 and above. Allows pinyin input in phrase instead of single character.J    cihui.imgK
  11923. Vol VIIM,Chinese OS 6.0.5 (Traditional or Simplified)O/Dev.CD May 00 TC:Tool Chest:Localization:cihui:P7Dev.CD May 00 TC
  11924.  - Tool Chest
  11925.  - Localization
  11926.  - cihuiV
  11927. 72612X
  11928. May 00^
  11929. #statements to perform when no records are found such as...
  11930.     display dialog "Sorry, the item you selected could not be found."
  11931.     return
  11932. end try
  11933. r--set theItem to choose file -- uncomment to test in an AS editor
  11934.     tell application "Finder"
  11935.         open item "Dev.CD May 00 TC:Sample Code:"
  11936.         activate
  11937.     end tell
  11938. on error errMsg number errNum
  11939.     --enter statements to perform when no records are found such as...
  11940.     display dialog "Sorry, the item you selected could not be found."
  11941.     return
  11942. end try
  11943. eturn
  11944. end try
  11945. e    No Changef5games sprockets sprite blitters DrawSprocket MoofWarsq
  11946. Dev.CD May 00 TC
  11947. D(All Packages
  11948. Reference Library Edition
  11949. More SSW Documentation
  11950.      end tell
  11951. on error errMsg number errNum
  11952.     --enter statements to perform when no records are found such as...
  11953.     display dialog "Sorry, the item you selected could not be found."
  11954.     return
  11955. end try
  11956. e    No Changef,debugging
  11957. performance
  11958. POWER
  11959. PowerPC
  11960. emulatorq
  11961. Dev.CD May 00 TC
  11962. _D!All Packages
  11963. Tool Chest Edition
  11964. PGPuam 
  11965. Aug 95OCDev.CD May 98 TC:Programs & Marketing:Market & Distribution Guides:nge
  11966. events
  11967. needs
  11968. events
  11969. get1resource
  11970. getadevtype
  11971. getdctlentry
  11972. getdraghilitecolor
  11973. getfinfo
  11974. getindstring
  11975. getinfo
  11976. changev
  11977. change
  11978. historyv
  11979. change
  11980. history
  11981. changefilename
  11982. changesb
  11983. chartoid
  11984. chartoid
  11985. check
  11986. check
  11987. autoguest
  11988. check
  11989. quicktime
  11990. checkedoutfiles
  11991. checkinall
  11992. checkwindowin
  11993. checkwindowout
  11994. chinese
  11995. chinese
  11996. simplified
  11997. 2-1.1.3
  11998. chinese
  11999. traditional
  12000. 1.1.3
  12001. choose
  12002. choosecolor
  12003. choosecolor
  12004. chooser
  12005. chooser
  12006. choosetkl
  12007. choosetkl
  12008. choosetkl
  12009. cihui
  12010. cihui
  12011. cincludes
  12012. claris
  12013. claris
  12014. translators
  12015. claris
  12016. files
  12017. claris
  12018. system
  12019. classic
  12020. clent
  12021. clent
  12022. richardson
  12023. message
  12024. editor
  12025. notes
  12026. All Packages
  12027. System 7 Tune-UpO
  12028. Dev.CD Sept 92
  12029. Dev.CD Aug 92P
  12030. Dev.CD Sept 92
  12031. Dev.CD Aug 9V
  12032. 74566X
  12033. Sept 9
  12034. q--set theItem to choose file -- uncomment to test in an AS editor
  12035.     tell application "Finder"
  12036.         open item "Dev.CD Sept 92
  12037. Dev.CD Aug 92"
  12038.         activate
  12039.     end tell
  12040. on error errMsg number errNum
  12041.     --enter statements to perform when no records are found such as...
  12042.     display dialog "Sorry, the item you selected could not be found."
  12043.     return
  12044. end try
  12045. All Packages
  12046. System 7 Tune-UpO
  12047. Dev.CD Sept 92
  12048. Dev.CD Aug 92P
  12049. Dev.CD Sept 92
  12050. Dev.CD Aug 9V
  12051. 74567X
  12052. Sept 9
  12053. q--set theItem to choose file -- uncomment to test in an AS editor
  12054.     tell application "Finder"
  12055.         open item "Dev.CD Sept 92
  12056. Dev.CD Aug 92"
  12057.         activate
  12058.     end tell
  12059. on error errMsg number errNum
  12060.     --enter statements to perform when no records are found such as...
  12061.     display dialog "Sorry, the item you selected could not be found."
  12062.     return
  12063. end try
  12064. codewarriorv
  12065. codewarrior
  12066. coercion]
  12067. collection
  12068. color[
  12069. color
  12070. locator
  12071. color
  12072. picker
  12073. colorscreen
  12074. colorscreen
  12075. colorsync
  12076. colorsync
  12077. installer
  12078. colorsync
  12079. export
  12080. colorsync
  12081. filter
  12082. colorsync
  12083. import
  12084. colorsync
  12085. plugins
  12086. readme
  12087. combowalker
  12088. common
  12089. commtoolbox
  12090. commtoolbox
  12091. commtoolbox
  12092. roadmap
  12093. communications
  12094. communications
  12095. comparedirtext
  12096. comparelastrevision
  12097. compbasedmediabroadc
  12098. compbasedmediabroadc
  12099. editor]
  12100. encodingsw
  12101. engineering
  12102. english
  12103. englishmiscellaneous^
  12104. englishmiscellaneous
  12105. englishmiscellaneous
  12106. rsrc^
  12107. englishterminology^
  12108. englishterminology
  12109. englishterminology
  12110. rsrc^
  12111. erratam
  12112. eventm
  12113. examples
  12114. extensione
  12115. extensions
  12116. filesi
  12117. finderevents
  12118. finderevents
  12119. firstp
  12120. --set theItem to choose file -- uncomment to test in an AS editor
  12121.     tell application "Finder"
  12122.         open item "Dev.CD Apr 94
  12123. Dev.CD Jan 94
  12124. Dev.CD Oct 93
  12125. Dev.CD Jul 93
  12126. Dev.CD Apr 93"
  12127.         activate
  12128.     end tell
  12129. on error errMsg number errNum
  12130.     --enter statements to perform when no records are found such as...
  12131.     display dialog "Sorry, the item you selected could not be found."
  12132.     return
  12133. end try
  12134. edgar
  12135. editX
  12136. edit-related
  12137. editable
  12138. edited
  12139. editing
  12140. editionj
  12141. editions
  12142. editorN
  12143. edittext
  12144. edittextcdev
  12145. educationalj
  12146. eenie
  12147. effect
  12148. kObjectiveCtoJava
  12149. Push Tech Survival Gd.pdf
  12150. QT3-More Than Dig. Video.pdf
  12151. Simplified Stream Audio.pdf
  12152. Web Animation Guide.pdf
  12153. WebObjects Database Part I.pdf
  12154. WebObjects Database Part II.pdf
  12155. WebObjects Memory Mgmt.pdf
  12156. WebObjects Tools and Techniques
  12157. WebObjectsCategories&Posers.pdf
  12158. WebObjectsPerformanceTuning
  12159. Working with WebObjects.pdf
  12160. Writing for Interactive Media
  12161. systematic
  12162. summary
  12163. gxifier
  12164. automatically
  12165. tables
  12166. existing
  12167. summary
  12168. hebrew
  12169. language
  12170. combination
  12171. system
  12172. summary
  12173. hypercard
  12174. player
  12175. software
  12176. enables
  12177. summary
  12178. japanese
  12179. language
  12180. combination
  12181. system
  12182. summary
  12183. macintosh
  12184. technical
  12185. designed
  12186. provide
  12187. summary
  12188. mactcp
  12189. token
  12190. extension
  12191. supports
  12192. summary
  12193. suite
  12194. provides
  12195. framework
  12196. tools
  12197. summary
  12198. navigable
  12199. movie
  12200. toolkit
  12201. hypercard
  12202. stack
  12203. summary
  12204. purpose
  12205. menuscripter
  12206. sample
  12207. MF&DeveloperDocumentation: Mac OS 8 and 9
  12208. You'll be able to access documentation for software technologies and programming interfaces supported by Mac OS 8 and 9 updates. Much of this information is also useful for programming in prior versions of the Mac OS.
  12209. Features:
  12210. ======================
  12211. What's New and Updated
  12212. ======================
  12213. Carbon Menu Manager API [NEW]
  12214. -----------------------
  12215. This preliminary document describes the changes to the Menu Manager introduced in CarbonLib1.0 with Mac OS 9.0. Topics discussed include chcussed include ch
  12216. 73924X
  12217. n an AS editor
  12218.     tell application "Finder"
  12219.         open item "Dev.CD Jul 95"
  12220.         activate
  12221.     end tell
  12222. on error errMsg number errNum
  12223.     --enter statements to perform when no records are found such as...
  12224.     display dialog "Sorry, the item you selected could not be found."
  12225.     return
  12226. end try
  12227. D!All Packages
  12228. Tool Chest Edition
  12229. 7Edit
  12230.     vigate
  12231. All Packages
  12232. Japanese Language KitOEDev.CD May 94
  12233. Dev.CD Feb 94
  12234. Dev.CD Oct 93
  12235. Dev.CD Jun 93
  12236. Dev.CD May 93PDDev.CD May 94
  12237. Dev.CD Feb 94
  12238. Dev.CD Oct 93
  12239. Dev.CD Jun 93
  12240. Dev.CD May 9V
  12241. 74029X
  12242. May 94
  12243. --set theItem to choose file -- uncomment to test in an AS editor
  12244.     tell application "Finder"
  12245.         open item "Dev.CD May 94
  12246. Dev.CD Feb 94
  12247. Dev.CD Oct 93
  12248. Dev.CD Jun 93
  12249. Dev.CD May 93"
  12250.         activate
  12251.     end tell
  12252. on error errMsg number errNum
  12253.     --enter statements to perform when no records are found such as...
  12254.     display dialog "Sorry, the item you selected could not be found."
  12255.     return
  12256. end try
  12257. D!All Packages
  12258. Tool Chest Edition
  12259. Japanese Language Kit v1.2
  12260.      functionality equivalent to selecting a document/file/application and choosing the open command in the Finder's file menu. 
  12261. allows application to tell the finder to open and display the contents of folders, launch applications, and open documents.
  12262. Sample Code.imgK
  12263. Nov 99nge
  12264. e    No Change
  12265. QuickTime, Java, MRJO
  12266. Dev.CD May 00 TC:Sample Code:P
  12267. Dev.CD May 00 TC
  12268.  - Sample CodeV
  12269. 74911X
  12270. May 00^
  12271. r--set theItem to choose file -- uncomment to test in an AS editor
  12272.     tell application "Finder"
  12273.         open item "Dev.CD May 00 TC:Sample Code:"
  12274.         activate
  12275.     end tell
  12276. on error errMsg number errNum
  12277.     --enter statements to perform when no records are found such as...
  12278.     display dialog "Sorry, the item you selected could not be found."
  12279.     return
  12280. end try
  12281. e    No Changef
  12282. QuickTime
  12283. Dev.CD May 00 TC
  12284. )D!All Packages
  12285. Tool Chest Edition
  12286. TypeServicesForUnicode
  12287. quicktake
  12288. quicktake
  12289. digital
  12290. camera
  12291. quicktake
  12292. windows
  12293. quicktime
  12294. o the madness.
  12295. MACINTOSH Q & A
  12296. Apple
  12297. s Developer Support Center answers queries about Macintosh product development.
  12298. THE VETERAN NEOPHYTE: Digital Karma by Joe Williams
  12299. An attempt to make an online society self-moderating raises some interesting questions and leads to some unexpected twists. Will people find ways to abuse digital karma? Yep.
  12300. NEWTON Q & A: ASK THE LLAMA
  12301. Answers to Newton-related development questions. Send in your own questions for a chance at a T-shirt.
  12302. KON & BAL
  12303. S PUZF
  12304. ZLE PAGE: AppendDITL Apoplexy by Martin-Gilles Lavoie & Bo3b Johnson
  12305. Two guest puzzlers take on a problem that, while innocuous on the surface, proves to be deep and dastardly. It involves dialog boxes. Need we say more?
  12306. JBdevelop Issue 29
  12307. develop Issue 29 code
  12308. develop Issue 29 referencesK
  12309. Mar 97OIDev.CD Jun 00 RL Disk 1:Technical Documentation:Develop:develop Issue 29:PQDev.CD Jun 00 RL Disk 1
  12310.  - Technical Documentation
  12311.  - Develop
  12312.  - develop Issue 29K 1.01:
  12313.     Eyo have to redistribute the Contextual Menu and Text Encoding Converter because Apple Data Detectors is dependent on them.
  12314. J?Apple Data Detectors SDK
  12315. Internet Address Detectors 101
  12316. Read MeK
  12317. Feb 98M
  12318. PowerPC processor requiredN4detector, contextual menu, Apple Data Detectors, ADDODDev.CD Jul 00 SDK1:Development Kits:Mac OS:Apple Data Detectors SDK:PLDev.CD Jul 00 SDK1
  12319.  - Development Kits
  12320.  - Mac OS
  12321.  - Apple Data Detectors SDK7j
  12322. 17000
  12323. 1992-1995
  12324. 1995j
  12325. accelerated
  12326. power
  12327. macintosh
  12328. artwork
  12329. program
  12330. 1996R
  12331. 1999j
  12332. 2-335
  12333. 2-341
  12334. 2-364
  12335. 2-byte
  12336. 2-way
  12337. All Packages
  12338. System Enabler 065 (LC 575)O
  12339. Dev.CD Apr 94
  12340. Dev.CD Jan 94P
  12341. Dev.CD Apr 94
  12342. Dev.CD Jan 9V
  12343. 74726X
  12344. Apr 94
  12345. p--set theItem to choose file -- uncomment to test in an AS editor
  12346.     tell application "Finder"
  12347.         open item "Dev.CD Apr 94
  12348. Dev.CD Jan 94"
  12349.         activate
  12350.     end tell
  12351. on error errMsg number errNum
  12352.     --enter statements to perform when no records are found such as...
  12353.     display dialog "Sorry, the item you selected could not be found."
  12354.     return
  12355. end try
  12356. All Packages
  12357. System Enabler 065 (LC 575)O
  12358. Dev.CD Apr 94
  12359. Dev.CD Jan 94P
  12360. Dev.CD Apr 94
  12361. Dev.CD Jan 9V
  12362. 74727X
  12363. Apr 94
  12364. keeping
  12365. keith
  12366. keith's
  12367. kernel
  12368. kleiman
  12369. knife
  12370. quicktime
  12371. quicktime
  12372. quicktime
  12373. conferencing
  12374. quicktime
  12375. quicktime
  12376. quicktime
  12377. compress
  12378. decompress
  12379. quicktime
  12380. quickview
  12381. ethernet
  12382. block
  12383. device
  12384. driver
  12385. raster
  12386. ratesA
  12387. rawip
  12388. rawmode
  12389. reader
  12390. reality
  12391. receives
  12392. recognition
  12393. reconfiguration
  12394. record
  12395. recordable
  12396. redbook
  12397. region
  12398. registration
  12399. registry
  12400. release
  12401. rename
  12402. renderer
  12403. rendering
  12404. rendering
  12405. unicode
  12406. replace
  12407. reports
  12408. resedit
  12409. resedit
  12410. 2.1.1
  12411. disassembly
  12412. disassembler
  12413. viewer
  12414. edito
  12415. resolution
  12416. resource
  12417. resource
  12418. management
  12419. resources
  12420. 74030X
  12421. May 00^
  12422. --set theItem to choose file -- uncomment to test in an AS editor
  12423.     tell application "Finder"
  12424.         open item "Dev.CD May 00 TC:Language Kits:Japanese Language Kit 1.2:"
  12425.         activate
  12426.     end tell
  12427. on error errMsg number errNum
  12428.     --enter statements to perform when no records are found such as...
  12429.     display dialog "Sorry, the item you selected could not be found."
  12430.     return
  12431. end try
  12432. e    No Changeq
  12433. Dev.CD May 00 TC
  12434. D!All Packages
  12435. Tool Chest Edition
  12436. hows the usage of the QTImageDrawer to allow QuickTime to draw the results of painting into a Java offscreen Image and its associated Java Graphics.J
  12437. Sample Code.imgK
  12438. Feb 00
  12439. - Common
  12440.     - Sun Compliant Java Runtime Environment 1.1
  12441.     - QuickTime 3 
  12442.     - QTJava.zip
  12443.     - QTJava media samples
  12444. - Mac OS:
  12445.     - System 8 or later
  12446.     - Macintosh Runtime for Java (MRJ) 2.1
  12447. - Windows 95, 98, or NT::
  12448.     - JRE/JDK from Sun Microsystems, Inc. recommended
  12449. QuickTime, Java, MRJckTime, Java, MRJ a document.
  12450. issue
  12451. highlights
  12452. issue
  12453. highlights
  12454. issue
  12455. highlights
  12456. issue
  12457. highlights
  12458. issue
  12459. highlights
  12460. issue
  12461. summary
  12462. issue
  12463. highlights
  12464. issue
  12465. highlights
  12466. issue
  12467. highlights
  12468. issue
  12469. highlights
  12470. issue
  12471. highlights
  12472. issue
  12473. highlights
  12474. issue
  12475. highlights
  12476. 00 TC
  12477.  - Tool Chest
  12478.  - QuickDraw
  12479.  - Scrap Color 1.0 to perform when no records are found such as...
  12480.     display dialog "Sorry, the item you selected could not be found."
  12481.     return
  12482. end try
  12483. All Packages
  12484. Performa 7.1P5O
  12485. Dev.CD Jan 94
  12486. Dev.CD Dec 93P
  12487. Dev.CD Jan 94
  12488. Dev.CD Dec 9V
  12489. 70484X
  12490. Jan 94
  12491. csmp-digest-v3-110
  12492. csmp-digest-v3-111
  12493. csmp-digest-v3-112
  12494. csmp-digest-v3-113
  12495. csmp-digest-v3-114
  12496. csmp-digest-v3-115
  12497. csmp-digest-v3-116
  12498. csmp-digest-v3-117
  12499. csmp-digest-v3-118
  12500. csmp-digest-v3-119
  12501. csmp-digest-v3-120
  12502. csmp-digest-v3-121
  12503. csmp-digest-v3-122
  12504. csmp-digest-v3-123
  12505. csmp-digest-v3-125
  12506. csmp-digest-v3-126
  12507. csmp-digest-v3-127
  12508. csmp-digest-v3-128
  12509. csmp-digest-v
  12510. O7Dev.CD Jun 00 RL Disk 1:Utilities:Acrobat Reader 4.0.1:P<Dev.CD Jun 00 RL Disk 1
  12511.  - Utilities
  12512.  - Acrobat Reader 4.0.1
  12513. dcmda
  12514. debabelizer
  12515. debabelizer
  12516. debug
  12517. debugger
  12518. debugging
  12519. debugging
  12520. modern
  12521. memory
  12522. manager
  12523. debugging
  12524. sound
  12525. manager
  12526. declaration
  12527. declaration
  12528. defproc
  12529. defprocs
  12530. essentials
  12531. eventm
  12532. format
  12533. formatter
  12534. french
  12535. germany
  12536. glossariess
  12537. grayscaleo
  12538. guidep
  12539. handbookf
  12540. handwriting
  12541. helpq
  12542. imaging[
  12543. internationals
  12544. language
  12545. libraryv
  12546. locationt
  12547. locator
  12548. macro
  12549. magician
  12550. managert
  12551. market
  12552. media
  12553. monitorr
  12554. newsi
  12555. notesS
  12556. onescannerg
  12557. opp's
  12558. palette
  12559. parserV
  12560. photoshop
  12561. plugins
  12562. e    No Changeq
  12563. Dev.CD May 00 TC
  12564. D!All Packages
  12565. Tool Chest Edition
  12566.  XFCN allows the HyperTalk scripter to display Help Balloons in a stack.  A demonstration stack, source code, and complete documentation is provided.
  12567.   A simple way to display Help Balloons for objects on a card.  Great way to aid your stack user.  Balloon location and content is controlled by XFCN parameters.  Various options allow you to alter the balloon shape and its hotrect.
  12568. Features:  This is version 1.4.  The developer CD has 1.2d1.  New features include supporting baB?lloon text in a STR# resource and a fix to stop "Write to NIL".
  12569. JEbuildXCMD
  12570. Help XFCN RN 1.4
  12571. helpLab
  12572. makefileHelp
  12573. makeout
  12574. object
  12575. sourceK
  12576. Vol VIIL
  12577. Aug 93M
  12578. HyperCard 2.1, System 7N
  12579. HyperCard, Help, BalloonsO[Dev.CD May 00 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:Help XFCN 1.4:PiDev.CD May 00 TC
  12580.  - Tool Chest
  12581.  - Development Kits
  12582.  - HyperCard Related
  12583.  - XCMDs & XFCNs
  12584.  - Help XFCN 1.4V
  12585. 73990X
  12586. 1FCN 1.4V
  12587. 73990X
  12588. 1e    No Change
  12589. D!All Packages
  12590. Tool Chest Edition
  12591. Hebrew Language Kit v1.0.1
  12592. ;Summary: The Hebrew Language Kit is a combination of system and language resources that enables you to create, display, and edit documents in Hebrew on the Macintosh
  12593.  and other computers using the Mac
  12594.  OS.   See the document "Hebrew Read Me First" or "Lisez-moi (H
  12595. breu)" for details and installation instructions. 
  12596. JUCopy to your HD to install
  12597. Install 1, English
  12598. Install 1, Fran
  12599. Install 2
  12600. Install 3K
  12601. May 96L
  12602. Aug 96O9Dev.CD May 00 TC:Language Kits:Hebrew Language Kit 1.0.1:P>Dev.CD May 00 TC
  12603.  - Language Kits
  12604.  - Hebrew Language Kit 1.0.1V
  12605. 73989X
  12606. May 00^
  12607. #k screen) is possible with the above configuration.
  12608. JDBugDetails
  12609. Buildscript
  12610. Extension.a
  12611. Extension.r
  12612. OpenFWBridgeFixJuly97K
  12613. Feb 98M)Any PCI card containing a PCI-PCI bridge.N`Tanzania, Zanzibar, StarMax, 4400, Hang, Boot, Open Firmware, PCI, Bridge, PCI-PCI Bridge, RiserO:Dev.CD May 00 TC:Tool Chest:Hardware:OpenFWBridgeFixJul97:by Brigham S
  12614. --set theItem to choose file -- uncomment to test in an AS editor
  12615.     tell application "Finder"
  12616.         open item "Dev.CD May 97 TC
  12617. Dev.CD Nov 96 TC
  12618. Dev.CD Aug 96 TC"
  12619.         activate
  12620.     end tell
  12621. on error errMsg number errNum
  12622.     --enter statements to perform when no records are found such as...
  12623.     display dialog "Sorry, the item you selected could not be found."
  12624.     return
  12625. end try
  12626. The bug behavior was that when any card with a PCI bridge chip was installed it would be wrong
  12627. ly associated with the 3/5-slot Riser Card.  Code intended for the Riser Card would run on the card-with-bridge-chip's address, causing a hang.
  12628. So the patch, as well as later versions of OF, make "byte-load-file" always do full exact matches--any genericness is supported by tagging such OF drivers with a vendor ID of -1.
  12629. If you wish to experiment with OF, hold down cmd-opt-O-F on boot with a 38400/8/N/1 terminal at the Modem port.  To see OF NVRAM variables, type "printenv" at the OF pro
  12630. all-new
  12631. allocate
  12632. allocate/deallocate
  12633. allocate/deallocate
  12634. allocated
  12635. ile -- uncomment to test in an AS editor
  12636.     tell application "Finder"
  12637.         open item "Dev.CD Jul 93
  12638. Dev.CD Apr 93"
  12639.         activate
  12640.     end tell
  12641. on error errMsg number errNum
  12642.     --enter statements to perform when no records are found such as...
  12643.     display dialog "Sorry, the item you selected could not be found."
  12644.     return
  12645. end try
  12646. All Packages
  12647. F    QuickTimeO
  12648. Dev.CD Jul 93P
  12649. Dev.CD Jul 9V
  12650. 73191X
  12651. Jul 93
  12652. b--set theItem to choose file -- uncomment to test in an AS editor
  12653.     tell application "Finder"
  12654.         open item "Dev.CD Jul 93"
  12655.         activate
  12656.     end tell
  12657. on error errMsg number errNum
  12658.     --enter statements to perform when no records are found such as...
  12659.     display dialog "Sorry, the item you selected could not be found."
  12660.     return
  12661. end try
  12662. All Packages
  12663. F    QuickTimeO
  12664. Dev.CD Jul 93
  12665. Dev.CD Apr 93V
  12666. 73192X
  12667. ay 98^
  12668. All Packages
  12669. System Enabler 111 (PB 160/180)O
  12670. Dev.CD Apr 93P
  12671. Dev.CD Apr 9V
  12672. 74769X
  12673. Apr 93
  12674. b--set theItem to choose file -- uncomment to test in an AS editor
  12675.     tell application "Finder"
  12676.         open item "Dev.CD Apr 93"
  12677.         activate
  12678.     end tell
  12679. on error errMsg number errNum
  12680.     --enter statements to perform when no records are found such as...
  12681.     display dialog "Sorry, the item you selected could not be found."
  12682.     return
  12683. end try
  12684. All Packages
  12685. System Enabler 111 (PB 160/180)O
  12686. Dev.CD Apr 93P
  12687. Dev.CD Apr 9V
  12688. 74770X
  12689. Apr 93
  12690. b--set theItem to choose file -- uncomment to test in an AS editor
  12691.     tell application "Finder"
  12692.         open item "Dev.CD Apr 93"
  12693.         activate
  12694.     end tell
  12695. on error errMsg number errNum
  12696.     --enter statements to perform when no records are found such as...
  12697.     display dialog "Sorry, the item you selected could not be found."
  12698.     return
  12699. end try
  12700. All Packages
  12701. 74771X
  12702. accomplishing
  12703. according
  12704. account/password
  12705. accumulate
  12706. accuracys
  12707. accurate
  12708. accurately
  12709. accurately
  12710. print
  12711. image
  12712. scanned
  12713. accurately
  12714. print
  12715. image
  12716. viewed
  12717. monitor
  12718. acgis
  12719. achieve
  12720. achieved
  12721. achieves
  12722. acrobatZ
  12723. acrossZ
  12724. actionh
  12725. actionsh
  12726. activate
  12727. activeo
  12728. power
  12729. macintosh
  12730. artwork
  12731. powerbook
  12732. powerbook
  12733. addendum
  12734. powerbook
  12735. powerbook
  12736. 2400c
  12737. powerbook
  12738. powerbook
  12739. powerbook
  12740. 2300c
  12741. powerbook
  12742. processor
  12743. powerbookg3series
  12744. powerbookg3series
  12745. powerpc
  12746. issuesT
  12747. issues
  12748. compiles
  12749. issues
  12750. utility
  12751. compatible
  12752. system
  12753. simple
  12754. sample
  12755. which
  12756. demonstrates
  12757. itemT
  12758. itemsy
  12759. itonx
  12760. itself
  12761. james
  12762. jamie
  12763. januaryj
  12764. japanj
  12765. japanesej
  12766. jasik's
  12767. johnson
  12768. --set theItem to choose file -- uncomment to test in an AS editor
  12769.     tell application "Finder"
  12770.         open item "Dev.CD Apr 94
  12771. Dev.CD Jan 94
  12772. Dev.CD Oct 93
  12773. Dev.CD Jul 93
  12774. Dev.CD Apr 93"
  12775.         activate
  12776.     end tell
  12777. on error errMsg number errNum
  12778.     --enter statements to perform when no records are found such as...
  12779.     display dialog "Sorry, the item you selected could not be found."
  12780.     return
  12781. end try
  12782. uickTimeO
  12783. Dev.CD Jan 94
  12784. Dev.CD Oct 93P
  12785. Dev.CD Jan 94
  12786. Dev.CD Oct 9V
  12787. 71917X
  12788. Jan 94
  12789. p--set theItem to choose file -- uncomment to test in an AS editor
  12790.     tell application "Finder"
  12791.         open item "Dev.CD Jan 94
  12792. Dev.CD Oct 93"
  12793.         activate
  12794.     end tell
  12795. on error errMsg number errNum
  12796.     --enter statements to perform when no records are found such as...
  12797.     display dialog "Sorry, the item you selected could not be found."
  12798.     return
  12799. end try
  12800. All Packages
  12801. F    QuickTimeO
  12802. Dev.CD Jan 94P
  12803. Dev.CD Jan 9V
  12804. 71918X
  12805. Jan 94
  12806. gly, which can greatly improve printing speed. Here
  12807. s what you need to know to take advantage of this ability.
  12808. The New Device Drivers: Memory Matters by Martin Minow. Using PrepareMemoryForIO to set up memory for data transfers to or from other devices is a complex 
  12809.  but very important 
  12810.  process. This walkthrough points out traps and pitfalls along the way.
  12811. JBdevelop Issue 24
  12812. develop Issue 24 code
  12813. develop Issue 24 referencesK
  12814. Dec 95L
  12815. Dec 95OIDev.CD Jun 00 RL Disk 1:Technical Documentation:Develop:develop Issue 24:PQDev.CD Jun 00 RL Disk 1
  12816.  - Technical Documentation
  12817.  - Develop
  12818.  - develop Issue 24
  12819. viiiw
  12820. 73959X
  12821. May 00^
  12822. --set theItem to choose file -- uncomment to test in an AS editor
  12823.     tell application "Finder"
  12824.         open item "Dev.CD May 00 TC:Tool Chest:Developer Utilities:File Synchronization 1.1:"
  12825.         activate
  12826.     end tell
  12827. on error errMsg number errNum
  12828.     --enter statements to perform when no records are found such as...
  12829.     display dialog "Sorry, the item you selected could not be found."
  12830.     return
  12831. end try
  12832. e    No ChangefKfile
  12833. synchronization
  12834. backup
  12835. assistant
  12836. folder
  12837. duplication
  12838. control panelq
  12839. Dev.CD May 00 TC
  12840. qD!All Packages
  12841. Mac OS SDK Edition
  12842. File System Manager
  12843.     lved in developing PCI card driver software for the Macintosh. This DDK contains documentation, header files, stub libraries, and sample code which illustrate the requirements for drivers to be PCI power management compliant.
  12844. Mac OS USB DDKK
  12845. Apr 00K1:What's New:Development Kits:Hardware:V
  12846. 72971X
  12847. 1e    No Change
  12848. os-compatible
  12849. os-only
  12850. osaactiveproc
  12851. osaka
  12852. osasendproc
  12853. osborne
  12854. oserr
  12855. osl-compliant
  12856. Wto display an image with is tricky. This article explains how the Picture Utilities methods work and gives you tips on developing your own methods.
  12857. Print Hin
  12858. CreatePictFileIeThis demo program shows how to create a PICT and PICT file from drawing operations into a QDGraphics J
  12859. Sample Code.imgK
  12860. Feb 00
  12861. - Common
  12862.     - Sun Compliant Java Runtime Environment 1.1
  12863.     - QuickTime 3 
  12864.     - QTJava.zip
  12865.     - QTJava media samples
  12866. - Mac OS:
  12867.     - System 8 or later
  12868.     - Macintosh Runtime for Java (MRJ) 2.1
  12869. - Windows 95, 98, or NT::
  12870.     - JRE/JDK from Sun Microsystems, Inc. recommended
  12871. QuickTime, Java, MRJO
  12872. Dev.CD May 00 TC:Sample Code:P
  12873. Dev.CD May 00 TC
  12874.  - Sample CodeV
  12875. 73874X
  12876. testgestalt
  12877. testingx
  12878. testnbp
  12879. tests
  12880.     Dfications for some number of developers by exposing scripting support in terms they already understand.
  12881. J<Project
  12882. ScriptableStuffItEngine
  12883. ScriptableStuffItEngine.htmlK
  12884. Feb 99M
  12885. Universal Headers 3.2, System 7N0AppleScript, StuffIt, Engine, scriptable, scriptOSDev.CD May 00 TC:Tool Chest:Interapplication Communication:ScriptableStuffItEngine:P[Dev.CD May 00 TC
  12886.  - Tool Chest
  12887.  - Interapplication Communication
  12888.  - ScriptableStuffItEngine
  12889. activate
  12890.     end tell
  12891. on error errMsg number errNum
  12892.     --enter statements to perform when no records are found such as...
  12893.     display dialog "Sorry, the item you selected could not be found."
  12894.     return
  12895. end try
  12896. Movedq
  12897. Dev.CD May 00 TC
  12898. XD!All Packages
  12899. Tool Chest Edition
  12900. PEF Viewer
  12901. doccreator
  12902. doccreator
  12903. docsr
  12904. files
  12905. doctor
  12906. doctypes
  12907. doctypes
  12908. documenation
  12909. documenation
  12910. document
  12911. document
  12912. converter
  12913. documentation
  12914. documentationandsamp
  12915. documents
  12916. doevent
  12917. doevent
  12918. domenu
  12919. domenu
  12920. develop Issue 27 referencesK
  12921. Sep 96L
  12922. Nov 96OIDev.CD Jun 00 RL Disk 1:Technical Documentation:Develop:develop Issue 27:PQDev.CD Jun 00 RL Disk 1
  12923.  - Technical Documentation
  12924.  - Develop
  12925.  - develop Issue 27 control panel (cdev) in one file, to achieve maximum functionality while minimising the number of items in the System Folder.
  12926. long-awaited
  12927. long-term
  12928. longerp
  12929. longitude
  12930.     tell application "Finder"
  12931.         open item "Dev.CD Sep 97 RL:Technical Documentation:Toolbox Assistant:
  12932. MPTA Goodies:QuickView
  12933.  Developer Edition:"
  12934.         activate
  12935.     end tell
  12936. on error errMsg number errNum
  12937.     --enter statements to perform when no records are found such as...
  12938.     display dialog "Sorry, the item you selected could not be found."
  12939.     return
  12940. end try
  12941. e    No Changef TOOLBOX ASSISTANT
  12942. QUICKVIEWq
  12943. Dev.CD Sep 97 RL
  12944. tD!All Packages
  12945. Tool Chest Edition
  12946. Qwertytunes 0.6
  12947. /Summary: This small application lets you control send MIDI information into the MIDI Manager using the alphabetic keyboard. This can control sequencers, or MIDI devices directly.
  12948. Features: Can define the pitch and velocity for each of the 40 keys below and including the number keys, 1 through 9 and 0.
  12949. 1e    No Change
  12950. for ATM MiddleWare.
  12951. Sample Code.imgK
  12952. Sep 99M"PowerBook 2400, 3400, or G3 seriesNVPC Card, Network Driver, Open Transport Module, Token Ring, ATM, Enabler, Port ScannerO
  12953. Dev.CD May 00 TC:Sample Code:P
  12954. Dev.CD May 00 TC
  12955.  - Sample Codember errNum
  12956.     --enter statements to perform when no records are found such as...
  12957.     display dialog "Sorry, the item you selected could not be found."
  12958.     return
  12959. end try
  12960. alled xResult.
  12961. callHyper
  12962. CallHyper NotesK
  12963. Vol VIIIM;4D, HyperCard XCMDs, This package is System 7.0 compatible.O[Dev.CD May 00 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:CallHyper 1.0:PiDev.CD May 00 TC
  12964.  - Tool Chest
  12965.  - Development Kits
  12966.  - HyperCard Related
  12967.  - XCMDs & XFCNs
  12968.  - CallHyper 1.0
  12969. 74523X
  12970. May 00^
  12971. r--set theItem to choose file -- uncomment to test in an AS editor
  12972.     tell application "Finder"
  12973.         open item "Dev.CD May 00 TC:Sample Code:"
  12974.         activate
  12975.     end tell
  12976. on error errMsg number errNum
  12977.     --enter statements to perform when no records are found such as...
  12978.     display dialog "Sorry, the item you selected could not be found."
  12979.     return
  12980. end try
  12981. e    No Changeq
  12982. Dev.CD May 00 TC
  12983. D!All Packages
  12984. Tool Chest Edition
  12985. Snippets - Memory
  12986. (** = new, * = revised)
  12987. Cache Flushing:  Cache.c contains code to correctly flush instruction and data caches on all Macintosh CPUs, including the Quadras.
  12988. SimpleInit:  This snippet demonstrates the writing of a simple init which attempts to allocate a 1 megabyte and then a 2 megabyte handle in the System heap.
  12989. Switch Stack:  This is a simple example of showing how to correctly switch to a private stack for interrupt-time code that requires more than a few dozen bytes of stack space. ThW
  12990. quicktime
  12991. e    No Changef
  12992. GX Fonts
  12993. GX Typographyq
  12994. Dev.CD May 00 TC
  12995. D!All Packages
  12996. Tool Chest Edition
  12997. GXOverrideTool
  12998. Summary:  GXOverrideTool is a message override tool source file for QuickDraw GX.  Creates .r (for override resource) and .a files (for jump table) for developers who program drivers and extensions. Note that the tool does little sanity checking so beware. Examples of the dash options and command lines understood by the tool when parsing the source file are available in the DocumentationAndSample file. 
  12999. Issues:  Blank lines that are full of space characters confuses the tool
  13000. J%DocumentationAndSample
  13001. GXOverrideToolK
  13002. Feb 96M
  13003. MPW, QuickDraw GXN5override QuickDraw GX tool jump table 'over' resourceO8Dev.CD May 00 TC:Tool Chest:QuickDraw GX:GXOverrideTool:P@Dev.CD May 00 TC
  13004.  - Tool Chest
  13005.  - QuickDraw GX
  13006.  - GXOverrideToolV
  13007. 73982X
  13008. May 00^
  13009. #May 00 TC
  13010. All Packages
  13011. DeBabelizer 3.0
  13012. 71409X
  13013. s is to add the Icon family to the document and set bit 10 of th
  13014. 74161X
  13015. May 00^
  13016. r--set theItem to choose file -- uncomment to test in an AS editor
  13017.     tell application "Finder"
  13018.         open item "Dev.CD May 00 TC:Sample Code:"
  13019.         activate
  13020.     end tell
  13021. on error errMsg number errNum
  13022.     --enter statements to perform when no records are found such as...
  13023.     display dialog "Sorry, the item you selected could not be found."
  13024.     return
  13025. end try
  13026. e    No Changef-OpenGL
  13027. DrawSprocket
  13028. multiple monitor
  13029. rendererq
  13030. Dev.CD May 00 TC
  13031. ;D!All Packages
  13032. Mac OS SDK Edition
  13033. OpenGL Install
  13034. oOpenGL for Macintosh enables your computer to display three-dimensional graphics using applications designed to take advantage of OpenGL.
  13035. What's New in OpenGL
  13036.  1.1.2:
  13037.  Internal texture format hint is now supported
  13038.  Better AGP texture management
  13039.  Added support for Velocity Engine
  13040.  Support for the EXT_texture_env_add extension
  13041.  Lots of performance optimizations
  13042. 74162X
  13043. 1e    No Change
  13044. 73922X
  13045. Dec 99^
  13046. --set theItem to choose file -- uncomment to test in an AS editor
  13047.     tell application "Finder"
  13048.         open item "Dev.CD Dec 99 RL:Utilities:Developer Forms:"
  13049.         activate
  13050.     end tell
  13051. on error errMsg number errNum
  13052.     --enter statements to perform when no records are found such as...
  13053.     display dialog "Sorry, the item you selected could not be found."
  13054.     return
  13055. end try
  13056. Deletedq
  13057. Dev.CD Dec 99 RL
  13058. LD!All Packages
  13059. Tool Chest Edition
  13060. F DeveloperDocumentation: Hardware
  13061. =================
  13062. What's New and Updated:
  13063. ==================
  13064. Power Mac G4 Developer Note
  13065. --------------------------------------
  13066. This developer note provides technical information about the Power Mac G4 computer. The developer note includes information about 
  13067.        - features 
  13068.        - compatibility issues 
  13069.        - internal logic 
  13070.        - I/O ports and built-in I/O devices 
  13071.        - RAM expansion 
  13072.        - expansion slots 
  13073.        - system software 
  13074. G4.pdfnge
  13075. Dev.CD May 00 TC:Sample Code:P
  13076. Dev.CD May 00 TC
  13077.  - Sample CodeV
  13078. 74908X
  13079. May 00^
  13080. r--set theItem to choose file -- uncomment to test in an AS editor
  13081.     tell application "Finder"
  13082.         open item "Dev.CD May 00 TC:Sample Code:"
  13083.         activate
  13084.     end tell
  13085. on error errMsg number errNum
  13086.     --enter statements to perform when no records are found such as...
  13087.     display dialog "Sorry, the item you selected could not be found."
  13088.     return
  13089. end try
  13090. e    No Changef
  13091. QuickTime
  13092. Dev.CD May 00 TC
  13093. &D!All Packages
  13094. Mac OS SDK Edition
  13095. Translation Manager
  13096. eUpdate from Mac OS Easy Open SDK to Translation Manager SDK to reflect the move from standalone product to System service. 
  13097. Contains a new example Translation Extension component which demonstrates correct packaging of 68K and PowerPC code.
  13098. Contains a copy of Mac OS Tech Note 1004 which describes proper packaging of components with 68K and PowerPC code.
  13099. e    No Change
  13100. america
  13101. amongb
  13102. amongst
  13103. amount
  13104. amounts
  13105. W i.e LocalTalk, EtherTalk phase 1/2, or TokenTalk phase 2.
  13106. Neighborhood Watch:  Neighborhood Watch is a MultiFinder friendly application which allows people 
  13107. Win2MacCounterSamples
  13108. Sample code to accompany Chapter 12 of 
  13109. An Introduction to Macintosh Programming for Windows Programmers
  13110. This sample contains a series of six C++ sample programs used to illustrate how to write a simple Macintosh application. The samples use the Metrowerks PowerPlant applications framework, which ships as part of the CodeWarrior Integrated Development environment. (PowerPlant ships with a wide range of useful sample programs. We
  13111. ll describe many of those in more detail below.) These sam
  13112. Eples illustrate many common applications features, including:
  13113. 1. Multiple document windows. 
  13114. 2. Disk files for persistent data. 
  13115. 3. Menu items for modifying the data. 
  13116. 4. Buttons for modifying the data. 
  13117. 5. Modal dialogs. 
  13118. 6. Printing. 
  13119. 7. Custom application and document icons. 
  13120. 8. Customized 
  13121. About this program
  13122.  dialog. 
  13123. HSummary:  UnmountIt lets you easily unmount and eject sharable volumes when Macintosh File Sharing is in use.  UnmountIt demonstrates how to user server control calls to control AppleShare/File Sharing, how to drop volumes on an application icon, and how to unmount and eject a disk.
  13124. All Metrowerks Pascal source code included.
  13125. JYMW UnmountIt.
  13126. ServerControlIntf.p
  13127. UnmountIt
  13128. UnmountIt Read Me
  13129. UnmountIt.p
  13130. UnmountIt.rsrcK
  13131. Aug 95M
  13132. Metrowerks Pascal 6N5AppleShare, File Sharing, File Manager, Drag and DropO0Dev.CD May 00 TC:Tool Chest:Files:UnmountIt 1.2:P8Dev.CD May 00 TC
  13133.  - Tool Chest
  13134.  - Files
  13135.  - UnmountIt 1.2mpwtool
  13136. 2.1.4
  13137. install
  13138. onescannerg
  13139. opp's
  13140. palette
  13141. parserV
  13142. pascal
  13143. performance
  13144. photoshop
  13145. player
  13146. plugins
  13147. postscript
  13148. powerbook
  13149. primer
  13150. appleii
  13151. appleii
  13152. auxiliary
  13153. applejack
  13154. applejack
  13155. applemodemtool
  13156. applemodemtool
  13157. v1.5.3
  13158. applescriptm
  13159. applescript
  13160. 1.3.4
  13161. applescript
  13162. suitem
  13163. applescriptfind
  13164. applesearch
  13165. applesearch
  13166. first
  13167. appleshare
  13168. appleshare
  13169. 3.6.5
  13170. appleshare
  13171. client
  13172. appleshare
  13173. appleshare
  13174. appleshareclientapi
  13175. appleshareclientapi
  13176. applesingle/appledouw
  13177. applesingle/appledou
  13178. formatw
  13179. applesingle/appledou
  13180. formats
  13181. appleswupdates-engli
  13182. appleswupdates-engli
  13183. appleswupdates-ww
  13184. appleswupdates-ww
  13185. appletalkS
  13186. appletalk
  13187. administration
  13188. appletalk
  13189. administration
  13190. 1.0.2
  13191. appletalk
  13192. connection
  13193. appletalk
  13194. connection
  13195. 1.0.2
  13196. Editor.imgK
  13197. Jan 94M
  13198. ResEditN(number formatting, ResEdit, localizationO5Dev.CD May 00 TC:Tool Chest:Localization:FMAT Editor:
  13199. 73993X
  13200. May 00^
  13201. --set theItem to choose file -- uncomment to test in an AS editor
  13202.     tell application "Finder"
  13203.         open item "Dev.CD May 00 TC:Tool Chest:Testing & Debugging:Virtual User tools:"
  13204.         activate
  13205.     end tell
  13206. on error errMsg number errNum
  13207.     --enter statements to perform when no records are found such as...
  13208.     display dialog "Sorry, the item you selected could not be found."
  13209.     return
  13210. end try
  13211. e    No Changeq
  13212. Dev.CD May 00 TC
  13213. D!All Packages
  13214. Tool Chest Edition
  13215. HotSauce (Project X)
  13216.     t Edition
  13217. OffScreenControlUpdateI
  13218. A simple code sample which demonstrates how to draw controls into an off-screen GWorld so you can draw them back to the screen without flicker. 
  13219. Works under Appearance.J
  13220. Sample Code.imgK
  13221. Aug 97N
  13222. appearance, gworld, off-screenO
  13223. Dev.CD May 00 TC:Sample Code:P
  13224. Dev.CD May 00 TC
  13225.  - Sample CodeV
  13226. 72912X
  13227. May 00^
  13228. webobjects
  13229. tools
  13230. techniques
  13231. webobjects36
  13232. webobjects36
  13233. 73834X
  13234. May 97
  13235. e--set theItem to choose file -- uncomment to test in an AS editor
  13236.     tell application "Finder"
  13237.         open item "Dev.CD May 97 TC"
  13238.         activate
  13239.     end tell
  13240. on error errMsg number errNum
  13241.     --enter statements to perform when no records are found such as...
  13242.     display dialog "Sorry, the item you selected could not be found."
  13243.     return
  13244. end try
  13245. tD!All Packages
  13246. Tool Chest Edition
  13247. Chinese Dictation Kit 1.5
  13248. Summary: For years, Chinese text input has been a bottleneck for computer users.  Hundreds of different keyboard input methods have been developed, but invariably they are either difficult to learn or slow to use.  Dictation is the fastest and most natural way to input Chinese text for most users.  However, until now, large vocabulary dictation software typically required expensive high-end workstations and hardware add-ons.
  13249. With Apple Chinese Dictation Kit (CDK), the world's first low coW
  13250. phonetic
  13251. photoshop
  13252. Dev.CD May 00 TC:Sample Code:P
  13253. Dev.CD May 00 TC
  13254.  - Sample CodeV
  13255. 74032X
  13256. May 00^
  13257. r--set theItem to choose file -- uncomment to test in an AS editor
  13258.     tell application "Finder"
  13259.         open item "Dev.CD May 00 TC:Sample Code:"
  13260.         activate
  13261.     end tell
  13262. on error errMsg number errNum
  13263.     --enter statements to perform when no records are found such as...
  13264.     display dialog "Sorry, the item you selected could not be found."
  13265.     return
  13266. end try
  13267. e    No Changef
  13268. QuickTime
  13269. Dev.CD May 00 TC
  13270. D!All Packages
  13271. Tool Chest Edition
  13272. jGNE Helper
  13273. PCI DDK 3.0I
  13274. This DDK (Driver Development Kit) will enable you to create both OpenFirmware (FCode) and MacOS drivers for PCI cards. Included is Documentation, Samples, and Tools to get you started.J
  13275. PCI DDK 3.0K
  13276. Sep 95L
  13277. Jan 00M
  13278. See comments in the code.N%PCI OpenFirmware FCode Forth tokenizeO9Dev.CD Jul 00 SDK1:Development Kits:Hardware:PCI DDK 3.0:ngeoBftp://ftp.apple.com/developer/Development_Kits/PCI_DDK_3.0.sit.hqx
  13279. 5thcolumn
  13280. 6.0.3
  13281. 6.0.4
  13282. 6.0.5
  13283. 6.1b9
  13284. processor
  13285. upgrade
  13286. enablerC
  13287. cyberdog
  13288. cycle
  13289. cycles
  13290. soled
  13291. solid
  13292. solution
  13293. solutions
  13294. someone
  13295. somethingU
  13296. sometimes
  13297. somewhere
  13298. sophisticated
  13299. soulj
  13300. soundP
  13301. sounds
  13302. soundsprocket
  13303. sourcec
  13304. sourcemenu
  13305. sources
  13306. space
  13307. space-saving
  13308. speakj
  13309. speakers
  13310. speaking
  13311. speaksj
  13312. specialT
  13313. specialized
  13314. specifics
  13315. specifically
  13316. learningj
  13317. learning
  13318. eomodeler
  13319. learning
  13320. effectively
  13321. eomodeler
  13322. application
  13323. least
  13324. leave
  13325. leaving
  13326. ledapp
  13327. legacy
  13328. nd all machines must be connected via an AppleTalk network (TCP/IP is not supported).
  13329. VU External Tool communications require targets with System 7.0 or later.
  13330. Mac OS Development Toolkit.imgK
  13331. May 98N~VU, Virtual User, VirtualUser, SPEC, SPEC S&L, Ivy, FileTool, Memory Monitor, Testing, Automation, Automated Testing, ClouseauOKDev.CD May 00 TC:Tool Chest:Testing & Debugging:Mac OS Development Toolkit:PSDev.CD May 00 TC
  13332.  - Tool Chest
  13333.  - Testing & Debugging
  13334.  - Mac OS Development Toolkit
  13335. 512-919-2645
  13336. 5200x
  13337. Dev.CD May 00 TC:Sample Code:P
  13338. Dev.CD May 00 TC
  13339.  - Sample CodeV
  13340. 74031X
  13341. May 00^
  13342. r--set theItem to choose file -- uncomment to test in an AS editor
  13343.     tell application "Finder"
  13344.         open item "Dev.CD May 00 TC:Sample Code:"
  13345.         activate
  13346.     end tell
  13347. on error errMsg number errNum
  13348.     --enter statements to perform when no records are found such as...
  13349.     display dialog "Sorry, the item you selected could not be found."
  13350.     return
  13351. end try
  13352. e    No Changef
  13353. QuickTime
  13354. Dev.CD May 00 TC
  13355. JavaSpritesIqThis demo program shows how to capture the results of java drawing and make a QuickTime sprite out of the result.J
  13356. Sample Code.imgK
  13357. Feb 00
  13358. - Common
  13359.     - Sun Compliant Java Runtime Environment 1.1
  13360.     - QuickTime 3 
  13361.     - QTJava.zip
  13362.     - QTJava media samples
  13363. - Mac OS:
  13364.     - System 8 or later
  13365.     - Macintosh Runtime for Java (MRJ) 2.1
  13366. - Windows 95, 98, or NT::
  13367.     - JRE/JDK from Sun Microsystems, Inc. recommended
  13368. QuickTime, Java, MRJckTime, Java, MRJsuch as 
  13369. Java DrawingI
  13370. This demo program shows the usage of the QTImageDrawer to allow QuickTime to draw the results of painting into a Java offscreen Image and its associated Java Graphics.J
  13371. Sample Code.imgK
  13372. Feb 00
  13373. - Common
  13374.     - Sun Compliant Java Runtime Environment 1.1
  13375.     - QuickTime 3 
  13376.     - QTJava.zip
  13377.     - QTJava media samples
  13378. - Mac OS:
  13379.     - System 8 or later
  13380.     - Macintosh Runtime for Java (MRJ) 2.1
  13381. - Windows 95, 98, or NT::
  13382.     - JRE/JDK from Sun Microsystems, Inc. recommended
  13383. QuickTime, Java, MRJ
  13384. g and setting properties in scripts.
  13385.  Retrieving information on errors that occur in a script.
  13386.  Loading and storing scripts.
  13387. MenuScripter compiles under :
  13388.   Metrowerks CodeWarrior 7 and 8, 68K and PPC
  13389.   Symantec C++ 8.0.1
  13390.   Symantec 7.0.4
  13391.   ETO, MPW Pro #19 'Latest MPW'- Symantec C++ for MPW, MrC
  13392. Here is a list of the changes to MenuScripter 3.1 to produce MenuScripter 4.0:
  13393.  Updated script terminology consistent with 7Edit 3.1.
  13394.  Improvements to user interface.
  13395.  A results window
  13396. e    No Changef
  13397. Interrupt Time
  13398. Debugging
  13399. Toolo`ftp://ftp.apple.com/developer/Tool_Chest/Testing_-_Debugging/General_tools/SyncCatch_2.1.sit.hqxq
  13400. Dev.CD May 00 TC
  13401. D!All Packages
  13402. Tool Chest Edition
  13403. SysConfig DA 1.5b16I
  13404. Summary: This DA collects information about your System and allows you to save that information in a text file. Great for reporting bugs!  J
  13405. SysConfig DA 1.5b16K
  13406. Vol IIIL
  13407. Vol VIIOQDev.CD Nov 99 TC:Tool Chest:Testing & Debugging:Bug Reporting:SysConfig DA 1.5b16P\Dev.CD Nov 99 TC
  13408.  - Tool Chest
  13409.  - Testing & Debugging
  13410.  - Bug Reporting
  13411.  - SysConfig DA 1.5b1V
  13412. 74559X
  13413. Nov 99^
  13414. snippets
  13415. snively
  13416. soulj
  13417. soundP
  13418. sounds
  13419. sourcec
  13420. sources
  13421. space-saving
  13422. speakj
  13423. speaking
  13424. speaksj
  13425. specialT
  13426. specialized
  13427. specifics
  13428. 73906X
  13429. Jun 00^    RL Disk 1
  13430. --set theItem to choose file -- uncomment to test in an AS editor
  13431.     tell application "Finder"
  13432.         open item "Dev.CD Jun 00 RL Disk 1:Technical Documentation:Develop:develop Issue 24:"
  13433.         activate
  13434.     end tell
  13435. on error errMsg number errNum
  13436.     --enter statements to perform when no records are found such as...
  13437.     display dialog "Sorry, the item you selected could not be found."
  13438.     return
  13439. end try
  13440. e    No Changeq
  13441. Dev.CD Jun 00 RL Disk 1
  13442. All Packages
  13443. develop Issue 25
  13444. 73907X
  13445. t's also a C code sample which shows how easy it is to make a scriptable application for a specific use. It doesn't use the object model and it doesn't have a huge feature set. (Its functionality fills a specific need in Developer Relations, namely aiding an AppleScript called SeedBuilder to make uniform seed archives and segments.) This is a drawback in at least one sense, but also an advantage in another in that it may demystify scriptable appl
  13446. Summary: The Japanese Language Kit is a combination of system and language resources that enables you to create, display, and edit documents in Japanese on the Macintosh
  13447.  and other computers using the Mac
  13448.  OS. 
  13449. Enhancements in this version of the Japanese Language Kit include  System 7.5 and QuickDraw
  13450.  GX compatibility, a TrueType
  13451.  version of the Osaka font, an updated input method, and  system resources to allow WorldScript
  13452.  to run native on Power Macintosh computers.
  13453. J0Net Install
  13454. Open for Net Install->
  13455. Read Me FirstK
  13456. May 93L
  13457. Feb 96MiSystem 7.1, at least 4MBs of RAM and as much as 30 meg of hard disk space to install all the Kanji fonts.O9Dev.CD May 00 TC:Language Kits:Japanese Language Kit 1.2:P>Dev.CD May 00 TC
  13458.  - Language Kits
  13459.  - Japanese Language Kit 1.2 file folder.
  13460. J;MIDIConverter
  13461. MIDIConverter Readme
  13462. MIDIConverter Readme.txtK
  13463. Apr 95M*System 7 or later, QuickTime 1.5 or later.:Tool Chest:QuickTime:MIDIConverter:V
  13464. 72866X
  13465. 1e    No Change
  13466.   -Dragable lists. 
  13467. 74894X
  13468. Jul 00^
  13469. SDK1b
  13470. --set theItem to choose file -- uncomment to test in an AS editor
  13471.     tell application "Finder"
  13472.         open item "Dev.CD Jul 00 SDK1:What's New:Technical Documentation:Technical Publications:carbon:"
  13473.         activate
  13474.     end tell
  13475. on error errMsg number errNum
  13476.     --enter statements to perform when no records are found such as...
  13477.     display dialog "Sorry, the item you selected could not be found."
  13478.     return
  13479. end try
  13480. New PackagefMPDE
  13481. printing dialog extension
  13482. Page Setup dialog
  13483. Print dialog
  13484. printing dialogo.http://developer.apple.com/techpubs/index.htmlq
  13485. Dev.CD Jul 00 SDK1
  13486. D!All Packages
  13487. Mac OS SDK Edition
  13488. Telephone Manager 3.0
  13489.     olution and color depth, choosing a monitor (on computers with multiple monitors), accelerating screen updates, and other features.
  13490. InputSprocket 1.7.2 provides support for using joysticks, keyboards, mice, and other input devices when playing games on your Macintosh computer.
  13491.  NetSprocket 1 in conjunc
  13492. devanagari
  13493. develop\
  13494. develop-ers
  13495. developed
  13496. developerR
  13497. summary
  13498. xcmds
  13499. xfcns
  13500. perform
  13501. summary
  13502. three
  13503. tools
  13504. written
  13505. hardwar
  13506. summary
  13507. simple
  13508. window
  13509. based
  13510. debugger
  13511. kernel
  13512. summary
  13513. which
  13514. plays
  13515. sounds
  13516. summary
  13517. helper
  13518. formerly
  13519. monthly
  13520. posting
  13521. summary
  13522. simpletext
  13523. source
  13524. shows
  13525. summary
  13526. definition
  13527. binhex
  13528. protocol
  13529. summary
  13530. developer
  13531. edition
  13532. quickview
  13533. devel
  13534. summary
  13535. developer's
  13536. transl
  13537. summary
  13538. electronic
  13539. version
  13540. develop
  13541. magazine
  13542. summary
  13543. prgram
  13544. guide
  13545. macintosh
  13546. power
  13547. architecture/roadmap
  13548. architectures
  13549. archive
  13550. archived
  13551. archivesi
  13552. OCDev.CD Apr 99 SDK1:Development Kits:QuickDraw 3D for Windows 1.5.2:PHDev.CD Apr 99 SDK1
  13553.  - Development Kits
  13554.  - QuickDraw 3D for Windows 1.5.2V
  13555. 74296X
  13556. Apr 99^
  13557. --set theItem to choose file -- uncomment to test in an AS editor
  13558.     tell application "Finder"
  13559.         open item "Dev.CD Apr 99 SDK1:Development Kits:QuickDraw 3D for Windows 1.5.2:"
  13560.         activate
  13561.     end tell
  13562. on error errMsg number errNum
  13563.     --enter statements to perform when no records are found such as...
  13564.     display dialog "Sorry, the item you selected could not be found."
  13565.     return
  13566. end try
  13567. Deletedf
  13568. QuickDraw 3D
  13569. Windows
  13570. Metafileq
  13571. Dev.CD Apr 99 SDK1
  13572. D!All Packages
  13573. Mac OS SDK Edition
  13574. QuickDraw GX
  13575.     sferred between a shared library and an application that calls that shared library.  The code from this sample is featured in the latest release (v1.2) of the book 
  13576. Inside Macintosh: Open Transport
  13577. Sample Code.imgK
  13578. Nov 97M
  13579. Open Transport 1.1.1 or later:Sample Code:V
  13580. 72433X
  13581. 1e    No Change
  13582. Summary:  PCCTS (The Purdue Compiler-Construction Tool Set) is a public domain tool set consisting of a parser generator called ANTLR and a lexical analyzer called DLG. ANTLR accepts a grammatical description for an input language and generates a recursive-descent parser in C or C++ to recognize sentences in that input language; DLG is used to break up the input stream of characters into a token stream.
  13583. ANTLR combines the flexibility of hand-coded parsing with the convenience of a parser 
  13584. generator. ANTLR has many features that make it easier to use than other language tools. Most important, ANTLR provides PREDICATES which let the programmer systematically direct the parse via arbitrary expressions using semantics and syntactic context; in practice, the use of predicates eliminates the need to hand-tweak the ANTLR output, even for difficult parsing problems. ANTLR also integrates the description of lexical and syntactic analysis, accepts LL(k) grammars for k>1 with extended
  13585. fkeys
  13586. fkeys
  13587. clipboard
  13588. magican
  13589. flash
  13590. floattolong
  13591. floattolong
  13592. flookup
  13593. editor
  13594. folder
  13595. folder
  13596. information
  13597. foldersize
  13598. foldersize
  13599. fontmaster
  13600. fontmaster
  13601. stributors/localiz
  13602. fromR
  13603. fstubs
  13604. fstubs
  13605. fstubs
  13606. gatewayS
  13607. gender-based
  13608. gender-based
  13609. title
  13610. creation
  13611. general
  13612. general
  13613. tools
  13614. generator
  13615. generic
  13616. generic
  13617. module
  13618. cwpro2t
  13619. germany
  13620. germany
  13621. distributors/localiz
  13622. gestalt
  13623. gestalt
  13624. gestalt
  13625. selectors
  13626. gestalt
  13627. submission
  13628. geteof
  13629. geteof
  13630. gethelpstrings
  13631. getkeys
  13632. getlastchange
  13633. getmfsize
  13634. getsetoptions
  13635. getsetoptions
  13636. getsetoptions-68k
  13637. getsetoptions-ppc
  13638. summary
  13639. system
  13640. standard
  13641. window
  13642. definition
  13643. procedure
  13644. ionsg
  13645. resolvec
  13646. resolvealiastopathc
  13647. resolverelativealias
  13648. resolving
  13649. resorting
  13650. resouce
  13651. resourceY
  13652. resourcesX
  13653. respect
  13654. respective
  13655. respectively
  13656. respond
  13657. responseo
  13658. responses
  13659. responsible
  13660. ressler
  13661. restartB
  13662. restarting
  13663. restore
  13664. etrieval
  13665. retrieve
  13666. ext:  This sample demonstrates two methods of printing gray text. On PostScript printers it sends PostScript, on QuickDraw printers it sends Color QuickDraw calls. If a QuickDraw printer does not use a CGrafPort, the gray text comes out as black.
  13667. HairLines:  HairLines is an MPW 3.2 Pascal sample that demonstrates different methods of creating hairlines on printers.
  13668. ImageWriter bug:  This sample snippet demonstrates how to work around the 'dctb' bug in the ImageWriter II 6.1 and 7.0 drive
  13669. rs. This bug causes a crash when doing a style (Page Setup) dialog after setting draftBits with PrGeneral.
  13670. InvertedText:  This sample application gives you cool tricks for printing inverted text.
  13671. IsImageWriter:  This program contains a few functions for determining if an ImageWriter is connected and if so, which port it should be connected to.
  13672. PicCommentsTest:  Here's a complete working application you can use to investigate further the interpretation of picture comments by various prin
  13673. init/control`
  13674. initialq
  13675. initialization
  13676. inputs
  13677. inputsprocket
  13678. inputting
  13679. inquiry
  13680. inserted
  13681. inside[
  13682. insight
  13683. installx
  13684. installationZ
  13685. installations
  13686. installed
  13687. installerv
  13688. installer
  13689. chinese
  13690. language
  13691. installers
  13692. installingU
  13693. installment
  13694. installs
  13695. instances
  13696. instantly
  13697. insteado
  13698. instruction
  13699. instructionalu
  13700. instructionsZ
  13701. int'ls
  13702. integer
  13703. integral
  13704. integratet
  13705. integrated
  13706. integrates
  13707. integrating
  13708. integrating
  13709. computer-based
  13710. media
  13711. broadcast
  13712. environment
  13713. integration
  13714. intelligent
  13715. --set theItem to choose file -- uncomment to test in an AS editor
  13716.     tell application "Finder"
  13717.         open item "Dev.CD Dec 99 RL:Utilities:DropDisk 1.0b5:"
  13718.         activate
  13719.     end tell
  13720. on error errMsg number errNum
  13721.     --enter statements to perform when no records are found such as...
  13722.     display dialog "Sorry, the item you selected could not be found."
  13723.     return
  13724. end try
  13725. rry, the item you selected could not be found."
  13726.     return
  13727. end try
  13728. e    No Changeq
  13729. Dev.CD May 00 TC
  13730. All Packages
  13731. ProjectDrag 1.1b8
  13732. @Summary:  ProjectDrag is free drag-and-drop source control software, based on SourceServer from Apple. SourceServer is an AppleEvent-based subset of the MPW Shell which implements the Projector source control commands. See the column in develop issue 23 (pp. 72-6) for information on SourceServer and ProjectDrag basics.
  13733. JDMalph 2.5:
  13734. ProjectDrag Applets:
  13735. ProjectDrag User Manual.txt
  13736. Sources:K
  13737. Sep 95L
  13738. Nov 95V
  13739. 73028X
  13740. 1e    No Change
  13741. u can find 
  13742. All Packages
  13743. System Enabler 065 (LC 575)O
  13744. Dev.CD Apr 94
  13745. Dev.CD Jan 94P
  13746. Dev.CD Apr 94
  13747. Dev.CD Jan 9V
  13748. 74717X
  13749. Apr 94
  13750. p--set theItem to choose file -- uncomment to test in an AS editor
  13751.     tell application "Finder"
  13752.         open item "Dev.CD Apr 94
  13753. Dev.CD Jan 94"
  13754.         activate
  13755.     end tell
  13756. on error errMsg number errNum
  13757.     --enter statements to perform when no records are found such as...
  13758.     display dialog "Sorry, the item you selected could not be found."
  13759.     return
  13760. end try
  13761. All Packages
  13762. System Enabler 065 (LC 575)O
  13763. Dev.CD Apr 94P
  13764. Dev.CD Apr 9V
  13765. 74718X
  13766. Apr 94
  13767. b--set theItem to choose file -- uncomment to test in an AS editor
  13768.     tell application "Finder"
  13769.         open item "Dev.CD Apr 94"
  13770.         activate
  13771.     end tell
  13772. on error errMsg number errNum
  13773.     --enter statements to perform when no records are found such as...
  13774.     display dialog "Sorry, the item you selected could not be found."
  13775.     return
  13776. end try
  13777. All Packages
  13778. 74719
  13779. qJ+Documentation
  13780. File System Manager
  13781. Librariesem to choose file -- uncomment to test in an AS editor
  13782.     tell application "Finder"
  13783.         open item "Dev.CD Mar OO RLDisk 1:Interactive Media Resources:PortingObjectiveCtoJava:"
  13784.         activate
  13785.     end tell
  13786. on error errMsg number errNum
  13787.     --enter statements to perform when no records are found such as...
  13788.     display dialog "Sorry, the item you selected could not be found."
  13789.     return
  13790. end try
  13791. Deletedf
  13792. WebObjects
  13793. Objective-C
  13794. Javaq
  13795. Dev.CD Mar OO RLDisk 1
  13796. eD!All Packages
  13797. Tool Chest Edition
  13798. PostScript Output Filters
  13799.     Dev.CD Apr 94
  13800. Dev.CD Jan 9V
  13801. 71016X
  13802. Apr 94
  13803. limitedh
  13804. lindenberg
  13805. linear
  13806. lines
  13807. linguistically
  13808. linkg
  13809. linked
  13810. linkers
  13811. linkingA
  13812. links[
  13813. linton
  13814. lipton
  13815. 74913X
  13816. May 00^
  13817. r--set theItem to choose file -- uncomment to test in an AS editor
  13818.     tell application "Finder"
  13819.         open item "Dev.CD May 00 TC:Sample Code:"
  13820.         activate
  13821.     end tell
  13822. on error errMsg number errNum
  13823.     --enter statements to perform when no records are found such as...
  13824.     display dialog "Sorry, the item you selected could not be found."
  13825.     return
  13826. end try
  13827. e    No Changef=Unicode
  13828. Imaging
  13829. Bi-directional
  13830. Rotation
  13831. Double-byteq
  13832. Dev.CD May 00 TC
  13833. +D.All Packages
  13834. Mac OS SDK Edition
  13835. New & RevisedF
  13836. Universal Interfaces 3.3.2I\3.3.2 Universal Interfaces support CarbonLib 1.0.2, Mac OS 9, and QuickTime 4.1 development.J
  13837. UniversalInterfaces3.3.2.imgK
  13838. Feb 94L
  13839. Jul 00N$CarbonLib 1.0.2, Mac OS 9, QuickTimeOEDev.CD Jul 00 SDK1:Development Kits:Mac OS:Universal Interfaces3.3.2:PMDev.CD Jul 00 SDK1
  13840.  - Development Kits
  13841.  - Mac OS
  13842.  - Universal Interfaces3.3.2V
  13843. 74914X
  13844. Jul 00^
  13845. SDK1b
  13846. Revised
  13847. #ple.com/sdk/index.html
  13848.  the programmer, not end users -
  13849. compilers
  13850. componentP
  13851. component
  13852. compression
  13853. decompression
  13854. scomP
  13855. compound
  13856. compress
  13857. compressionP
  13858. computer
  13859. computer
  13860. based
  13861. media
  13862. television
  13863. broadcast
  13864. graphics
  13865. conditional
  13866. conference
  13867. conferencing
  13868. configurationt
  13869. connectivity
  13870. consumer
  13871. container
  13872. content
  13873. context
  13874. contextualh
  13875. contextual
  13876. manager
  13877. control
  13878. control
  13879. strip
  13880. powerbook
  13881. control
  13882. panel
  13883. controls
  13884. conversion
  13885. converter
  13886. coprocessorQ
  13887. corba
  13888. foundation
  13889. overview
  13890. opaque
  13891. types
  13892. reference
  13893. counts
  13894. corners
  13895. counter
  13896. counter
  13897. windows
  13898. introduction
  13899. document
  13900. modal
  13901. dialog
  13902. . It presents a dialog where you can enter any Creator and File Type, then it searches for one (1) file with that creator and type. When it finds it, it will show you the file name.
  13903. PBDTGetAppl:  This snippet shows how to access the desktop database to get information about an application based on its creator.  See the code in SlimFunctions.c for how to make the calls.
  13904. PutAwayVolumes 1.1:  This snippet demonstrates several techniques for unmounting a volume:
  13905.    [1] UnmountVol (via MoreFi
  13906.    [2] sending an AppleEvent to Finder
  13907.    [3] a combination of emptying the trash and MoreFiles
  13908. A successful unmounting algorithm might choose to use more than one of these techniques.
  13909. resolveRelativeAlias:  resolveRelativeAlias is an MPW tool which demonstrates use of a relative alias for locating a file in a known folder on an unknown volume.
  13910. Select Folder w/ Gray files:  This is an example of twisted abuse of user interface in order to achieve a noble purpose: as better "Select F
  13911.   Under DMZ, the program demonstrates the use of placing the DDP node, used to send the Echo protocol packet, into raw mode, so that the return packet contains the long DDP header information.
  13912. JbDMZ.68k
  13913. DMZ.fat
  13914. dmz.make
  13915. .ppc.sc
  13916. .rsrc
  13917. Objects
  13918. sources
  13919. Think DMZ.ppcK
  13920. Sep 92L
  13921. Jul 96M
  13922. MPW distributed with ETO 18, Open Transport 1.1 SDK, CodeWarrior8, or Symantec Project Manager 8.0.3 required to build the application.NPOpen Transport, NBP, AppleTalk, DDP, rawmode, NBPLookup, OTLookup, Echo ProtocolO@Dev.CD May 00 TC:Tool Chest:Networking:Network Watch (DMZ) v1.5:PHDev.CD May 00 TC
  13923.  - Tool Chest
  13924.  - Networking
  13925.  - Network Watch (DMZ) v1.5 I. Lipton.  The typographic capabilities of QuickDraw GX are without peer, but until now drawing that beautiful text along an arbitrary path took a concerted effort. Here
  13926. s a library that makes it easy to do.
  13927. MacApp Debugging Aids by Conrad Kopala.  Programming with a framework saves time and effort, but debugging 
  13928. 73861X
  13929. Jul 00^
  13930. --set theItem to choose file -- uncomment to test in an AS editor
  13931.     tell application "Finder"
  13932.         open item "Dev.CD Jul 00 SDK1:Development Kits:Mac OS:Control Strip:"
  13933.         activate
  13934.     end tell
  13935. on error errMsg number errNum
  13936.     --enter statements to perform when no records are found such as...
  13937.     display dialog "Sorry, the item you selected could not be found."
  13938.     return
  13939. end try
  13940. e    No Changef%Control Strip
  13941. PowerBook
  13942. Control Panelq
  13943. Dev.CD Jul 00 SDK1
  13944. ControlBackground
  13945. zIt's a simple code sample which demonstrates how to draw controls with a particular background color.  Controls get their background color from the window color table; this sample shows how to temporarily alter an entry in that color table so that the control draws with a particular background color but no other drawing is affected.
  13946. Don't have the Appearance Manager running.
  13947. Sample Code.imgK
  13948. Aug 97N$color, controls, draw, window, tableaw, window, table
  13949. 74924X
  13950. May 00^
  13951. --set theItem to choose file -- uncomment to test in an AS editor
  13952.     tell application "Finder"
  13953.         open item "Dev.CD May 00 TC:Tool Chest:Testing & Debugging:Virtual User tools:"
  13954.         activate
  13955.     end tell
  13956. on error errMsg number errNum
  13957.     --enter statements to perform when no records are found such as...
  13958.     display dialog "Sorry, the item you selected could not be found."
  13959.     return
  13960. end try
  13961. e    No Changeq
  13962. Dev.CD May 00 TC
  13963. 6D!All Packages
  13964. Tool Chest Edition
  13965. VRAM & bit-depth explainedI
  13966. Summary: This is a graphical representation of the maximum number of colors (bit-depth) that can be achieved (by monitor) under certain video memory/video card configurations.
  13967. Issues: Details only released productsJ-VRAM & bit-depth explnd
  13968.  Read Me, pleaseK
  13969. Jun 92:Tool Chest:Hardware:Display & Video Hardware:VRAM & bit-depth explained:V
  13970. 74925X
  13971. 1e    No Change
  13972. - they'll just see a crash) know what happened.
  13973. DeleteDirectory:  This C routine will delete a subdirectory from a Macintosh volume, including any nested directories. It works in AppleShare as well as normal environments.
  13974. deleteEmptyDir:  These MPW tools identify and/or delete all empty folders on a specified volume using PBCatSearch.
  13975. ficycle:  This THINK Pascal
  13976.  program lists the files contained in a folder.
  13977. FileSharingOn:  This snippet demonstrates how to determine whether or not Fil
  13978. e Sharing is on. 
  13979. FormatAsDOS:  This snippet demonstrates how to use the newer Disk Initialization Package calls DIXFormat() and DIXZero() to format a floppy disk as a DOS disk.  DIXFormat, DIXZero, and DIReformat are documented in the IM:Files Errata Tech Note.
  13980. Please note this snippet does not provide any prompts.  It merely takes the floppy in the first floppy drive and reformats it as a DOS disk with the name "MS-DOS Disk".  This purpose of this snippet is to demonstrate the newer 
  13981. indicator
  13982. indicators
  13983. indices
  13984. indispensable
  13985. individual
  13986. industry
  13987. industry-standard
  13988. industrywatchj
  13989. inefficiency
  13990. inflict
  13991. infomation
  13992. inform
  13993. informationB
  13994. infrared
  13995. inherit
  13996. inheritance
  13997. ischeckedout
  13998. iscii-compatible
  13999. isimagewriter
  14000. isn't
  14001. isolate
  14002. isolation
  14003. sample
  14004. reasonably
  14005. complete
  14006. example
  14007. implementation
  14008. ispelementlist
  14009. ispelementlist
  14010. extractbykind
  14011. issuej
  14012. erred AppleTalk calls are used.primitives and discusses the differences among the various polyhedral primitives, both new and old.
  14013. QuickDraw GX Line Layout: Bending the Rules by Daniel I. Lipton.  The typographic capabilities of QuickDraw GX are without peer, but until now drawing that beautiful text along an arbitrary path took a concerted effort. Here
  14014. s a library that makes it easy to do.
  14015. MacApp Debugging Aids by Conrad Kopala.  Programming with a framework saves time and effort, but debugging 
  14016. JejGNE Helper.68K.cw7.
  14017. jGNE Helper.68K.tpm7.
  14018. jGNE Helper.c
  14019. MW jGNE Helper
  14020. native jGNE
  14021. TPM jGNE HelperK
  14022. Mar 96MNAny Macintosh; Metrowerks CodeWarrior CW7 or Symantec THINK Project Manager 7.N6GetNextEvent WaitNextEvent filter jGNE INIT 68K helperO5Dev.CD May 00 TC:Tool Chest:OS Utilities:jGNE Helper:P=Dev.CD May 00 TC
  14023.  - Tool Chest
  14024.  - OS Utilities
  14025.  - jGNE Helperorry, the item you selected could not be found."
  14026.     return
  14027. end try
  14028. e    No ChangefDSprockets
  14029. Games
  14030. DrawSprocket
  14031. InputSprocket
  14032. NetSprocket
  14033. SoundSprocketoAftp://ftp.apple.com/developer/Development_Kits/GameSprocket_SDKs/q
  14034. Dev.CD Jul 00 SDK1
  14035. }D!All Packages
  14036. Tool Chest Edition
  14037. Gestalt Selectors List 4.3
  14038. getversion
  14039. global
  14040. global
  14041. search
  14042. replace
  14043. software
  14044. project
  14045. archiving
  14046. glossariess
  14047. glyphs
  14048. desktop
  14049. grammar
  14050. grayrgn
  14051. gspgetversion
  14052. guest
  14053. guidep
  14054. guidelines
  14055. gworld
  14056. fonts
  14057. typography
  14058. postscript
  14059. sample
  14060. gxgraphics
  14061. halftone
  14062. handles
  14063. handoff
  14064. handwriting
  14065. hardwareA
  14066. hardware
  14067. developer
  14068. documentation
  14069. developer
  14070. notes
  14071. devnotes
  14072. heaps
  14073. hebrew
  14074. helpp
  14075. hierarchical
  14076. sub-menus
  14077. helper
  14078. menubar
  14079. corners
  14080. desktop
  14081. finder
  14082. grayrgn
  14083. hierarchical
  14084. level
  14085. toolbox
  14086. morefiles
  14087. moreisbetter
  14088. wrapper
  14089. asyncpb
  14090. asyncronous
  14091. Wnloaded
  14092. unloading
  14093. unlocked
  14094. unlocking
  14095. unmangling
  14096. unmodified
  14097. unmount
  14098. unmount/mount
  14099. unmounted
  14100. unmounted/mounted
  14101. unmounting
  14102. unmountit
  14103. unmountprojector
  14104. unmountvol
  14105. unusual
  14106. unversal
  14107. unwrapcommenttext
  14108. up-to-dateZ
  14109. upcoming
  14110. updateQ
  14111. AE, Apple Events, AppleEventsset theItem to choose file -- uncomment to test in an AS editor
  14112.     tell application "Finder"
  14113.         open item "Dev.CD Dec 99 RL:Technical Publications:rhapsody:"
  14114.         activate
  14115.     end tell
  14116. on error errMsg number errNum
  14117.     --enter statements to perform when no records are found such as...
  14118.     display dialog "Sorry, the item you selected could not be found."
  14119.     return
  14120. end try
  14121. DeletedfQRhapsody
  14122. Yellow Box Java APIs
  14123. OPENSTEP
  14124. Rhapsody Home pages
  14125. Rhapsody Release Notesq
  14126. Dev.CD Dec 99 RL
  14127. All Packages
  14128. F"Technical Publications: WebObjects
  14129. 73656X
  14130. appleevent`
  14131. appleevent-based
  14132. y 96rovide the correct response.
  14133.    The implementation of the Dialog manager GetStdFilterProc() and SetDialogDefaultItem() functions to provide default alert and warning dialogs with highlighting of the default button. These functions are not documented within Inside Macintosh, but have been available since
  14134. summary
  14135. contains
  14136. latest
  14137. appletalk
  14138. stack
  14139. version
  14140. macsn@
  14141. summary
  14142. description
  14143. input
  14144. methods
  14145. chinese
  14146. summary
  14147. wanted
  14148. patch
  14149. high-level
  14150. langua@
  14151. summary
  14152. fragment
  14153. simple
  14154. application
  14155. designed
  14156. summary
  14157. localization
  14158. japan
  14159. provides
  14160. overview
  14161. summary
  14162. macintosh
  14163. software
  14164. distributed
  14165. world@
  14166. summary
  14167. objects
  14168. hypercard
  14169. allowed
  14170. variabl@
  14171. summary
  14172. sample
  14173. discussion
  14174. detect
  14175. whether
  14176. summary
  14177. system
  14178. standard
  14179. window
  14180. definition
  14181. procedure@
  14182. summary
  14183. application
  14184. summary
  14185. control
  14186. strip
  14187. control
  14188. panel
  14189. provides
  14190. summary
  14191. opendoc
  14192. development
  14193. framework
  14194. objec@
  14195. summary
  14196. scanner
  14197. development
  14198. contains
  14199. documentation
  14200. summary
  14201. collects
  14202. information
  14203. about
  14204. system
  14205. roger
  14206. roland
  14207. rolew
  14208. rollin
  14209. Summary:  NetworkStream is a C++ Stream IO class object for OpenTransport Network I/O. Written in Metrowerks C++, it implements a TNetworkBuf, TNetworkOStream  and TNetworkIOStream object.  
  14210. Issues:  Although I have implemented the insertion class TNetworkOStream I have not yet implemented what is needed for the TNetworkIStream class. THis is mostly because I am unclear how to best handle what happens when you read more data than is in the buffer. If you support the thread mananger then IB7 need to handle the yield/suspend/resume thread issues.
  14211. Sample Code.imgK
  14212. Aug 96M
  14213. OpenTransportN
  14214. C++ OpenTransportO
  14215. Dev.CD May 00 TC:Sample Code:P
  14216. Dev.CD May 00 TC
  14217.  - Sample Codes support of TSM a simple matter.
  14218. High-Performance ACGIs in C  by Ken Urquhart
  14219. Most simple ACGI programs are written in AppleScript, but for speed-critical applications, or for ACGIs that need to handle more than one request at a time, a high-level language like C is better suited to the task. This article 
  14220. Summary:  The Control Strip is a control panel that provides the operating environment for Control Strip modules. It runs on any Macintosh PowerBook computer with System 7.0 or later.
  14221. We discuss Control Strip modules and how to write a new module. This information originally appeared in the PowerBook 520, 520c, 540, 540c Developer Note. It is being published as a Technical Note for ease of access. The information in the PowerBook 520, 520c, 540, 540c Developer Note is obsolete. All futureB
  14222.  updates to this documentation will happen within this Technical Note.
  14223. MacCalendar is a complete snippet that illustrates how to write a module for the Control Strip Manager that is available for PowerBook Macintoshes.
  14224. JMControl Strip
  14225. Control Strip Sample
  14226. Control Strip Technical Note
  14227. MacCalendar 
  14228. Apr 96N'Control Strip, PowerBook, Control PanelO9Dev.CD Jul 00 SDK1:Development Kits:Mac OS:Control Strip:PADev.CD Jul 00 SDK1
  14229.  - Development Kits
  14230.  - Mac OS
  14231.  - Control Strip
  14232. postscript
  14233. sample
  14234. gxgraphics
  14235. gxifier
  14236. gxifier
  14237. gxoverridetool
  14238. handbookf
  14239. handles
  14240. handwriting
  14241. hardware
  14242. hardware
  14243. system
  14244. update
  14245. stack
  14246. localization
  14247. navigator
  14248. hebrew
  14249. hebrew
  14250. language
  14251. hebrew
  14252. language
  14253. v1.0.1
  14254. helpq
  14255. helper
  14256. helpful
  14257. helpful
  14258. scripts
  14259. hidemenubaretc
  14260.  99 TC
  14261. All Packages
  14262. ABS Technical NotesI
  14263. Summary: ABS Technical Notes contain the latest bugs, tips and tricks for developers of software for Apple Workgroup Servers, AppleSearch, AppleShare, AppleTalk Remote Access, and IP Gateway.JqApple Workgroup Servers:
  14264. AppleSearch:
  14265. AppleShare:
  14266. AppleTalk Remote Access:
  14267. IP Gateway:
  14268. Network Server Dev. Guide:K
  14269. Jul 92L
  14270. Jun 95M
  14271. Adobe Acrobat Reader.N2ESD, AppleSearch, AppleShare, ARA, AWS, IP GatewayODDev.CD Dec 99 RL Disk 1:Technical Documentation:ABS Technical Notes:V
  14272. 72501X
  14273. Deleted
  14274. oes fall into the category of empirically discovered undocumented behavior. 
  14275. AsyncPB:  AsyncPB is an example of how File System calls can be made in a chain from an interrupt handler like the Time Manager.
  14276. CreateDirWithCustomIcon:  This snippet demonstrates how to create a directory and how to steal a custom icon from another directory by CatMoving the "Icon\r" file from the other directory.
  14277. CustomGet unresolved alias:  This sample demonstrates how to let the user choose an alias file f
  14278. rom an "open" dialog. The basic idea is to intercept the pseudo-item 'sfHookOpenAlias' in a CustomGetFile hook function and transform it into 'getOpen'. This causes the dialog to behave as if the user had clicked the open button. Also, we intercept the item number of a check box we have added to the dialog item template in order to allow the user to choose whether to resolve aliases. Finally, when CustomGetFile returns, we call DebugStr to let the user (you, the programmer, not end users -
  14279. csmp-digest-v3-077
  14280. csmp-digest-v3-078
  14281. csmp-digest-v3-079
  14282. csmp-digest-v3-080
  14283. csmp-digest-v3-081
  14284. csmp-digest-v3-082
  14285. csmp-digest-v3-083
  14286. csmp-digest-v3-084
  14287. csmp-digest-v3-085
  14288. csmp-digest-v3-086
  14289. csmp-digest-v3-087
  14290. csmp-digest-v3-088
  14291. csmp-digest-v3-089
  14292. csmp-digest-v3-090
  14293. csmp-digest-v3-091
  14294. csmp-digest-v3-092
  14295. csmp-digest-v3-093
  14296. csmp-digest-v3-094
  14297. csmp-digest-v3-095
  14298. csmp-digest-v3-096
  14299. csmp-digest-v3-097
  14300. csmp-digest-v3-098
  14301. csmp-digest-v3-099
  14302. csmp-digest-v3-100
  14303. csmp-digest-v3-101
  14304. csmp-digest-v3-102
  14305. csmp-digest-v3-103
  14306. csmp-digest-v3-104
  14307. csmp-digest-v3-105
  14308. csmp-digest-v3-106
  14309. csmp-digest-v3-107
  14310. csmp-digest-v3-108
  14311. csmp-digest-v3-109
  14312. csmp-digest-v3-110
  14313. csmp-digest-v3-111
  14314. csmp-digest-v3-112
  14315. csmp-digest-v3-113
  14316. csmp-digest-v3-114
  14317. csmp-digest-v3-115
  14318. csmp-digest-v3-116
  14319. csmp-digest-v3-117
  14320. csmp-digest-v3-118
  14321. csmp-digest-v3-119
  14322. csmp-digest-v3-120
  14323. csmp-digest-v3-121
  14324. VM5Any Macintosh, This package is System 7.0 compatible.O>Dev.CD May 00 TC:Tool Chest:Testing & Debugging:General tools:PFDev.CD May 00 TC
  14325.  - Tool Chest
  14326.  - Testing & Debugging
  14327.  - General toolsV
  14328. 73805X
  14329. May 00^
  14330. --set theItem to choose file -- uncomment to test in an AS editor
  14331.     tell application "Finder"
  14332.         open item "Dev.CD May 00 TC:Tool Chest:Testing & Debugging:General tools:"
  14333.         activate
  14334.     end tell
  14335. on error errMsg number errNum
  14336.     --enter statements to perform when no records are found such as...
  14337.     display dialog "Sorry, the item you selected could not be found."
  14338.     return
  14339. end try
  14340. e    No Changeq
  14341. Dev.CD May 00 TC
  14342. WD!All Packages
  14343. Tool Chest Edition
  14344. Audio Palette Developer Doc
  14345.      perform when no records are found such as...
  14346.     display dialog "Sorry, the item you selected could not be found."
  14347.     return
  14348. end try
  14349. All Packages
  14350. System Enabler 111 (PB 160/180)O
  14351. Dev.CD Apr 93P
  14352. Dev.CD Apr 9V
  14353. 73531X
  14354. Apr 93
  14355. Dev.CD May 00 TC:Sample Code:P
  14356. Dev.CD May 00 TC
  14357.  - Sample CodeV
  14358. 74129X
  14359. May 00^
  14360. r--set theItem to choose file -- uncomment to test in an AS editor
  14361.     tell application "Finder"
  14362.         open item "Dev.CD May 00 TC:Sample Code:"
  14363.         activate
  14364.     end tell
  14365. on error errMsg number errNum
  14366.     --enter statements to perform when no records are found such as...
  14367.     display dialog "Sorry, the item you selected could not be found."
  14368.     return
  14369. end try
  14370. e    No Changef
  14371. QuickTime
  14372. Dev.CD May 00 TC
  14373. D!All Packages
  14374. Tool Chest Edition
  14375. MyHelpMenuI
  14376. Sample code to demonstrate how to append your own help menu items under the help menu. As an aside, also shows how to implement hierarchical sub-menus.
  14377. Appending your own help menu items. How to implement hierarchical sub-menus.J
  14378. Sample Code.imgK
  14379. Mar 98N#help, menu, hierarchical, sub-menusO
  14380. Dev.CD May 00 TC:Sample Code:P
  14381. Dev.CD May 00 TC
  14382.  - Sample CodeV
  14383. 74130X
  14384. May 00^
  14385. #is stack creates a file, YOU MUST FIRST COPY T
  14386. e    No Changef2Open Transport
  14387. OTOptionManagment
  14388. option managementq
  14389. Dev.CD Jun 98 RL1
  14390. D!All Packages
  14391. Tool Chest Edition
  14392. GlyphaIVI
  14393. This sample is a basic game implementation in the sprite of Joust.  It is meant as demonstation of the basics of Sprocket usage.
  14394. Sample Code.imgK
  14395. Feb 00MbPowerPC, System 8.1+, GameSprockets, and either Universal Interfaces 3.3 or The GameSprockets SDK
  14396. Dev.CD May 00 TC:Sample Code:P
  14397. Dev.CD May 00 TC
  14398.  - Sample CodeV
  14399. 73977X
  14400. May 00^
  14401. r--set theItem to choose file -- uncomment to test in an AS editor
  14402.     tell application "Finder"
  14403.         open item "Dev.CD May 00 TC:Sample Code:"
  14404.         activate
  14405.     end tell
  14406. on error errMsg number errNum
  14407.     --enter statements to perform when no records are found such as...
  14408.     display dialog "Sorry, the item you selected could not be found."
  14409.     return
  14410. end try
  14411. e    No Changeq
  14412. Dev.CD May 00 TC
  14413. D!All Packages
  14414. Tool Chest Edition
  14415. GroupDrawingry
  14416. prgram
  14417. guide
  14418. macintosh
  14419. power
  14420. hasn't
  14421. haun's
  14422. haveZ
  14423. haven't
  14424. here's
  14425. hersey
  14426. hidden
  14427. hierarchical
  14428. hifi-color
  14429. highg
  14430. high-end
  14431. high-leveld
  14432. highlighting
  14433. highlightsj
  14434. hints
  14435. historyv
  14436. hoddie
  14437. hokum
  14438. holdsh
  14439. holidayj
  14440. holland
  14441. informational
  14442. informixeoadaptor
  14443. infrared
  14444. inherit
  14445. inheritance
  14446. codes
  14447. collection
  14448. color[
  14449. color
  14450. locator
  14451. colorpicker
  14452. colorpicker
  14453. 2.1.1
  14454. colorpopupmenus
  14455. colorsync
  14456. colorsync
  14457. colorsync
  14458. photoshop
  14459. plugins
  14460. communication
  14461. communications
  14462. communications
  14463. toolbox
  14464. component
  14465. compositedeffects
  14466. computer-based
  14467. computer-based
  14468. media
  14469. broadcast
  14470. conferencing
  14471. config&interleave
  14472. contacts
  14473. content
  14474. context
  14475. cpugestalt
  14476. createmovie
  14477. createpictfile
  14478. development
  14479. resources
  14480. cursor
  14481. cursor
  14482. component
  14483. custommedia
  14484. cyrillic
  14485. cyrillic
  14486. language
  14487. D!All Packages
  14488. Tool Chest Edition
  14489. JavaSpritesIqThis demo program shows how to capture the results of java drawing and make a QuickTime sprite out of the result.J
  14490. Sample Code.imgK
  14491. Feb 00
  14492. - Common
  14493.     - Sun Compliant Java Runtime Environment 1.1
  14494.     - QuickTime 3 
  14495.     - QTJava.zip
  14496.     - QTJava media samples
  14497. - Mac OS:
  14498.     - System 8 or later
  14499.     - Macintosh Runtime for Java (MRJ) 2.1
  14500. - Windows 95, 98, or NT::
  14501.     - JRE/JDK from Sun Microsystems, Inc. recommended
  14502. QuickTime, Java, MRJl Chest Edition
  14503. he purpose of the MenuScripter sample code is to demonstrate advanced features of the Open Scripting Architecture (OSA). Using the OSA allows MenuScripter to have its behavior altered by attaching scripts to objects such as a document. The scripts can be created in the Script Editor, MenuScripter itself, or any other script editing application.
  14504. MenuScripter 4.0 implements many of the of the techniques described in Paul Smith's develop articles - 'Programming for Flexibility: Thr Flexibility: Th
  14505. develop
  14506. issue
  14507. develop
  14508. issue
  14509. develop
  14510. issue
  14511. develop
  14512. issue
  14513. develop
  14514. issue
  14515. develop
  14516. issue
  14517. develop
  14518. issue
  14519. develop
  14520. issue
  14521. develop
  14522. issue
  14523. develop
  14524. issue
  14525. develop
  14526. issue
  14527. develop
  14528. issue
  14529. develop
  14530. issue
  14531. develop
  14532. issue
  14533. develop
  14534. issue
  14535. references
  14536. develop
  14537. issue
  14538. develop
  14539. issue
  14540. develop
  14541. issue
  14542. references
  14543. develop
  14544. issue
  14545. develop
  14546. issue
  14547. develop
  14548. issue
  14549. references
  14550. develop
  14551. issue
  14552. develop
  14553. issue
  14554. develop
  14555. issue
  14556. xthings
  14557. shell
  14558. sample
  14559. docsr
  14560. zaptcp
  14561. zaptcp
  14562. despair
  14563. despite
  14564. destination
  14565. destroy
  14566. destroy
  14567. needs
  14568. destroyglfromwindow
  14569. detached
  14570. detail
  14571. detailedv
  14572. detailed
  14573. developer
  14574. documentation
  14575. lace in the background.
  14576. Features: Multiple progress bars may be created.  All imaginable parameters of the progress bar windoid are gettable/settable as HyperCard properties.  Includes Test/Demo Stack and full source.  
  14577. JbProgressWindoid
  14578. ProgressWindoid Worksheet
  14579. ProgressWindoid.c
  14580. ProgressWindoid.make
  14581. ProgressWindoid.
  14582. Vol VIIL
  14583. Apr 92M5HyperCard 2.0, This package is System 7.0 compatible.O_Dev.CD May 00 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:ProgressWindoid
  14584. C:PmDev.CD May 00 TC
  14585.  - Tool Chest
  14586.  - Development Kits
  14587.  - HyperCard Related
  14588.  - XCMDs & XFCNs
  14589.  - ProgressWindoid
  14590. Cs Library."
  14591. Power Mac G4 Developer Note (Revised)
  14592. This developer note provides technical information about the Power Mac G4 
  14593. number
  14594. number
  14595. formatting
  14596. resedit
  14597. localization
  14598. object
  14599. object
  14600. disassembly
  14601. ultraslimfast
  14602. dumpobj
  14603. object-orientedY
  14604. objective-c
  14605. objects
  14606. objectsupportlib
  14607. macodbc
  14608. database
  14609. connectivity
  14610. drivers
  14611. network
  14612. middlewar
  14613. off-screen
  14614. opaque
  14615. choose
  14616. folder
  14617. navigation
  14618. services
  14619. transport
  14620. cache
  14621. delete
  14622. query
  14623. transport
  14624. resource
  14625. codewarrior
  14626. ethern
  14627. transport
  14628. debug
  14629. transport
  14630. kernel
  14631. strlog
  14632. debug
  14633. streams
  14634. transport
  14635. appletalk
  14636. rawmode
  14637. nbplookup
  14638. otlookup
  14639. transport
  14640. mapper
  14641. mapperref
  14642. transport
  14643. netstat
  14644. display
  14645. cache
  14646. logical
  14647. physic
  14648. transport
  14649. networking
  14650. appletalk
  14651. tcp/ip
  14652. The SampleFilter PostScript Output Filter for LaserWriter 8.7 demonstrates:
  14653.   1) how to obtain data from the collection passed from the print dialog
  14654.   2) how to insert data into the output stream BEFORE a given subsection
  14655.   3) how to insert data into the output stream AFTER a given subsection
  14656.   4) how to remove data for a given subsection
  14657.   5) how to replace data for a given subsection
  14658.   6) how to detect a given page
  14659. The SectionReport filter generates a log file with all the subsection inBzformation that passes through this filter. The log file has a .dsc suffix and is written to your Job Documentation Folder.
  14660. Sample Code.imgK
  14661. Dec 99M
  14662. LaserWriter 8.7N
  14663. Printing, PostScript, FilterO
  14664. Dev.CD May 00 TC:Sample Code:P
  14665. Dev.CD May 00 TC
  14666.  - Sample Code
  14667. macro
  14668. magician
  14669. managert
  14670. market
  14671. media
  14672. monitorr
  14673. newsi
  14674. notesS
  14675. onescannerg
  14676. opp's
  14677. palette
  14678. parserV
  14679. photoshop
  14680. plugins
  14681. ATags
  14682. ATags Manual
  14683. ATags Manual.txt
  14684. CTags
  14685. Ctags Manual
  14686. Ctags Manual.txt
  14687. Findtag
  14688. Findtag Manual
  14689. Findtag Manual.txt
  14690. PopTag
  14691. PopTag Manual
  14692. PopTag Manual.txt
  14693. PTags
  14694. Ptags Manual
  14695. Ptags Manual.txt
  14696. READ ME
  14697. READ ME.txt
  14698. Sample Startup
  14699. Tags.HelpK
  14700. Vol IIIL
  14701. Jan 93MDMPW and some free disk space. This package is System 7.0 compatible.O>Dev.CD May 00 TC:Tool Chest:Development Kits:MPW Related:Tags:PIDev.CD May 00 TC
  14702.  - Tool Chest
  14703.  - Development Kits
  14704.  - MPW Related
  14705.  - TagsV
  14706. 74879X
  14707. May 00^
  14708. --set theItem to choose file -- uncomment to test in an AS editor
  14709.     tell application "Finder"
  14710.         open item "Dev.CD May 00 TC:Tool Chest:Development Kits:MPW Related:Tags:"
  14711.         activate
  14712.     end tell
  14713. on error errMsg number errNum
  14714.     --enter statements to perform when no records are found such as...
  14715.     display dialog "Sorry, the item you selected could not be found."
  14716.     return
  14717. end try
  14718. e    No Changeq
  14719. Dev.CD May 00 TC
  14720. All Packages
  14721. F$Taiwan Chinese Font Option Kit 6.0.3V
  14722. 74880X
  14723. Apr 00L
  14724. Apr 00NWHardware Developer Documentation, developer notes, devnotes, Power Mac, Power MacintoshOmDev.CD Feb 00 TC:What's New?:Technical Publications:Technical Documentation:Developer Documentation:hardware:P{Dev.CD Feb 00 TC
  14725.  - What's New?
  14726.  - Technical Publications
  14727.  - Technical Documentation
  14728.  - Developer Documentation
  14729.  - hardwareV
  14730. 73923X
  14731. Feb 00^
  14732. --set theItem to choose file -- uncomment to test in an AS editor
  14733.     tell application "Finder"
  14734.         open item "Dev.CD Feb 00 TC:What's New?:Technical Publications:Technical Documentation:Developer Documentation:hardware:"
  14735.         activate
  14736.     end tell
  14737. on error errMsg number errNum
  14738.     --enter statements to perform when no records are found such as...
  14739.     display dialog "Sorry, the item you selected could not be found."
  14740.     return
  14741. end try
  14742. e    No ChangefSHardware Developer Documentation
  14743. developer notes
  14744. devnotes
  14745. Power Mac
  14746. Power Macintosho.http://developer.apple.com/techpubs/index.htmlq
  14747. Dev.CD Feb 00 TC
  14748. 74033X
  14749. May 00^
  14750. --set theItem to choose file -- uncomment to test in an AS editor
  14751.     tell application "Finder"
  14752.         open item "Dev.CD May 00 TC:Tool Chest:OS Utilities:jGNE Helper:"
  14753.         activate
  14754.     end tell
  14755. on error errMsg number errNum
  14756.     --enter statements to perform when no records are found such as...
  14757.     display dialog "Sorry, the item you selected could not be found."
  14758.     return
  14759. end try
  14760. e    No Changef6GetNextEvent WaitNextEvent filter jGNE INIT 68K helperq
  14761. Dev.CD May 00 TC
  14762. D!All Packages
  14763. Tool Chest Edition
  14764. F    JISAppletI
  14765. This demo program shows how to display any QuickTime content within a java.awt.Applet where the content is read using a java.io.InputStreamJ
  14766. Sample Code.imgK
  14767. Feb 00
  14768. C:Sample Code:V
  14769. 74034X
  14770. 1e    No Change
  14771. ecords are found such as...
  14772.     display dialog "Sorry, the item you selected could not be found."
  14773.     return
  14774. end try
  14775. e    No Changec 99M
  14776. Color Macintosh:Sample Code:V
  14777. 68906X
  14778. 1e    No Change
  14779. AppleShare IP 6.3 SDK
  14780. Continuing to offer the traditional server software suite, AppleShare IP 6.3 now supports Mac OS 9, allowing server administrators to take advantage of the latest improvements in the Mac OS.  AppleShare IP 6.3 also eliminates the dependencies of the earlier versions of the administration applications on Open Doc and replaces those with a single integrated management administration, called Mac OS Server Admin.  Within this SDK, you will find detailed developer documentation, interfaces, lib
  14781. 73786X
  14782. driven
  14783. camera
  14784. actions
  14785. program
  14786. shows
  14787. capture
  14788. results
  14789. program
  14790. shows
  14791. composit
  14792. presentation
  14793. Summary:  This is "jGNE Helper", formerly a monthly posting to the Usenet newsgroup alt.sources.mac. It provides an example for INIT programmers interested in filtering events before they are handed to applications calling GetNextEvent (which is called by WaitNextEvent).
  14794. The jGNE filter is the Apple-sanctioned method for filtering events. It is possible to patch event traps. It is sometimes even advisable. But since the jGNE filter is the sanctioned method, one ought to attempt to use it 
  14795. before patching traps.
  14796. For further info on the jGNE filter, consult your Technotes.
  14797. Issues:  Prospective users of this code should know that the plan of record for Copland does not include support for jGNEFilter. However, it is likely that Copland will include some form of global event filtering service. Carefully isolate your use of this code and you may be able to make the move to Copland without too much pain.
  14798. Mar 96 List 4.3:und."
  14799.     return
  14800. end try
  14801. end try
  14802. needed^
  14803. needsT
  14804. neighborhood
  14805. neophyte
  14806. nepali
  14807. nested
  14808. net-install
  14809. net/biz/bbsw
  14810. netcom
  14811. netscapej
  14812.     return
  14813. end try
  14814.    end tell
  14815. on error errMsg number errNum
  14816.     --enter statements to perform when no records are found such as...
  14817.     display dialog "Sorry, the item you selected could not be found."
  14818.     return
  14819. end try
  14820. All Packages
  14821. System Enabler 003 (LC III)OEDev.CD Apr 94
  14822. Dev.CD Jan 94
  14823. Dev.CD Oct 93
  14824. Dev.CD Jul 93
  14825. Dev.CD Apr 93PDDev.CD Apr 94
  14826. Dev.CD Jan 94
  14827. Dev.CD Oct 93
  14828. Dev.CD Jul 93
  14829. Dev.CD Apr 9V
  14830. 72193X
  14831. Apr 94
  14832. after
  14833. wombat
  14834. joystick
  14835. manager
  14836. pccardnetworksample
  14837. pccts
  14838. pccts
  14839. sound
  14840. input
  14841. driver
  14842. pdlog
  14843. pdlog
  14844. expand
  14845. viewer
  14846. peoplesoft/apple
  14847. peoplesoft/apple
  14848. white
  14849. paper
  14850. peoplesurveyor
  14851. peoplesurveyor
  14852. 2.1.2
  14853. performa
  14854. performa
  14855. 7.1p2
  14856. performa
  14857. 7.1p5
  14858. performa
  14859. 7.1p6
  14860. performance
  14861. ormance
  14862. tools
  14863. pgpuam
  14864. photoshop
  14865. picker
  14866. pippin
  14867. pippin
  14868. technical
  14869. notes
  14870. player
  14871. playmovie
  14872. playtune
  14873. plug-ins
  14874. plugins
  14875. popupfuncs
  14876. popupfuncs
  14877. 2.6.1
  14878. porting
  14879. porting
  14880. objective-c
  14881. posers
  14882. postscript
  14883. postscript
  14884. output
  14885. filters
  14886. postscript
  14887. utilities
  14888. power
  14889. power
  14890. debugger
  14891. power
  14892. macintosh
  14893. artwork
  14894. power
  14895. manager
  14896. powerbook
  14897. powerpc
  14898. powerpc
  14899. documentation
  14900. Summary: This is the electronic version of develop magazine.
  14901.  Issue 6 highlights:
  14902. Threads on the Macintosh  by Michael Gough.   Multiple concurrent 
  14903. threads of execution on the Macintosh? You bet! This article presents a complete threads package, talks about its implementation, and shows you how to use it.
  14904. QuickDraw's CopyBits Procedure: Better Than Ever in System 7.0  by Konstantin Othmer.   In System 7.0, the internal workings of this versatile routine have changed (for the better, o
  14905. f course!). Learn all about the differences, and check out some simple but useful image processing techniques.
  14906. MacTCP Cookbook: Constructing Network-Aware Applications   
  14907. by Steve Falkenburg.   Networking for the rest of us. Here's an introduction to the TCP/IP protocol suite, and a library of routines that make using MacTCP a (relative) breeze.
  14908. Print Hints from Luke & Zz: Color Printing with LaserWriter 6.0 Revisited  by Pete 
  14909.  Alexander.   A potential color printing problem, and s
  14910. --set theItem to choose file -- uncomment to test in an AS editor
  14911.     tell application "Finder"
  14912.         open item "Dev.CD Apr 94
  14913. Dev.CD Jan 94
  14914. Dev.CD Oct 93
  14915. Dev.CD Aug 93"
  14916.         activate
  14917.     end tell
  14918. on error errMsg number errNum
  14919.     --enter statements to perform when no records are found such as...
  14920.     display dialog "Sorry, the item you selected could not be found."
  14921.     return
  14922. end try
  14923. vu-meter
  14924. vumeter
  14925. vumeter
  14926. sound
  14927. level
  14928. meters
  14929. sample
  14930. volume
  14931. waitnextevent
  14932. wannabe
  14933. waste
  14934. waste
  14935. textedit
  14936. replacement
  14937. webobjects
  14938. igning
  14939. robustness
  14940. testing
  14941. webobjects
  14942. objective-c
  14943. webobjects
  14944. webobjects
  14945. server
  14946. objects
  14947. window
  14948. windows
  14949. wombat
  14950. workstation
  14951. world
  14952. wrapper
  14953.  Change
  14954. e    No Change
  14955. technicalS
  14956. technical
  14957. publications
  14958. technical
  14959. publications
  14960. documentation
  14961. technical
  14962. publications
  14963. enterprise
  14964. technical
  14965. publications
  14966. function
  14967. index
  14968. technical
  14969. publications
  14970. hardware
  14971. technical
  14972. publications
  14973. technical
  14974. publications
  14975. technical
  14976. publications
  14977. technical
  14978. publications
  14979. technical
  14980. publications
  14981. server
  14982. technical
  14983. publications
  14984. quicktime
  14985. technical
  14986. publications
  14987. rhapsody
  14988. technical
  14989. publications
  14990. webobjects
  14991. technicalpublication
  14992. technicalpublication
  14993. carbon
  14994. techniques
  14995. toolbox
  14996. toolkit
  14997. toolkits
  14998. tools]
  14999. transport
  15000. transport/ppp
  15001. tune-up
  15002. 74500X
  15003. May 00^
  15004. --set theItem to choose file -- uncomment to test in an AS editor
  15005.     tell application "Finder"
  15006.         open item "Dev.CD May 00 TC:What's New?:Sample Code:Graphics 3D:SetupGL:"
  15007.         activate
  15008.     end tell
  15009. on error errMsg number errNum
  15010.     --enter statements to perform when no records are found such as...
  15011.     display dialog "Sorry, the item you selected could not be found."
  15012.     return
  15013. end try
  15014. e    No Changef"OpenGL
  15015. full screen
  15016. DrawSprocketo0http://developer.apple.com/samplecode/index.htmlq
  15017. Dev.CD May 00 TC
  15018. D!All Packages
  15019. Tool Chest Edition
  15020. SetWindBackColorI
  15021. Demonstrates how to programmatically set the background color of a window without flicker.
  15022. Don't have the Appearance Manager running.J
  15023. Sample Code.imgK
  15024. Aug 97N
  15025. background color WDEF windowO
  15026. Dev.CD May 00 TC:Sample Code:P
  15027. Dev.CD May 00 TC
  15028.  - Sample CodeV
  15029. 74501X
  15030. May 00^
  15031. agent
  15032. specific
  15033. files
  15034. All Packages
  15035. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  15036. Dev.CD Jan 94
  15037. Dev.CD Oct 93
  15038. Dev.CD Jul 93
  15039. Dev.CD Apr 93PDDev.CD Apr 94
  15040. Dev.CD Jan 94
  15041. Dev.CD Oct 93
  15042. Dev.CD Jul 93
  15043. Dev.CD Apr 9V
  15044. 74833X
  15045. Apr 94
  15046. --set theItem to choose file -- uncomment to test in an AS editor
  15047.     tell application "Finder"
  15048.         open item "Dev.CD Apr 94
  15049. Dev.CD Jan 94
  15050. Dev.CD Oct 93
  15051. Dev.CD Jul 93
  15052. Dev.CD Apr 93"
  15053.         activate
  15054.     end tell
  15055. on error errMsg number errNum
  15056.     --enter statements to perform when no records are found such as...
  15057.     display dialog "Sorry, the item you selected could not be found."
  15058.     return
  15059. end try
  15060. All Packages
  15061. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  15062. Dev.CD Jan 94
  15063. Dev.CD Oct 93
  15064. Dev.CD Jul 93
  15065. Dev.CD Apr 93PDDev.CD Apr 94
  15066. Dev.CD Jan 94
  15067. Dev.CD Oct 93
  15068. Dev.CD Jul 93
  15069. Dev.CD Apr 9V
  15070. 74834X
  15071. Apr 94
  15072. at your image will look like on the printing press. 
  15073.  Execute any custom color matching needed.
  15074. New ColorSync Photoshop Plug-ins (Impo
  15075. atademo
  15076. atademo
  15077. codewarrior
  15078. sample
  15079. atg/human
  15080. atoms
  15081. atrap
  15082. atrapper
  15083. atraps
  15084. atsui
  15085. attach
  15086. attachedU
  15087. attaches
  15088. attaching
  15089. attemptx
  15090. attempting
  15091. attempts
  15092. attention
  15093. attractive
  15094. attribute
  15095. attributes
  15096. audiencef
  15097. audiencesR
  15098. audio
  15099. audio
  15100. allows
  15101. start
  15102. pause
  15103. audit
  15104. audited
  15105. auditing
  15106. augustj
  15107. aurp-speaking
  15108. authenticate
  15109. authenticated
  15110. authentication
  15111. author
  15112. authoring
  15113. authorized
  15114. authorsp
  15115. autoz
  15116. autoguest
  15117. --set theItem to choose file -- uncomment to test in an AS editor
  15118.     tell application "Finder"
  15119.         open item "Dev.CD Apr 94
  15120. Dev.CD Jan 94
  15121. Dev.CD Oct 93
  15122. Dev.CD Jul 93
  15123. Dev.CD Apr 93"
  15124.         activate
  15125.     end tell
  15126. on error errMsg number errNum
  15127.     --enter statements to perform when no records are found such as...
  15128.     display dialog "Sorry, the item you selected could not be found."
  15129.     return
  15130. end try
  15131. end try
  15132. e    No Changeq
  15133. Dev.CD May 00 TC
  15134. D!All Packages
  15135. Mac OS SDK Edition
  15136. Cursor Component SDK
  15137. EThe Cursor Component SDK enables the building and use of cursor components.  Cursor components allow you to build custom color cursor completely under your control.  For example cursors created utilizing this SDK could be extra large, thousands or millions of colors, transparent, situationually intelligent, and/or animated.
  15138. Cursor_Comp_1.0_SDK.imgK
  15139. Jun 00K Disk 1:Development Kits:Mac OS:Cursor Component 1.0 SDK:V
  15140. 71402X
  15141. 1e    No Change
  15142. )D!All Packages
  15143. Tool Chest Edition
  15144. Apple Developer News archive
  15145. This folder contains the archives (in HTML format) of Apple Computer's weekly newsletter to developers, Apple Developer News. The navigation links and graphics at the top and bottom of each page do not work, but the body of each page (and relevant links to the Internet) are complete. This folder is a mirror image of the ADN content on Apple's web site and is included for those developers who do not have web access. 
  15146. 3.0.2
  15147. 3.2.1
  15148. 3.3.2
  15149. 3/92^
  15150. 32-bit
  15151. 350000
  15152. 366-mhz
  15153. 3d-partyj
  15154. 3d-thej
  15155. 4.0.8
  15156. 4.5.2
  15157. 4/16Q
  15158. 40-60
  15159. altdboxproc
  15160. alter
  15161. alterationso
  15162. altered
  15163. altering
  15164. alternate_
  15165. alternatebufferdispl
  15166. alternating
  15167. alternative
  15168. alternatively
  15169. alters
  15170. although
  15171. altivec
  15172. always
  15173. p--set theItem to choose file -- uncomment to test in an AS editor
  15174.     tell application "Finder"
  15175.         open item "Dev.CD Apr 94
  15176. Dev.CD Jan 94"
  15177.         activate
  15178.     end tell
  15179. on error errMsg number errNum
  15180.     --enter statements to perform when no records are found such as...
  15181.     display dialog "Sorry, the item you selected could not be found."
  15182.     return
  15183. end try
  15184. client
  15185. tutorial
  15186. java's
  15187. javadoc
  15188. javascript
  15189. jbindery
  15190. jdirect
  15191. jdkclasses
  15192. jgnefilter
  15193. jmanager
  15194. johnson
  15195. erils of PostScript
  15196. The Sequel  by Scott 
  15197.  Zimmerman.   A description of some gotchas that can occur when you use PostScript dictionaries in applications, and ways to work around them. 
  15198. Driving to Print:  An Apple IIGS Printer Drive
  15199. libraryA
  15200. licenced
  15201. licenseZ
  15202. licensed
  15203. licensesj
  15204. licensingb
  15205. light
  15206. light-weight
  15207. lightening
  15208. lighter
  15209. lights
  15210. likelyo
  15211.     return
  15212. end try
  15213. e    No Changef3Open Transport
  15214. endpoint
  15215. download
  15216. fetch
  15217. HTTPq
  15218. Dev.CD May 00 TC
  15219. ID!All Packages
  15220. Tool Chest Edition
  15221. OTSimpleServerHTTP
  15222. about
  15223. w or shrink by 30 pixels, or whatever).
  15224. HideMenuBar:  This snippet shows how to hide the menu bar by simply creating a window with a visRgn that includes the entire main screen's gray region and its menu bar.
  15225. icon cache demo:  This sample demonstrates the use of an icon cache to limit the search for icon resource to one resource file. It does this by installin
  15226. g an icon getter function into the cache which calls Get1(Ind)Resource instead of the usual GetResource.
  15227. Icon play:  snippet to demonstrate the use of the system 7 icon utilities and the system 7 popup control cdef in a program using modal dialogs
  15228. IconUtilCheck:  This snippet shows how to determine whether the Icon Utilities are available.
  15229. ictbSample:  This snippet shows the an example of  Item Color Table Resource (ictb)resource this is discussed in Inside Macintosh:Macintosh Toolbox E
  15230. p--set theItem to choose file -- uncomment to test in an AS editor
  15231.     tell application "Finder"
  15232.         open item "Dev.CD Apr 95
  15233. Dev.CD Jan 95"
  15234.         activate
  15235.     end tell
  15236. on error errMsg number errNum
  15237.     --enter statements to perform when no records are found such as...
  15238.     display dialog "Sorry, the item you selected could not be found."
  15239.     return
  15240. end try
  15241.  Jul 93
  15242. Dev.CD Apr 93"
  15243.         activate
  15244.     end tell
  15245. on error errMsg number errNum
  15246.     --enter statements to perform when no records are found such as...
  15247.     display dialog "Sorry, the item you selected could not be found."
  15248.     return
  15249. end try
  15250. All Packages
  15251. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  15252. Dev.CD Jan 94
  15253. Dev.CD Oct 93
  15254. Dev.CD Jul 93
  15255. Dev.CD Apr 93PDDev.CD Apr 94
  15256. Dev.CD Jan 94
  15257. Dev.CD Oct 93
  15258. Dev.CD Jul 93
  15259. Dev.CD Apr 9V
  15260. 72344X
  15261. Apr 94
  15262. edittextcdev
  15263. educationalj
  15264. eenie
  15265. effect
  15266. viewer
  15267. virtual
  15268. virtual
  15269. navigation
  15270. virtual
  15271. reality
  15272. virtual
  15273. virtualuser
  15274. visigenic
  15275. volume
  15276. volume
  15277. volumes
  15278. vtwin
  15279. vu-meter
  15280. vumeter
  15281. waitnextevent
  15282. wannabe
  15283. waste
  15284. browser
  15285. objects
  15286. webobjects
  15287. webobjects
  15288. webobjects
  15289. webobjects
  15290. builder
  15291. window
  15292. window
  15293. arrangement
  15294. window
  15295. attributes
  15296. window
  15297. class
  15298. window
  15299. classes
  15300. window
  15301. layers
  15302. window
  15303. manager
  15304. windows
  15305. wombat
  15306. workgroup
  15307. working
  15308. workstation
  15309. world
  15310. world
  15311. wrapper
  15312. writeswell
  15313. yellow
  15314. yellow
  15315. yellow
  15316. zanzibar
  15317. 74932X
  15318. Mar OO^
  15319. RLDisk 1
  15320. --set theItem to choose file -- uncomment to test in an AS editor
  15321.     tell application "Finder"
  15322.         open item "Dev.CD Mar OO RLDisk 1:Interactive Media Resources:"
  15323.         activate
  15324.     end tell
  15325. on error errMsg number errNum
  15326.     --enter statements to perform when no records are found such as...
  15327.     display dialog "Sorry, the item you selected could not be found."
  15328.     return
  15329. end try
  15330. DeletedfZtraversing related tables
  15331. referential integrity rules
  15332. validation and reformatting
  15333. databaseq
  15334. Dev.CD Mar OO RLDisk 1
  15335. >D!All Packages
  15336. Tool Chest Edition
  15337. WebObjects Memory Mgmt
  15338. software
  15339. system
  15340. system
  15341. software
  15342. edition
  15343. ~--set theItem to choose file -- uncomment to test in an AS editor
  15344.     tell application "Finder"
  15345.         open item "Dev.CD Apr 94
  15346. Dev.CD Jan 94
  15347. Dev.CD Oct 93"
  15348.         activate
  15349.     end tell
  15350. on error errMsg number errNum
  15351.     --enter statements to perform when no records are found such as...
  15352.     display dialog "Sorry, the item you selected could not be found."
  15353.     return
  15354. end try
  15355. encoding
  15356. unicode
  15357. script
  15358. language
  15359. conversion
  15360. games
  15361. input
  15362. text-to-speech
  15363. textedit
  15364. thread
  15365. thread
  15366. manager
  15367. thread
  15368. threads
  15369. tasks
  15370. tasking
  15371. multitasking
  15372. threading
  15373. threads
  15374. timing
  15375. tokenQ
  15376. tokenize
  15377. tokenizer
  15378. tokenizer
  15379. fcode
  15380. tokentalkQ
  15381. t be found."
  15382.     return
  15383. end try
  15384. All Packages
  15385. F    QuickTimeV
  15386. 71938X
  15387. packagesA
  15388. E- Common
  15389.     - Sun Compliant Java Runtime Environment 1.1
  15390.     - QuickTime 3 
  15391.     - QTJava.zip
  15392.     - An Applet viewer - Apple Applet Runner or the sun appletviewer
  15393.     - QTJava media samples
  15394. - Mac OS:
  15395.     - System 8 or later
  15396.     - Macintosh Runtime for Java (MRJ) 2.1
  15397. - Windows 95, 98, or NT::
  15398.     - JRE/JDK from Sun Microsystems, Inc. recommended
  15399. QuickTime, Java, MRJ the GetProcessInformation tool box call for each process.
  15400. 3) From Finder's point of view you can obtain the numbers provided by the "AbouC
  15401. t this Macintosh" dialog.
  15402. Virtual User tools.imgK
  15403. Jul 93L
  15404. Aug 94
  15405. Memory Monitor requires System Software 7.0 or greater, and Apple
  15406.  Event Manager v1.0.1 or later. Memory Monitor can be utilized by either Virtual User 2.0 or any AppleScript capable environment. Memory Monitor runs on all Macintosh models including and after the Macintosh Plus. 
  15407. N(Testing, Memory, Virtual User, DebuggingOCDev.CD May 00 TC:Tool Chest:Testing & Debugging:Virtual User tools:
  15408. 74164X
  15409. May 00^
  15410. r--set theItem to choose file -- uncomment to test in an AS editor
  15411.     tell application "Finder"
  15412.         open item "Dev.CD May 00 TC:Sample Code:"
  15413.         activate
  15414.     end tell
  15415. on error errMsg number errNum
  15416.     --enter statements to perform when no records are found such as...
  15417.     display dialog "Sorry, the item you selected could not be found."
  15418.     return
  15419. end try
  15420. e    No ChangefiOpen Transport
  15421. AppleTalk
  15422. Printer Access Protocol
  15423. handoff endpoints
  15424. AppleTalk Transaction Protocol
  15425. Dev.CD May 00 TC
  15426. >D!All Packages
  15427. Tool Chest Edition
  15428. OT Server Sample 1.0.1
  15429.     ager US Demo :"
  15430.         activate
  15431.     end tell
  15432. on error errMsg number errNum
  15433.     --enter statements to perform when no records are found such as...
  15434.     display dialog "Sorry, the item you selected could not be found."
  15435.     return
  15436. end try
  15437. e    No Changeq
  15438. Dev.CD May 00 TC
  15439. All Packages
  15440. DeBabelizer 3.0
  15441. 72646X
  15442. s is to add the Icon family to the document and set bit 10 of th
  15443. mib-ii
  15444. midiconverter
  15445. midiconverter
  15446. readme
  15447. midiconverter
  15448. readme
  15449. midiglue
  15450. mini-conference
  15451. minimaldeclrom
  15452. minimaldeclrom
  15453. hands-on
  15454. mltesamplecarbon
  15455. standards
  15456. rep-iso
  15457. hytime
  15458. standards
  15459. rep-iso/ccitt
  15460. standards
  15461. rep-mm
  15462. objects
  15463. modulet
  15464. monitor`
  15465. moretoolbox
  15466. mountalias
  15467. mountalias
  15468. mountalias
  15469. mountprojector
  15470. mountserver
  15471. mousoid
  15472. mousoid
  15473. movie
  15474. movieshop
  15475. moving
  15476. moving
  15477. source
  15478. powerpc
  15479. mpdelayuntiltest
  15480. mpdelayuntiltest
  15481. mpdelayuntiltest
  15482. mphelloworld
  15483. mphelloworld
  15484. pascal
  15485. mping
  15486. mpintertasktime
  15487. mpintertasktime
  15488. mpintertasktime
  15489. mpperiodicaltest
  15490. mpperiodicaltest
  15491. mybuildmenu
  15492. namerevisioncurrent
  15493. native
  15494. native
  15495. navig
  15496. %N.Memory Manager, Power Macintosh, heaps, memory installs a device loop procedure that searches all active screen devices, calling a drawing procedure whenever it encounters a screen that intersects the drawing region.
  15497. NewCCursor:  This snippet shows how to create a black and white 'CURS' and a color 'crsr' cursor resource by hand.
  15498. Out of This GWorld:  The application basically uses offscreen GWorlds and palette animation to simulate totally cool animation.
  15499. Palette Animation and Palette Anima
  15500. tion Gray:  These sample applications show how to animate the entries of a palette.
  15501. Pallete DA:  This desk accesory displays the the current color table and palette information associated with it.
  15502. PictInfoTest:  Sample to demonstrate using the Picture Utilities Package
  15503. PixMap2PixPat2ppat:  This snippet shows how to convert a 'icl8' image to a PixMap image and then to a PixPat and then finally to a 'ppat' resource. In this example, the 'ppat' resource is saved-off into a resource file.
  15504. Movedq
  15505. Dev.CD May 00 TC
  15506. jD!All Packages
  15507. Tool Chest Edition
  15508. Eject PC Cards Location Module
  15509. 1A Location Manager module that shows how to eject PC Cards.  This is a sample of an action module and is useful in general for PowerBook users which use PC Cards and Location Manager
  15510. Shows how to walk the name registry to find PC Cards and eject them. Shows how to build a Location Manager action module.
  15511. Sample Code.imgK
  15512. Mar 99MFPower Macintosh with PC Card 3.0 (PowerBook 3400, 2400, G3, G3 Series)N3PC Card 3.0, Location Manager, Eject, Action moduleO
  15513. Dev.CD May 00 TC:Sample Code:P
  15514. Dev.CD May 00 TC
  15515.  - Sample CodeV
  15516. 73953X
  15517. May 00^
  15518. on error errMsg number errNum
  15519.     --enter statements to perform when no records are found such as...
  15520.     display dialog "Sorry, the item you selected could not be found."
  15521.     return
  15522. end try
  15523. All Packages
  15524. PowerTalk (PPC)O
  15525. Dev.CD Oct 94P
  15526. Dev.CD Oct 9V
  15527. 72997X
  15528. Oct 94
  15529. ploiting
  15530. explored
  15531. explores
  15532. exploring
  15533. 74551X
  15534. May 00^
  15535. r--set theItem to choose file -- uncomment to test in an AS editor
  15536.     tell application "Finder"
  15537.         open item "Dev.CD May 00 TC:Sample Code:"
  15538.         activate
  15539.     end tell
  15540. on error errMsg number errNum
  15541.     --enter statements to perform when no records are found such as...
  15542.     display dialog "Sorry, the item you selected could not be found."
  15543.     return
  15544. end try
  15545. MovedfDCustomGetFile
  15546. CustomPutFile
  15547. dialog
  15548. select
  15549. folder
  15550. balloon
  15551. appendq
  15552. Dev.CD May 00 TC
  15553. D!All Packages
  15554. Tool Chest Edition
  15555. StandardFileIcons
  15556.     ose file -- uncomment to test in an AS editor
  15557.     tell application "Finder"
  15558.         open item "Dev.CD Jul 93
  15559. Dev.CD Apr 93"
  15560.         activate
  15561.     end tell
  15562. on error errMsg number errNum
  15563.     --enter statements to perform when no records are found such as...
  15564.     display dialog "Sorry, the item you selected could not be found."
  15565.     return
  15566. end try
  15567. All Packages
  15568. F    QuickTimeO
  15569. Dev.CD Jul 93
  15570. Dev.CD Apr 93V
  15571. 70720X
  15572. source
  15573. directoryB
  15574. directs
  15575. directsetentries
  15576. direformat
  15577. dirid
  15578. dirid's
  15579. dirty
  15580. disable
  15581. disable
  15582. mouse
  15583. keyboard
  15584. disable
  15585. speech
  15586. disabledY
  15587. disableeject
  15588. disables
  15589. disabling
  15590. disambiguatorj
  15591. disappear
  15592. disassembler
  15593. disassemblepictures
  15594. closure
  15595. disconnect
  15596. discourages
  15597. discover
  15598. discovered
  15599. discovering
  15600. discs
  15601. discuss
  15602. discussed
  15603. discussesw
  15604. discussion
  15605. discussions
  15606. disinfectant
  15607. diskg
  15608. utility
  15609. application
  15610. mount
  15611. disk-inserted
  15612. diskfiller
  15613. diskrestore
  15614. disks
  15615. diskscripts
  15616. disparate
  15617. tion with 
  15618. --set theItem to choose file -- uncomment to test in an AS editor
  15619.     tell application "Finder"
  15620.         open item "Dev.CD Apr 94
  15621. Dev.CD Jan 94
  15622. Dev.CD Oct 93
  15623. Dev.CD Jul 93
  15624. Dev.CD Apr 93"
  15625.         activate
  15626.     end tell
  15627. on error errMsg number errNum
  15628.     --enter statements to perform when no records are found such as...
  15629.     display dialog "Sorry, the item you selected could not be found."
  15630.     return
  15631. end try
  15632. marathi
  15633. marathon
  15634. marchj
  15635. markZ
  15636. markc
  15637. marked
  15638. marketj
  15639. marketingj
  15640. markets
  15641. markpascal
  15642. marks
  15643. maroney
  15644. marriott
  15645. martin
  15646. martin-gilles
  15647. master
  15648. masters
  15649. match
  15650. matched
  15651. All Packages
  15652. CPU SE 406O
  15653. Dev.CD Jul 95P
  15654. Dev.CD Jul 9V
  15655. 73870X
  15656. Jul 95
  15657. b--set theItem to choose file -- uncomment to test in an AS editor
  15658.     tell application "Finder"
  15659.         open item "Dev.CD Jul 95"
  15660.         activate
  15661.     end tell
  15662. on error errMsg number errNum
  15663.     --enter statements to perform when no records are found such as...
  15664.     display dialog "Sorry, the item you selected could not be found."
  15665.     return
  15666. end try
  15667. All Packages
  15668. CPU SE 406O
  15669. Dev.CD Jul 95P
  15670. Dev.CD Jul 9V
  15671. 73871X
  15672. Jul 95
  15673. b--set theItem to choose file -- uncomment to test in an AS editor
  15674.     tell application "Finder"
  15675.         open item "Dev.CD Jul 95"
  15676.         activate
  15677.     end tell
  15678. on error errMsg number errNum
  15679.     --enter statements to perform when no records are found such as...
  15680.     display dialog "Sorry, the item you selected could not be found."
  15681.     return
  15682. end try
  15683. D!All Packages
  15684. Tool Chest Edition
  15685. CPUGestalt
  15686. 0462X
  15687. May 00^
  15688. f--set theItem to choose file -- uncomment to test in an AS editor
  15689.     tell application "Finder"
  15690.         open item "Dev.CD Jan 96 SSW"
  15691.         activate
  15692.     end tell
  15693. on error errMsg number errNum
  15694.     --enter statements to perform when no records are found such as...
  15695.     display dialog "Sorry, the item you selected could not be found."
  15696.     return
  15697. end try
  15698. reflectingU
  15699. reformats
  15700. reformatting
  15701. regarded
  15702. regardingo
  15703. regardless
  15704. regards
  15705. Dev.CD May 00 TC
  15706. D!All Packages
  15707. Tool Chest Edition
  15708. SetDefaultDTP
  15709.     hnical
  15710. technique
  15711. techniques
  15712. technotes
  15713. techpubsfind
  15714. techpubsfind
  15715. ension
  15716. supports
  15717. summary
  15718. suite
  15719. provides
  15720. framework
  15721. tools
  15722. summary
  15723. navigable
  15724. movie
  15725. toolkit
  15726. hypercard
  15727. stack
  15728. summary
  15729. purpose
  15730. menuscripter
  15731. sample
  15732. Dev.CD May 00 TC:Sample Code:P
  15733. Dev.CD May 00 TC
  15734.  - Sample CodeV
  15735. 74034X
  15736. May 00^
  15737. r--set theItem to choose file -- uncomment to test in an AS editor
  15738.     tell application "Finder"
  15739.         open item "Dev.CD May 00 TC:Sample Code:"
  15740.         activate
  15741.     end tell
  15742. on error errMsg number errNum
  15743.     --enter statements to perform when no records are found such as...
  15744.     display dialog "Sorry, the item you selected could not be found."
  15745.     return
  15746. end try
  15747. e    No Changef
  15748. QuickTime
  15749. Dev.CD May 00 TC
  15750. D!All Packages
  15751. Tool Chest Edition
  15752. JPEG Sample
  15753. xSummary:  This sample demonstrates how to compress and decompress JPEG images with QuickTime. We use the FCompressImage function but the CompressImage counterpart function could also be used. Although this sample strictly demonstrates JPEG compression/decompression you could use this as a framework for other types of compression (except for the decoding of the JPEG header).
  15754. Sample Code.imgK
  15755. Jul 96L
  15756. May 97
  15757. can be difficult, since there
  15758. s a lot going on beneath the surface. These techniques for detecting problems in MacApp programs can help.
  15759. Chiropractic for Your Misaligned Data by Kevin Looney and Craig Anderson.   Misaligned data accesses on PowerPC processors can be very expensive. Two tools that will help you detect misalignment problems are presented here, along with some advice on avoiding misalignment in the first place.
  15760. THE OPENDOC ROAD: OpenDoc Memory Management and the Toolbox by 
  15761. Troy Gaul and Vincent Lo.  Managing memory allocation in your OpenDoc part editor can be a little tricky.
  15762. PRINT HINTS: Safe Travel Through the Printing Jungle by Dave Polaschek.  Printing is often much more complex than it needs to be. By keeping it simple and staying on the well-trod path, you can protect yourself.
  15763. BE OUR GUEST:  Source Code Control for the Rest of Us by D. John Anderson and Alan B. Harper Source control doesn
  15764. t need to be complex, as the simple tools presented here wil
  15765. 5.0.7V
  15766. 5.3.2
  15767. 5300ramcard
  15768. 5xxx/6xxx
  15769. 5xxx/6xxx
  15770. tester
  15771. 6.3.3
  15772. performance
  15773. static
  15774. libraries
  15775. anniversary
  15776. 7.1.3
  15777. 7.5.5
  15778. 7/96o
  15779. apple
  15780. grayscale
  15781. appearanceo
  15782. 7edit\
  15783. 7edit
  15784. readmeO
  15785. 8.5.1
  15786. 8/31/93
  15787. 9/1/93
  15788. 95/02
  15789. Jul 93
  15790. Dev.CD Apr 93"
  15791.         activate
  15792.     end tell
  15793. on error errMsg number errNum
  15794.     --enter statements to perform when no records are found such as...
  15795.     display dialog "Sorry, the item you selected could not be found."
  15796.     return
  15797. end try
  15798. All Packages
  15799. Dec 99M&CW2 or later and Universal Headers 3.3N8AGP, VRAM, NewGWorld, useDistantHdwrMem, useLocalHdwrMemO
  15800. Dev.CD May 00 TC:Sample Code:P
  15801. Dev.CD May 00 TC
  15802.  - Sample CodeMaurice Sharp. Although version 1.5 of the Newton Toolkit provides some built-in support for localizing strings, organizing the different sets of strings is still problematic. Or rather, it was until now.
  15803. JBdevelop Issue 25
  15804. develop Issue 25 code
  15805. develop Issue 25 referencesK
  15806. Mar 96L
  15807. Mar 96OIDev.CD Jun 00 RL Disk 1:Technical Documentation:Develop:develop Issue 25:PQDev.CD Jun 00 RL Disk 1
  15808.  - Technical Documentation
  15809.  - Develop
  15810.  - develop Issue 25a declaration ROM that is suitable for downloading from the assembled and linked image.
  15811. Features:  Update to version 3.2.3.  Contains bug fixes for building declartion ROMs larger than 64K, other hints.
  15812. J--Read Me
  15813. CRCPatch folder
  15814. Data folder
  15815. tjs commK
  15816. Oct 92L
  15817. Aug 95M
  15818. MPW:Tool Chest:Devices:NuBus/Slot Manager:ROM Build/Download 3.2.4:V
  15819. 72010X
  15820. 1e    No Change
  15821. b--set theItem to choose file -- uncomment to test in an AS editor
  15822.     tell application "Finder"
  15823.         open item "Dev.CD Apr 94"
  15824.         activate
  15825.     end tell
  15826. on error errMsg number errNum
  15827.     --enter statements to perform when no records are found such as...
  15828.     display dialog "Sorry, the item you selected could not be found."
  15829.     return
  15830. end try
  15831. nd such as...
  15832.     display dialog "Sorry, the item you selected could not be found."
  15833.     return
  15834. end try
  15835. e    No Changef TOOLBOX ASSISTANT
  15836. QUICKVIEWq
  15837. Dev.CD Sep 97 RL
  15838. tD!All Packages
  15839. Tool Chest Edition
  15840. Qwertytunes 0.6
  15841. /Summary: This small application lets you control send MIDI information into the MIDI Manager using the alphabetic keyboard. This can control sequencers, or MIDI devices directly.
  15842. Features: Can define the pitch and velocity for each of the 40 keys below and including the number keys, 1 through 9 and 0.
  15843. 1e    No Change
  15844. namefro
  15845. otlifo
  15846. otlink
  15847. All Packages
  15848. F    QuickTimeO
  15849. Dev.CD Jan 96 SSWP
  15850. Dev.CD Jan 96 SSV
  15851. 74383X
  15852. Jan 96
  15853. f--set theItem to choose file -- uncomment to test in an AS editor
  15854.     tell application "Finder"
  15855.         open item "Dev.CD Jan 96 SSW"
  15856.         activate
  15857.     end tell
  15858. on error errMsg number errNum
  15859.     --enter statements to perform when no records are found such as...
  15860.     display dialog "Sorry, the item you selected could not be found."
  15861.     return
  15862. end try
  15863. All Packages
  15864. F    QuickTimeO
  15865. Dev.CD Jan 96 SSWP
  15866. Dev.CD Jan 96 SSV
  15867. 74384X
  15868. Jan 96
  15869. f--set theItem to choose file -- uncomment to test in an AS editor
  15870.     tell application "Finder"
  15871.         open item "Dev.CD Jan 96 SSW"
  15872.         activate
  15873.     end tell
  15874. on error errMsg number errNum
  15875.     --enter statements to perform when no records are found such as...
  15876.     display dialog "Sorry, the item you selected could not be found."
  15877.     return
  15878. end try
  15879. All Packages
  15880. F    QuickTimeO
  15881. Dev.CD Jan 96 SSWP
  15882. Dev.CD Jan 96 SSV
  15883. 74385X
  15884. N"quicktime jpeg compress decompress- uncomment to test in an AS editor
  15885.     tell application "Finder"
  15886.         open item "Dev.CD May 00 TC:Tool Chest:Testing & Debugging:MemHell:"
  15887.         activate
  15888.     end tell
  15889. on error errMsg number errNum
  15890.     --enter statements to perform when no records are found such as...
  15891.     display dialog "Sorry, the item you selected could not be found."
  15892.     return
  15893. end try
  15894. , option managementOGDev.CD Jun 98 RL1:What's New:Sample Code:Networking:GetSetOptions1.0d1:PRDev.CD Jun 98 RL1
  15895.  - What's New
  15896.  - Sample Code
  15897.  - Networking
  15898.  - GetSetOptions1.0d1V
  15899. 71502X
  15900. Jun 98^
  15901. e    No Change
  15902. D Nov 99 TC:Tool Chest:Development Kits:
  15903.  Other Platforms:Convert
  15904. Projects 1.0b5:PaDev.CD Nov 99 TC
  15905.  - Tool Chest
  15906.  - Development Kits
  15907.  Other Platforms
  15908.  - Convert
  15909. Projects 1.0b5
  15910. PMDev.CD Jul 00 SDK1
  15911.  - Development Kits
  15912.  - Mac OS
  15913.  - Multiprocessing 2.1v2 SDKn an AS editor
  15914.     tell application "Finder"
  15915.         open item "Dev.CD Dec 99 RL:Utilities:Developer Forms:"
  15916.         activate
  15917.     end tell
  15918. on error errMsg number errNum
  15919.     --enter statements to perform when no records are found such as...
  15920.     display dialog "Sorry, the item you selected could not be found."
  15921.     return
  15922. end try
  15923. Deletedq
  15924. Dev.CD Dec 99 RL
  15925. LD!All Packages
  15926. Tool Chest Edition
  15927. F DeveloperDocumentation: Hardware
  15928. =================
  15929. What's New and Updated:
  15930. ==================
  15931. Power Mac G4 Developer Note
  15932. --------------------------------------
  15933. This developer note provides technical information about the Power Mac G4 computer. The developer note includes information about 
  15934.        - features 
  15935.        - compatibility issues 
  15936.        - internal logic 
  15937.        - I/O ports and built-in I/O devices 
  15938.        - RAM expansion 
  15939.        - expansion slots 
  15940.        - system software 
  15941. G4.pdfnge
  15942. OCDev.CD Jul 00 SDK1:Development Kits:Mac OS:Navigation Services SDK:PKDev.CD Jul 00 SDK1
  15943.  - Development Kits
  15944.  - Mac OS
  15945.  - Navigation Services SDKem "Dev.CD Jan 00 SDK1:What's New:Technical Documentation:Technical Publications:DeveloperDocumentation:carbon:"
  15946.         activate
  15947.     end tell
  15948. on error errMsg number errNum
  15949.     --enter statements to perform when no records are found such as...
  15950.     display dialog "Sorry, the item you selected could not be found."
  15951.     return
  15952. end try
  15953. e    No ChangefNprinting
  15954. Carbon
  15955. Carbon printing
  15956. Carbon Printing Manager
  15957. print
  15958. imaging
  15959. graphicso.http://developer.apple.com/techpubs/index.htmlq
  15960. Dev.CD Jan 00 SDK1
  15961. JD!All Packages
  15962. Mac OS SDK Edition
  15963. F'Developer Documentation: Corefoundation
  15964.        end tell
  15965. on error errMsg number errNum
  15966.     --enter statements to perform when no records are found such as...
  15967.     display dialog "Sorry, the item you selected could not be found."
  15968.     return
  15969. end try
  15970. All Packages
  15971. F    QuickTimeV
  15972. 71921X
  15973. synchronization
  15974. e    No Changef+SimpleText
  15975. script
  15976. print
  15977. scriptable printingq
  15978. Dev.CD May 00 TC
  15979. D!All Packages
  15980. Tool Chest Edition
  15981. ScriptableStuffItEngine
  15982. It's a tool for scripting the StuffIt Engine
  15983. , a library distributed by Aladdin Systems, Inc. as part of their StuffIt
  15984.  family of products, which are the de facto standard for data compression under Mac OS. (This is not an endorsement.)
  15985. It's also a C code sample which shows how easy it is to make a scriptable application for a specific use. It doesn't use the object model and it doesn't have a huge feature set. (Its functionality fills a specific need in Developer Relations, namely aiding
  15986. 73856X
  15987. Apr 98^
  15988. --set theItem to choose file -- uncomment to test in an AS editor
  15989.     tell application "Finder"
  15990.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):ColorSync SDK:Goodies:ColorSync Photoshop Plugins 2.1:"
  15991.         activate
  15992.     end tell
  15993. on error errMsg number errNum
  15994.     --enter statements to perform when no records are found such as...
  15995.     display dialog "Sorry, the item you selected could not be found."
  15996.     return
  15997. end try
  15998. Deletedf
  15999. ColorSync Photoshop Plug-insq
  16000. Dev.CD Apr 98 SDK1
  16001. D!All Packages
  16002. Mac OS SDK Edition
  16003. Communications Toolbox
  16004.     r 92
  16005. Dev.CD Feb 9V
  16006. 73336X
  16007. Apr 92
  16008. ports
  16009. built-in
  16010. devices
  16011. ibm's
  16012. ibook
  16013. ibooks
  16014. ic-savvy
  16015. iconZ
  16016. icon's
  16017. icondimming
  16018. ideaN
  16019. ideal
  16020. identified
  16021. identifiers
  16022. identify
  16023. identity
  16024. ignoring
  16025. actually
  16026. graphical
  16027. editor
  16028. which
  16029. create
  16030. adaptT
  16031. adaptation
  16032. adapts
  16033. adbop
  16034. adbreinitV
  16035. add-ons
  16036. addchange
  16037. added
  16038. addendumg
  16039. addheader
  16040. adding^
  16041. additionc
  16042. additionala
  16043. additionally
  16044. additionsj
  16045. addresmenu
  16046. addresmenu7.1
  16047. addressh
  16048. address
  16049. resolution
  16050. protocol
  16051. protocol
  16052. mapping
  16053. 73812X
  16054. May 00^
  16055. --set theItem to choose file -- uncomment to test in an AS editor
  16056.     tell application "Finder"
  16057.         open item "Dev.CD May 00 TC:Tool Chest:Toolbox:Balloony:"
  16058.         activate
  16059.     end tell
  16060. on error errMsg number errNum
  16061.     --enter statements to perform when no records are found such as...
  16062.     display dialog "Sorry, the item you selected could not be found."
  16063.     return
  16064. end try
  16065. e    No Changef
  16066. balloon
  16067. dialogq
  16068. Dev.CD May 00 TC
  16069. ^D!All Packages
  16070. Tool Chest Edition
  16071. BBEdit Lite 3.5
  16072.     Enabler 088 (AVs)O)Dev.CD Apr 94
  16073. Dev.CD Jan 94
  16074. Dev.CD Oct 93P(Dev.CD Apr 94
  16075. Dev.CD Jan 94
  16076. Dev.CD Oct 9V
  16077. 73492X
  16078. Apr 94
  16079. itself
  16080. johnson
  16081. Dev.CD May 00 TC:Sample Code:P
  16082. Dev.CD May 00 TC
  16083.  - Sample CodeV
  16084. 74035X
  16085. May 00^
  16086. r--set theItem to choose file -- uncomment to test in an AS editor
  16087.     tell application "Finder"
  16088.         open item "Dev.CD May 00 TC:Sample Code:"
  16089.         activate
  16090.     end tell
  16091. on error errMsg number errNum
  16092.     --enter statements to perform when no records are found such as...
  16093.     display dialog "Sorry, the item you selected could not be found."
  16094.     return
  16095. end try
  16096. Movedf"quicktime jpeg compress decompressq
  16097. Dev.CD May 00 TC
  16098. D!All Packages
  16099. Tool Chest Edition
  16100. JSaverI
  16101. JSaver is a Screen Saver module for Berkeley Systems After Dark package that uses the JManager API to run Java applets as screen saver modules.  
  16102. JManager APIs
  16103. Fat CFM code resources
  16104. JavaJ
  16105. Sample Code.imgK
  16106. Aug 97MNAfter Dark 3.0 or later,  Mac OS Runtime for Java (http://applejava.apple.com)N
  16107. java, cfm, after dark, wombatO
  16108. Dev.CD May 00 TC:Sample Code:P
  16109. Dev.CD May 00 TC
  16110.  - Sample CodeV
  16111. 74036X
  16112. May 00^
  16113. providesU
  16114. providingo
  16115. psetselfsend
  16116. pseudo-item
  16117. pub/pccts
  16118. public
  16119. publicationsu
  16120. published
  16121. publisherf
  16122. publishers
  16123. publishingj
  16124. publishing
  16125. second
  16126. edition
  16127. pulled
  16128. quickdraw
  16129. dimension
  16130. macintosh
  16131. graphics
  16132. pablo
  16133. regardingo
  16134. bridge
  16135. broadcast
  16136. browse
  16137. browser
  16138. buffered
  16139. buffering
  16140. reports
  16141. error
  16142. reports
  16143. apple
  16144. builder
  16145. built-in
  16146. bundle
  16147. burned-in
  16148. business
  16149. button
  16150. buttons
  16151. opentransport
  16152. cacheA
  16153. cacheline
  16154. cad/cam
  16155. cad/cam
  16156. design
  16157. calibrator
  16158. camera
  16159. capabilities
  16160. capture
  16161. t number of sheets of paper to tape together and make a poster, like many drawing applications.
  16162. PrintDialogMagic:  A short example of how to avoid having the print dialogs wait for user response (useful for automated printing).
  16163. Rotated Thingies:  This example demonstrates how to rotate objects on PostScript printers using two methods: RotateBegin/End PicComments and TextBegin/End PicComments. PrGeneral is used to change the resolution, which throws another wrench in the works: scaling.
  16164. betaj
  16165. beta-level
  16166. betabase
  16167. betterZ
  16168. W - Testing & Debugging
  16169.  - Memory Managementretrieve the colortable from multiple PICT resources using the System 7 calls RecordPictInfo and RetrievePictInfo.
  16170. Restore Screen Cluts:  This snippet shows how to restore all the screen
  16171. s color tables back to what they normally are using two different methods.
  16172. Rotate Bitmap 90
  16173. :  Shows a fast way to rotate bitmaps by 90 degrees.
  16174. RotateString:  This c
  16175. ontains the code for rotating a string 90 degrees.  Just call  RotateString and you get back a BitMap containing the rotated text.
  16176. Rubber Bandit:  This silly little app demonstrates how to do rubber-banding in a dialog using srcXOr mode.
  16177. Save PICT file:  Creates a QuickDraw PICT and saves it as a PICT file, including the required header of 512 bytes of nothing important.
  16178. ScreenDump:  This snippet shows how to dump an area of the screen to a PicHandle
  16179. SearchProcs & Color Separation:  Th
  16180. Dev.CD Jan 94
  16181. Dev.CD Oct 93P
  16182. Dev.CD Jan 94
  16183. Dev.CD Oct 9V
  16184. 74412X
  16185. Jan 94
  16186. p--set theItem to choose file -- uncomment to test in an AS editor
  16187.     tell application "Finder"
  16188.         open item "Dev.CD Jan 94
  16189. Dev.CD Oct 93"
  16190.         activate
  16191.     end tell
  16192. on error errMsg number errNum
  16193.     --enter statements to perform when no records are found such as...
  16194.     display dialog "Sorry, the item you selected could not be found."
  16195.     return
  16196. end try
  16197. All Packages
  16198. F    QuickTimeO
  16199. Dev.CD Jan 94
  16200. Dev.CD Oct 93P
  16201. Dev.CD Jan 94
  16202. Dev.CD Oct 9V
  16203. 74413X
  16204. Jan 94
  16205. p--set theItem to choose file -- uncomment to test in an AS editor
  16206.     tell application "Finder"
  16207.         open item "Dev.CD Jan 94
  16208. Dev.CD Oct 93"
  16209.         activate
  16210.     end tell
  16211. on error errMsg number errNum
  16212.     --enter statements to perform when no records are found such as...
  16213.     display dialog "Sorry, the item you selected could not be found."
  16214.     return
  16215. end try
  16216. All Packages
  16217. F    QuickTimeV
  16218. 74414X
  16219. ory or greater.  System 6.5 or later (System 7.0 or later preferred).  VU External Tools require System 7.0 or later.
  16220. Virtual User is a host-target based testing system.  At least 2 machines (1 host, many targets) are necessary to perform any testing with Virtual User, and all machines must be connected via an AppleTalk network (TCP/IP is not supported).
  16221. VU External Tool communications require targets with System 7.0 or later.
  16222. Mac OS Development Toolkit.imgK
  16223. May 98N~VU, Virtual User, VirtualUser, SPEC, SPEC S&L, Ivy, FileTool, Memory Monitor, Testing, Automation, Automated Testing, ClouseauOKDev.CD May 00 TC:Tool Chest:Testing & Debugging:Mac OS Development Toolkit:PSDev.CD May 00 TC
  16224.  - Tool Chest
  16225.  - Testing & Debugging
  16226.  - Mac OS Development Toolkit
  16227. 74187X
  16228. Nov 99^
  16229. --set theItem to choose file -- uncomment to test in an AS editor
  16230.     tell application "Finder"
  16231.         open item "Dev.CD Nov 99 TC:Tool Chest:Development Kits:
  16232.  Other Platforms:PCCTS 1.31:"
  16233.         activate
  16234.     end tell
  16235. on error errMsg number errNum
  16236.     --enter statements to perform when no records are found such as...
  16237.     display dialog "Sorry, the item you selected could not be found."
  16238.     return
  16239. end try
  16240. Deletedf9ANTLR
  16241. PCCTS
  16242. parser generator
  16243. compiler toolsq
  16244. Dev.CD Nov 99 TC
  16245. UD!All Packages
  16246. Mac OS SDK Edition
  16247. PCI DDK 3.0I
  16248. This DDK (Driver Development Kit) will enable you to create both OpenFirmware (FCode) and MacOS drivers for PCI cards. Included is Documentation, Samples, and Tools to get you started.J
  16249. PCI DDK 3.0K
  16250. Sep 95L
  16251. Jan 00M
  16252. See comments in the code.N%PCI OpenFirmware FCode Forth tokenizeO9Dev.CD Jul 00 SDK1:Development Kits:Hardware:PCI DDK 3.0:ngeoBftp://ftp.apple.com/developer/Development_Kits/PCI_DDK_3.0.sit.hqx
  16253. QTtoJavaImageIuThis demo program shows the usage of the GraphicsImporterDrawer is used to produce pixels to create a java.awt.Image
  16254. Sample Code.imgK
  16255. Feb 00
  16256. - Common
  16257.     - Sun Compliant Java Runtime Environment 1.1
  16258.     - QuickTime 3 
  16259.     - QTJava.zip
  16260.     - QTJava media samples
  16261. - Mac OS:
  16262.     - System 8 or later
  16263.     - Macintosh Runtime for Java (MRJ) 2.1
  16264. - Windows 95, 98, or NT::
  16265.     - JRE/JDK from Sun Microsystems, Inc. recommended
  16266. QuickTime, Java, MRJ
  16267. Dev.CD May 00 TC:Sample Code:P
  16268. Dev.CD May 00 TC
  16269.  - Sample CodeV
  16270. 74272X
  16271. May 00^
  16272. r--set theItem to choose file -- uncomment to test in an AS editor
  16273.     tell application "Finder"
  16274.         open item "Dev.CD May 00 TC:Sample Code:"
  16275.         activate
  16276.     end tell
  16277. on error errMsg number errNum
  16278.     --enter statements to perform when no records are found such as...
  16279.     display dialog "Sorry, the item you selected could not be found."
  16280.     return
  16281. end try
  16282.  at A.DIRECTIONS.
  16283. March 1995 Apple Directions Articles
  16284. News: Apple N
  16285. primer
  16286. edition
  16287. editor
  16288. edittextcdev
  16289. effect
  16290. eject
  16291. eject
  16292. cards
  16293. location
  16294. module
  16295. embedding
  16296. embedding
  16297. profile
  16298. documentation
  16299. emulator
  16300. enablerC
  16301. folks
  16302. follow
  16303. followed
  16304. following
  16305. follows
  16306. fonte
  16307. fonts
  16308. footprintg
  16309. imagine
  16310. imaging[
  16311. immediate
  16312. impacts
  16313. implement
  16314. implementation
  16315. implementations
  16316. implemented
  16317. implementing
  16318. implements
  16319. implications
  16320. implimentation
  16321. implimenting
  16322. implmenetation
  16323. implmentations
  16324.  Packages
  16325. Tool Chest Edition
  16326. Apple II Monitor dcmd (xx)I
  16327. Summary: This package lets you use many of the Apple IIe and IIGS monitor commands with the Apple IIe Card and Macsbug.
  16328. Features: Lets you display, change, move, and verify memory; find patterns in memory; and disassemble 65C02 code.J
  16329. XX Docs
  16330. XX Docs.txtK
  16331. Vol XId
  16332.  Publications:java:
  16333. 74207X
  16334. May 98^
  16335. {--set theItem to choose file -- uncomment to test in an AS editor
  16336.     tell application "Finder"
  16337.         open item "Dev.CD May 98 TC:Programs & Marketing:"
  16338.         activate
  16339.     end tell
  16340. on error errMsg number errNum
  16341.     --enter statements to perform when no records are found such as...
  16342.     display dialog "Sorry, the item you selected could not be found."
  16343.     return
  16344. end try
  16345. e    No Changeq
  16346. Dev.CD May 98 TC
  16347. iD!All Packages
  16348. Mac OS SDK Edition
  16349. Power Manager DDK
  16350. The contents of this DDK will be of interest to anyone involved in developing PCI card driver software for the Macintosh. This DDK contains documentation, header files, stub libraries, and sample code which illustrate the requirements for drivers to be PCI power management compliant.
  16351. Mac OS USB DDKK
  16352. Apr 00K1:What's New:Development Kits:Hardware:V
  16353. 74208X
  16354. 1e    No Change
  16355. ORDev.CD May 00 TC:Tool Chest:Interapplication Communication:AE Sample Applications:PZDev.CD May 00 TC
  16356.  - Tool Chest
  16357.  - Interapplication Communication
  16358.  - AE Sample ApplicationsV
  16359. 73747X
  16360. May 00^
  16361. --set theItem to choose file -- uncomment to test in an AS editor
  16362.     tell application "Finder"
  16363.         open item "Dev.CD May 00 TC:Tool Chest:Interapplication Communication:AE Sample Applications:"
  16364.         activate
  16365.     end tell
  16366. on error errMsg number errNum
  16367.     --enter statements to perform when no records are found such as...
  16368.     display dialog "Sorry, the item you selected could not be found."
  16369.     return
  16370. end try
  16371. e    No Changef5AppleScript
  16372. Apple events
  16373. recordable
  16374. scriptable
  16375. scriptq
  16376. Dev.CD May 00 TC
  16377. D!All Packages
  16378. Tool Chest Edition
  16379. AE Tools
  16380.         No Changeq
  16381. Dev.CD May 00 TC
  16382. 7D!All Packages
  16383. Tool Chest Edition
  16384. VU Assist Modules for MacApp
  16385. --set theItem to choose file -- uncomment to test in an AS editor
  16386.     tell application "Finder"
  16387.         open item "Dev.CD Dec 99 RL:Utilities:System Picker 1.1a3:"
  16388.         activate
  16389.     end tell
  16390. on error errMsg number errNum
  16391.     --enter statements to perform when no records are found such as...
  16392.     display dialog "Sorry, the item you selected could not be found."
  16393.     return
  16394. end try
  16395. eturn
  16396. end try
  16397. Deletedq
  16398. Dev.CD Nov 99 TC
  16399. D!All Packages
  16400. Tool Chest Edition
  16401. f(** = new, * = revised)
  16402. FindSerialPorts:  This is a little snippet from the "Inside the Macintosh Communications Toolbox" which demonstrates the correct method for detecting which serial ports are present.
  16403. Get Tool Config:  This sample shows how to accumulate into a TEXT file the config strings of Connection Tools that have been configured with CMChoose.
  16404. Sample Code.imgK
  16405. Feb 92L
  16406. Apr 97O
  16407. Dev.CD May 00 TC:Sample Code:P
  16408. Dev.CD May 00 TC
  16409.  - Sample CodeV
  16410. 72044X
  16411. 1le CodeV
  16412. 72044X
  16413. 1e    No Change
  16414. r--set theItem to choose file -- uncomment to test in an AS editor
  16415.     tell application "Finder"
  16416.         open item "Dev.CD May 00 TC:Sample Code:"
  16417.         activate
  16418.     end tell
  16419. on error errMsg number errNum
  16420.     --enter statements to perform when no records are found such as...
  16421.     display dialog "Sorry, the item you selected could not be found."
  16422.     return
  16423. end try
  16424. , AppleEvents aware, Flattenning Movies, Hiding and Showing of Controllers
  16425. MegaMovies
  16426. Read Me
  16427. Read Me.txtK
  16428. Jul 92L
  16429. Feb 93MHMac with 68020 or later, System 6.0.7 or later, QuickTime
  16430.  1.0 extensionO7Dev.CD May 00 TC:Tool Chest:QuickTime:MegaMovies 1.6.2:P?Dev.CD May 00 TC
  16431.  - Tool Chest
  16432.  - QuickTime
  16433.  - MegaMovies 1.6.2s, GX TypographyO5Dev.CD May 00 TC:Tool Chest:QuickDraw GX:GXifier 1.1:P=Dev.CD May 00 TC
  16434.  - Tool Chest
  16435.  - QuickDraw GX
  16436.  - GXifier 1.1V
  16437. 71507X
  16438. May 00^
  16439. #te the wire.  Using a 200 MHz Power Mac on the same LAN with 1K downloads the server sustains better than 300 connections per se
  16440. system
  16441. coplandj
  16442. copland-savvy
  16443. coprocessorQ
  16444. copyj
  16445. copy-and-paste
  16446. copy/paste
  16447. copybitmask
  16448. copybits
  16449. copybitsspeedpalette
  16450. copydeepmask
  16451. copying
  16452. copymask
  16453. copyright
  16454. copyrighted
  16455. copyrights
  16456. copywrite
  16457. core\
  16458. foundation
  16459. documentation
  16460. corners
  16461. corporate
  16462. corporation
  16463. correct
  16464. corrects
  16465. correlate
  16466. correspondence
  16467. corresponding
  16468. corresponds
  16469. corrosponding
  16470. corruption
  16471. cosmetic
  16472. costly
  16473. costsj
  16474. couldX
  16475. couldn't
  16476. b--set theItem to choose file -- uncomment to test in an AS editor
  16477.     tell application "Finder"
  16478.         open item "Dev.CD Jul 95"
  16479.         activate
  16480.     end tell
  16481. on error errMsg number errNum
  16482.     --enter statements to perform when no records are found such as...
  16483.     display dialog "Sorry, the item you selected could not be found."
  16484.     return
  16485. end try
  16486. 5.0.7:"
  16487.         activate
  16488.     end tell
  16489. on error errMsg number errNum
  16490.     --enter statements to perform when no records are found such as...
  16491.     display dialog "Sorry, the item you selected could not be found."
  16492.     return
  16493. end try
  16494. e    No Changeq
  16495. Dev.CD May 00 TC
  16496. D!All Packages
  16497. Tool Chest Edition
  16498. ADBReInit 1.0I
  16499. Summary: This Extension patches a bug in system software which can cause the PowerBook 140/170 and the Quadras to crash when _ADBReInit is called.J+ADBReInit
  16500. ADBReInit Note
  16501. ADBReInit Note.txtK
  16502. Sep 92:Tool Chest:Devices:Apple Desktop Bus:ADBReInit 1.0:V
  16503. 72505X
  16504. 1e    No Change
  16505.  dialog. 
  16506. dialog. 
  16507. All Packages
  16508. System Enabler 088 (AVs)O
  16509. Dev.CD Apr 94
  16510. Dev.CD Jan 94P
  16511. Dev.CD Apr 94
  16512. Dev.CD Jan 9V
  16513. 74740X
  16514. Apr 94
  16515. p--set theItem to choose file -- uncomment to test in an AS editor
  16516.     tell application "Finder"
  16517.         open item "Dev.CD Apr 94
  16518. Dev.CD Jan 94"
  16519.         activate
  16520.     end tell
  16521. on error errMsg number errNum
  16522.     --enter statements to perform when no records are found such as...
  16523.     display dialog "Sorry, the item you selected could not be found."
  16524.     return
  16525. end try
  16526. All Packages
  16527. System Enabler 088 (AVs)O)Dev.CD Apr 94
  16528. Dev.CD Jan 94
  16529. Dev.CD Oct 93P(Dev.CD Apr 94
  16530. Dev.CD Jan 94
  16531. Dev.CD Oct 9V
  16532. 74741X
  16533. Apr 94
  16534. - Common
  16535.     - Sun Compliant Java Runtime Environment 1.1
  16536.     - QuickTime 3 
  16537.     - QTJava.zip
  16538.     - QTJava media samples
  16539. - Mac OS:
  16540.     - System 8 or later
  16541.     - Macintosh Runtime for Java (MRJ) 2.1
  16542. - Windows 95, 98, or NT::
  16543.     - JRE/JDK from Sun Microsystems, Inc. recommended
  16544. QuickTime, Java, MRJslationLib.slb
  16545. -NuThreadsLib.slb
  16546. -ObjectSupportLib
  16547. For 68k and PPC, you need:
  16548. -OT 1.3 or greater
  16549. -QuickTime 2.5 or greater
  16550. -Appearance 1.0.1 or greater.
  16551. OCDev.CD Jul 00 SDK1:Development Kits:Mac OS:Navigation Services SDK:PKDev.CD Jul 00 SDK1
  16552.  - Development Kits
  16553.  - Mac OS
  16554.  - Navigation Services SDK[NEW]
  16555. ---------------------------
  16556. This document describes how to convert between XML property lists and objects of compatible Core Foundation types.
  16557. Core Foundation StringServices [NEW]
  16558. --------------------------- 
  16559. This document describes how the Unicode storage of character data is optimized. It also shows how to convert strings between encodings and perform other operations with string o
  16560. 74133X
  16561. Jul 00^
  16562. --set theItem to choose file -- uncomment to test in an AS editor
  16563.     tell application "Finder"
  16564.         open item "Dev.CD Jul 00 SDK1:Development Kits:Mac OS:Navigation Services SDK:"
  16565.         activate
  16566.     end tell
  16567. on error errMsg number errNum
  16568.     --enter statements to perform when no records are found such as...
  16569.     display dialog "Sorry, the item you selected could not be found."
  16570.     return
  16571. end try
  16572. e    No Changeq
  16573. Dev.CD Jul 00 SDK1
  16574. D!All Packages
  16575. Tool Chest Edition
  16576. Navigable Movie Toolkit
  16577.     nting, and memory management.
  16578. Core Foundation PropertyList [NEW]
  16579. ---------------------------
  16580. This document describes how to convert between XML property lists and objects of compatible Core Foundation types.
  16581. Core Foundation StringServices [NEW]
  16582. --------------------------- 
  16583. This document describes how the Unicode storage of character data is optimized. It also shows how to convert strings between encodings and perform other operations with string o
  16584. articlesj
  16585. articulate
  16586. artwork
  16587. profile name when building a popup menu or scrollable list of profiles to the user.  The ColorSync Photoshop Plug-ins are a good example of this.  The only problem with this approach is that, if the user renames a profile file in the Finder, the internal profile name is not changed.  A popup menu or scrollable list of profiles in an application is similarly unaffected.  
  16588. What does ProfileRenamer do to solve this?
  16589. ProfileRenamer is a simple drag-and-drop application which can help you mak
  16590. oe sure that the name of the profile file is the same as the name in the profile.  To use this application, first rename the file name of the profile as desired.  Then drag the ColorSync Profile (or a folder containing several profiles) onto this application and it make the internal profile name the same as the profile's file name.
  16591. Features: see above
  16592. Issues: none
  16593. JVDropShell.mcp
  16594. DropShell.rsrc
  16595. DSUserProcs.c
  16596. ProfileRenamer -- readme
  16597. ProfileRenamer 68kK
  16598. Jan 98M    ColorSync
  16599. sample
  16600. sample
  16601. applications
  16602. usingA
  16603. using
  16604. enterprise
  16605. objects
  16606. framework
  16607. openstep
  16608. ry document
  16609. * A complete set of tool to exploit the Data Access Manager
  16610. e    No Change
  16611. O:Dev.CD May 00 TC:Tool Chest:Toolbox:Ticket to Program 1.0:PBDev.CD May 00 TC
  16612.  - Tool Chest
  16613.  - Toolbox
  16614.  - Ticket to Program 1.0V
  16615. 74899X
  16616. May 00^
  16617. --set theItem to choose file -- uncomment to test in an AS editor
  16618.     tell application "Finder"
  16619.         open item "Dev.CD May 00 TC:Tool Chest:Toolbox:Ticket to Program 1.0:"
  16620.         activate
  16621.     end tell
  16622. on error errMsg number errNum
  16623.     --enter statements to perform when no records are found such as...
  16624.     display dialog "Sorry, the item you selected could not be found."
  16625.     return
  16626. end try
  16627. e    No Changeq
  16628. Dev.CD May 00 TC
  16629. TimeCodeIIThis demo program shows how to add and remove TimeCode tracks to a movie.J
  16630. Sample Code.imgK
  16631. Feb 00
  16632. - Common
  16633.     - Sun Compliant Java Runtime Environment 1.1
  16634.     - QuickTime 3 
  16635.     - QTJava.zip
  16636.     - QTJava media samples
  16637. - Mac OS:
  16638.     - System 8 or later
  16639.     - Macintosh Runtime for Java (MRJ) 2.1
  16640. - Windows 95, 98, or NT::
  16641.     - JRE/JDK from Sun Microsystems, Inc. recommended
  16642. mmended
  16643. --set theItem to choose file -- uncomment to test in an AS editor
  16644.     tell application "Finder"
  16645.         open item "Dev.CD May 98 TC:Tool Chest:Development Kits:HyperCard Related:PeopleSurveyor 2.1.2:"
  16646.         activate
  16647.     end tell
  16648. on error errMsg number errNum
  16649.     --enter statements to perform when no records are found such as...
  16650.     display dialog "Sorry, the item you selected could not be found."
  16651.     return
  16652. end try
  16653.     No Changef
  16654. testing
  16655. debuggingq
  16656. Dev.CD May 00 TC
  16657. fD!All Packages
  16658. Tool Chest Edition
  16659. Business Opp's - Germany
  16660. 2Summary: This brochure serves as a foundation, explaining important information regarding the German market as well as information pertaining to sales and marketing practices in Germany. You will also find an address list and a reading list to assist you in researching your more specific questions easily.
  16661. Business Opp's - GermanyK
  16662. Aug 95OCDev.CD May 98 TC:Programs & Marketing:Market & Distribution Guides:nge
  16663. plugins
  16664. program
  16665. shows
  16666. create
  16667. program
  16668. shows
  16669. customise
  16670. control
  16671. program
  16672. shows
  16673. define
  16674. mouseresponders
  16675. program
  16676. shows
  16677. display
  16678. quicktime
  16679. movie
  16680. program
  16681. shows
  16682. display
  16683. quicktime
  16684. content
  16685. program
  16686. shows
  16687. display
  16688. quicktime
  16689. drawing
  16690. program
  16691. shows
  16692. export
  16693. movie
  16694. using
  16695. construction
  16696. composited
  16697. program
  16698. shows
  16699. usage
  16700. graphicsimporter
  16701. developer
  16702. provides
  16703. technical
  16704. information
  16705. about
  16706. development
  16707. information
  16708. document
  16709. lists
  16710. selectors
  16711. known
  16712. creator
  16713. document
  16714. provides
  16715. preliminary
  16716. information
  16717. about
  16718. folder
  16719. contains
  16720. example
  16721. illustrating
  16722. folder
  16723. contains
  16724. apple
  16725. source
  16726. e    No Changef
  16727. QuickTime
  16728. Dev.CD May 00 TC
  16729. All Packages
  16730. KanjiTalk 7 UpdateO7Dev.CD Apr 94
  16731. Dev.CD Jan 94
  16732. Dev.CD Oct 93
  16733. Dev.CD Aug 93P6Dev.CD Apr 94
  16734. Dev.CD Jan 94
  16735. Dev.CD Oct 93
  16736. Dev.CD Aug 9V
  16737. 74038X
  16738. Apr 94
  16739. --set theItem to choose file -- uncomment to test in an AS editor
  16740.     tell application "Finder"
  16741.         open item "Dev.CD Apr 94
  16742. Dev.CD Jan 94
  16743. Dev.CD Oct 93
  16744. Dev.CD Aug 93"
  16745.         activate
  16746.     end tell
  16747. on error errMsg number errNum
  16748.     --enter statements to perform when no records are found such as...
  16749.     display dialog "Sorry, the item you selected could not be found."
  16750.     return
  16751. end try
  16752. D!All Packages
  16753. Tool Chest Edition
  16754. KeyboardControllerI
  16755. This demo program shows how to customise user control of the playback of a movie that is a member of a Compositor using the Keyboard.J
  16756. Sample Code.imgK
  16757. Feb 00
  16758. C:Sample Code:V
  16759. 74039X
  16760. 1e    No Change
  16761. just the standard "square" window shape, MegaMovies uses a special WDEF resource for displaying various wind
  16762. r--set theItem to choose file -- uncomment to test in an AS editor
  16763.     tell application "Finder"
  16764.         open item "Dev.CD May 00 TC:Sample Code:"
  16765.         activate
  16766.     end tell
  16767. on error errMsg number errNum
  16768.     --enter statements to perform when no records are found such as...
  16769.     display dialog "Sorry, the item you selected could not be found."
  16770.     return
  16771. end try
  16772.  by copying movie selections using the Movie Toolbox.  Use the shift key and move the playbar to make a selection. 
  16773.  The selection portion of the playbar turns black.  After that, all items in the Edit menu will function.  Movies copied to the clipboard will include both the poster PICT and the 'moov' sequence.  The Finder will show only the Poster PICT.
  16774. Looping:  Both forms of looping blayback are supported : normal and palindrome looping.  Palindrome loop involves playing forwards, then backwards then forwards again.  You can perform this operation on the single active movie or on multiple movies.
  16775. D!All Packages
  16776. Tool Chest Edition
  16777. Sedit 1.0b3I
  16778. Summary: Sedit is a SCSI device editor  and general purpose SCSI utility.  It talks to any device on the SCSI bus.  It can function as a block editor; much like Fedit.  It also allows you to send SCSI commands directly out to any SCSI device.  J$Sedit
  16779. Sedit Documentation
  16780. Template.rK
  16781. Vol IIIL
  16782. Vol VIIO5Dev.CD May 00 TC:Tool Chest:Devices:SCSI:Sedit 1.0b3:P@Dev.CD May 00 TC
  16783.  - Tool Chest
  16784.  - Devices
  16785.  - SCSI
  16786.  - Sedit 1.0b3V
  16787. 74495X
  16788. May 00dos
  16789. 1.4mb
  16790. format
  16791. unwrapcommenttext
  16792. update
  16793. updatedo
  16794. updated
  16795. documentation
  16796. updated
  16797. grayscale
  16798. appearanceo
  16799. updater
  16800. updates
  16801. updates
  16802. updates
  16803. patches
  16804. utilities
  16805. utility
  16806. v1.5.3
  16807. validator
  16808. validator
  16809. validator
  16810. documentation
  16811. validator
  16812. documentation
  16813. variable
  16814. variables
  16815. version
  16816. version
  16817. history
  16818. version
  16819. history
  16820. sourcebug
  16821. source-level
  16822. debugger
  16823. debugging
  16824. 68k-based
  16825. sourcemenu
  16826. sourceobj
  16827. sources
  16828. sourceserver
  16829. space
  16830. rtalk
  16831. scripter
  16832. display
  16833. summary
  16834. supplementing
  16835. documentation
  16836. summary
  16837. validator
  16838. utility
  16839. testing
  16840. sierra/i
  16841. summary
  16842. simple
  16843. macintosh
  16844. application
  16845. supports
  16846. summary
  16847. network
  16848. software
  16849. installer
  16850. insta
  16851. sun's
  16852. sunsoft
  16853. supersedes
  16854. suport
  16855. supplement
  16856. supplementing
  16857. supplied
  16858. supply
  16859. supportN
  16860. editor
  16861. encoding
  16862. encoding
  16863. converter
  16864. text-to-speech
  16865. textedit
  16866. textedit
  16867. replacement
  16868. thread
  16869. thread
  16870. manager
  16871. threading
  16872. threads
  16873. timing
  16874. techniques
  16875. tokenQ
  16876. token
  16877. ringQ
  16878. tokenize
  16879. tokenizer
  16880. tokentalk
  16881. toolbox
  16882. toolbox
  16883. assistant
  16884. toolkit
  16885. tools
  16886. traceroute
  16887. traditional
  16888. traffic
  16889. traffic
  16890. light
  16891. transaction
  16892. translationy
  16893. translation
  16894. manager
  16895. translator
  16896. transport
  16897. traversing
  16898. traversing
  16899. related
  16900. tables
  16901. "F#Data Access Manager French Demo 1.0
  16902. _Summary: This is a complete demonstration of the Data Access Manager. It includes a query builder (DAM Generator), an XCMD which can use some query documents (HyperDAM ), and two querys with two different types of user interface (Text and Graphical).
  16903. Features: 
  16904. * Query Builder
  16905. * XCMD to use querys with HyperCard
  16906. * two different querys with two qdef
  16907. Data Access Manager.cpK
  16908. Vol VL
  16909. Mar 92M
  16910. me 7.0 and a computer where there is a DAL Server (Vax
  16911. ). A Vax with PathWorks and DALDEMO on it is a very good choice. If you want to use the two querys you must modify the parameters needed for the connection with ResEdit or DAM Generator .OoDev.CD May 00 TC:Tool Chest:Interapplication Communication:Data Access Manager:Data Access Manager French Demo:PzDev.CD May 00 TC
  16912.  - Tool Chest
  16913.  - Interapplication Communication
  16914.  - Data Access Manager
  16915.  - Data Access Manager French DemoV
  16916. 73881X
  16917. 1alog:  A snippet that shows how to put a List Manager list i
  16918. apple
  16919. directions
  16920. 03/96k
  16921. apple
  16922. directions
  16923. 03/97l
  16924. apple
  16925. directions
  16926. 04/95j
  16927. apple
  16928. directions
  16929. 04/96k
  16930. apple
  16931. directions
  16932. 04/97l
  16933. apple
  16934. directions
  16935. 05/95j
  16936. apple
  16937. directions
  16938. 05/96k
  16939. apple
  16940. directions
  16941. 05/97
  16942. apple
  16943. directions
  16944. 06/95j
  16945. apple
  16946. directions
  16947. 06/96k
  16948. apple
  16949. directions
  16950. 06/97
  16951. apple
  16952. directions
  16953. 07/95j
  16954. apple
  16955. directions
  16956. 07/96k
  16957. apple
  16958. directions
  16959. 07/97
  16960. apple
  16961. directions
  16962. 08/95j
  16963. apple
  16964. directions
  16965. 08/96k
  16966. apple
  16967. directions
  16968. 08/97
  16969. apple
  16970. directions
  16971. 09/95j
  16972. apple
  16973. directions
  16974. 09/96k
  16975. apple
  16976. directions
  16977. 09/97
  16978. apple
  16979. directions
  16980. 10/95j
  16981. apple
  16982. directions
  16983. 10/96k
  16984. apple
  16985. directions
  16986. 10/97
  16987. apple
  16988. directions
  16989. 11-12/96k
  16990. apple
  16991. directions
  16992. 11/95j
  16993. apple
  16994. directions
  16995. 11/97
  16996. apple
  16997. directions
  16998. 12/95j
  16999. apple
  17000. event
  17001. registrym
  17002. apple
  17003. event
  17004. registry
  17005. errata
  17006. apple
  17007. event
  17008. xcmds
  17009. apple
  17010. event
  17011. xcmds
  17012. apple
  17013. guide
  17014. 2.1.1p
  17015. apple
  17016. guide
  17017. 2.1.1
  17018. firstp
  17019. apple
  17020. apple
  17021. international
  17022. glossar
  17023. apple
  17024. standards
  17025. p--set theItem to choose file -- uncomment to test in an AS editor
  17026.     tell application "Finder"
  17027.         open item "Dev.CD Apr 94
  17028. Dev.CD Jan 94"
  17029.         activate
  17030.     end tell
  17031. on error errMsg number errNum
  17032.     --enter statements to perform when no records are found such as...
  17033.     display dialog "Sorry, the item you selected could not be found."
  17034.     return
  17035. end try
  17036. killer
  17037. killeveryonebutme
  17038. kills
  17039. kinds
  17040. kiosk
  17041. kiosks
  17042. kleiman
  17043. knife
  17044. powerbook
  17045. 2400c
  17046. powerbook
  17047. powerbook
  17048. powerbook
  17049. 2300c
  17050. powerbook
  17051. processor
  17052. powerbookg3series
  17053. powerbookg3series
  17054. powerpc
  17055. purposes
  17056. putawayvolumes
  17057. putting
  17058. puzzle
  17059. puzzlers
  17060. q&a's
  17061. qdesign's
  17062. qdgraphics
  17063. qtcanvas
  17064. qteditmovie
  17065. qtic-savvy
  17066. qtimagedrawer
  17067. qtjava
  17068. qtmovie
  17069. qtpict
  17070. qtrecordmovie
  17071. qtshoweffect
  17072. quandary
  17073. quantitiesg
  17074. quarterj
  17075. qued/m
  17076. queries
  17077. query
  17078. querys
  17079. questionZ
  17080. questionaire
  17081. questionaires
  17082. questionnaire
  17083. questions
  17084. queue
  17085. quick
  17086. quickdrawN
  17087. ser and developer documentation), AppleScript software, sample code and sample scripts for modifying or creating your own AppleScript scripts.
  17088. AppleScript 1.3.4 SDK.smiK
  17089. Apr 93L
  17090. Mar 99N2AppleScript, scripting, Apple Event,Folder ActionsO;Dev.CD Jul 00 SDK1:Development Kits:Mac OS:AppleScript SDK:PCDev.CD Jul 00 SDK1
  17091.  - Development Kits
  17092.  - Mac OS
  17093.  - AppleScript SDKuld not be found."
  17094.     return
  17095. end try
  17096. scourages
  17097. discover
  17098. discovered
  17099. discovering
  17100. discs
  17101. discuss
  17102. discussed
  17103. discussesw
  17104. discussion
  17105. discussions
  17106. disinfectant
  17107. diskg
  17108. utility
  17109. application
  17110. mount
  17111. disk-inserted
  17112. diskfiller
  17113. diskrestore
  17114. disks
  17115. diskscripts
  17116. disparate
  17117. tion with 
  17118. about
  17119. getsetoptions
  17120. about
  17121. snapshot
  17122. sample
  17123. aegizmos_
  17124. before
  17125. using
  17126. registration
  17127. defprocs
  17128. defprocs
  17129. first
  17130. first
  17131. first
  17132. first
  17133. hypercard
  17134. obsolete&unsupported
  17135. other
  17136. developer
  17137. sample
  17138. 2.0b6
  17139. 2.0b6
  17140. control's
  17141. control-keyh
  17142. controlled
  17143. controllerA
  17144. controllers
  17145. controllingA
  17146. controlrgn
  17147. controlsd
  17148.  5th Column 1.1 and MacsBug.
  17149. Issues: Some VU Libraries distributed with HITEC contain routines that apply to targets running System 7.0 only.  
  17150. Virtual User tools.imgK
  17151. Jan 92OCDev.CD May 00 TC:Tool Chest:Testing & Debugging:Virtual User tools:PKDev.CD May 00 TC
  17152.  - Tool Chest
  17153.  - Testing & Debugging
  17154.  - Virtual User toolsbject Support Library (1.1.4) fixes bugs in the previous (1.1.2) release.  [Note: version number 1.1.3 was used internally for testing and never released].
  17155. Bugs fix
  17156. - Missing Gestalt selector was causing some Apps not to work with AppleScript (note: checking the Gestalt selector is NOT the recommended method of checking for OSL existence!)
  17157. - CompareProc bug where a handle's memory moved, orphaning pointers.
  17158. Any Macintosh computer capable of running CFM (Code Fragment Manager) libraries.
  17159. There appears to be a memory leak in some cases when resolving boolean "whose clauses".  [This was reported against a prior version but not fixed in this release
  17160. All Packages
  17161. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  17162. Dev.CD Jan 94
  17163. Dev.CD Oct 93
  17164. Dev.CD Jul 93
  17165. Dev.CD Apr 93PDDev.CD Apr 94
  17166. Dev.CD Jan 94
  17167. Dev.CD Oct 93
  17168. Dev.CD Jul 93
  17169. Dev.CD Apr 9V
  17170. 74809X
  17171. Apr 94
  17172. --set theItem to choose file -- uncomment to test in an AS editor
  17173.     tell application "Finder"
  17174.         open item "Dev.CD Apr 94
  17175. Dev.CD Jan 94
  17176. Dev.CD Oct 93
  17177. Dev.CD Jul 93
  17178. Dev.CD Apr 93"
  17179.         activate
  17180.     end tell
  17181. on error errMsg number errNum
  17182.     --enter statements to perform when no records are found such as...
  17183.     display dialog "Sorry, the item you selected could not be found."
  17184.     return
  17185. end try
  17186. All Packages
  17187. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  17188. Dev.CD Jan 94
  17189. Dev.CD Oct 93
  17190. Dev.CD Jul 93
  17191. Dev.CD Apr 93PDDev.CD Apr 94
  17192. Dev.CD Jan 94
  17193. Dev.CD Oct 93
  17194. Dev.CD Jul 93
  17195. Dev.CD Apr 9V
  17196. 74810X
  17197. Apr 94
  17198. source
  17199. filed
  17200. files/foldersB
  17201. filetool
  17202. filled
  17203. filler
  17204. --set theItem to choose file -- uncomment to test in an AS editor
  17205.     tell application "Finder"
  17206.         open item "Dev.CD Apr 94
  17207. Dev.CD Jan 94
  17208. Dev.CD Oct 93
  17209. Dev.CD Jul 93
  17210. Dev.CD Apr 93"
  17211.         activate
  17212.     end tell
  17213. on error errMsg number errNum
  17214.     --enter statements to perform when no records are found such as...
  17215.     display dialog "Sorry, the item you selected could not be found."
  17216.     return
  17217. end try
  17218. firstj
  17219. wupdates-ww
  17220. appleswupdates-ww
  17221. appletalkS
  17222. appletalk
  17223. administration
  17224. appletalk
  17225. administration
  17226. 1.0.2
  17227. appletalk
  17228. connection
  17229. appletalk
  17230. connection
  17231. 1.0.2
  17232. ):Sound Manager:For Developers:Debugging Sound Manager:nge
  17233. PCCardNetworkSample
  17234. Code sample which demonstrates a Ethernet driver, PC Card Enabler, and Open Transport Port Scanner for an Ethernet PC Card. Specifically, the sample is targeted for network PC Cards other than Ethernet so that they can properly register themselves with Open Transport
  17235. The code sample provides a MetroWerks Code Warrior project file which includes a sample Ethernet driver, a PC Card Enabler and a Port Scanner. The Enabler is designed to handle port registration of the network card in conjuncith:
  17236.  Cyberdog 2.0 alpha and older. Cyberdog 2.0 beta is compatible.
  17237.  Jasik's The Debugger, versions built prior to March 3, 1997
  17238. JQ CFM-68K Runtime Enabler
  17239. CFM-68K 4.0
  17240. CFM-68K Read Me
  17241. Interfaces:
  17242. ObjectSupportLibK
  17243. Jan 96L
  17244. May 97M
  17245. The CFM-68K runtime software requires System 7.1 or later, 32-bit addressing to be turned on, and a 68020, 68030, or 68040 Macintosh system.O7Dev.CD Jul 99 SDK1:Development Kits:Mac OS:CFM-68K SDK:ntosh.
  17246. QuickTime
  17247. Dev.CD May 00 TC
  17248. D!All Packages
  17249. Tool Chest Edition
  17250. SGCapture2DiskI
  17251. This code shows how to use the SGDrawable class to display video within a QTCanvas. It also shows how to use the Sequence Grabber to capture a the incoming video to a movie file.J
  17252. Sample Code.imgK
  17253. Feb 00
  17254. - Common
  17255.     - Sun Compliant Java Runtime Environment 1.1
  17256.     - QuickTime 3 
  17257.     - QTJava.zip
  17258.     - QTJava media samples
  17259. - Mac OS:
  17260.     - System 8 or later
  17261.     - Macintosh Runtime for Java (MRJ) 2.1
  17262. - Windows 95, 98, or NT::
  17263.     - JRE/JDK from Sun Microsystems, Inc. recommended
  17264. QuickTime, Java, MRJO
  17265. Dev.CD May 00 TC:Sample Code:P
  17266. Dev.CD May 00 TC
  17267.  - Sample CodeV
  17268. 74503X
  17269. May 00^
  17270. defprocs
  17271. first
  17272. first
  17273. first
  17274. hypercard
  17275. obsolete&unsupported
  17276. other
  17277. developer
  17278. sample
  17279. 2.0b6
  17280. 2.0b6
  17281. e    No Changef
  17282. after dark
  17283. wombatq
  17284. Dev.CD May 00 TC
  17285. D!All Packages
  17286. Tool Chest Edition
  17287. JScriptAppletI\This demo program shows how to control a QuickTime movie within a browser using JavaScript.
  17288. Sample Code.imgK
  17289. Feb 00
  17290. D- Common
  17291.     - Sun Compliant Java Runtime Environment 1.1
  17292.     - QuickTime 3 
  17293.     - QTJava.zip
  17294.     - An Applet viewer - Apple Applet Runner or the sun appletviewer
  17295.     - QTJava media samples
  17296. - Mac OS:
  17297.     - System 8 or later
  17298.     - Macintosh Runtime for Java (MRJ) 2.1
  17299. - Windows 95, 98, or NT::
  17300.     - JRE/JDK from Sun Microsystems, Inc. recommended
  17301. QuickTime, Java, MRJO
  17302. Dev.CD May 00 TC:Sample Code:P
  17303. Dev.CD May 00 TC
  17304.  - Sample CodeV
  17305. 74037X
  17306. May 00^
  17307. # Software 7.0N8MemHell, Tool, Memory, stress, debug, debugging, testingO8Dev.CD May 00 TC:Tool Chest:Testing & Debugging:MemHell:P@Dev.CD May 00 TC
  17308.  - Tool Chest
  17309.  - Testing & Debugging
  17310.  - MemHellV
  17311. 72862X
  17312. May 00^
  17313. Optimization TN Demos
  17314. classicd
  17315. classroomR
  17316. clauseN
  17317. clauses
  17318. clean
  17319. cleaner
  17320. cleans
  17321. clear
  17322. clearly
  17323. click
  17324. click-dragging
  17325. clicked
  17326. clicking
  17327. clicksh
  17328. clicksound
  17329. client
  17330. client-server
  17331. --set theItem to choose file -- uncomment to test in an AS editor
  17332.     tell application "Finder"
  17333.         open item "Dev.CD Jan 94
  17334. Dev.CD Oct 93
  17335. Dev.CD Jul 93
  17336. Dev.CD Apr 93
  17337. Dev.CD Mar 93
  17338. Dev.CD Feb 93
  17339. Dev.CD Jan 93
  17340. Dev.CD Nov/Dec 92"
  17341.         activate
  17342.     end tell
  17343. on error errMsg number errNum
  17344.     --enter statements to perform when no records are found such as...
  17345.     display dialog "Sorry, the item you selected could not be found."
  17346.     return
  17347. end try
  17348. unications
  17349. newgworld
  17350. newsi
  17351. no-copy
  17352. no-copy
  17353. receives
  17354. systems
  17355. transport
  17356. opentransport
  17357. optimizing
  17358. option
  17359. option
  17360. management
  17361. ordered
  17362. ordered
  17363. collection
  17364. ot/ppp
  17365. ot/ppp
  17366. transport
  17367. otfifo
  17368. otlifo
  17369. otlink
  17370. otlookup
  17371. otoptionmanagment
  17372. ottcpwilldial
  17373. override
  17374. override
  17375. quickdraw
  17376. table
  17377. resource
  17378. changeA
  17379. YD!All Packages
  17380. Tool Chest Edition
  17381. -- uncomment to test in an AS editor
  17382.     tell application "Finder"
  17383.         open item "Dev.CD Jan 96 SSW"
  17384.         activate
  17385.     end tell
  17386. on error errMsg number errNum
  17387.     --enter statements to perform when no records are found such as...
  17388.     display dialog "Sorry, the item you selected could not be found."
  17389.     return
  17390. end try
  17391. tem you selected could not be found."
  17392.     return
  17393. end try
  17394. Deletedf#Apple news
  17395. Apple Developer Newsq
  17396. Dev.CD May 98 TC
  17397. *D!All Packages
  17398. Tool Chest Edition
  17399. Apple Directions 1995
  17400.     SlavingI
  17401. This demo program shows how the effects of using timing information to control the Scrolling Java Text object and how slaving its TimeBase to a movie alters the behaviour.J
  17402. Sample Code.imgK
  17403. Feb 00
  17404. C:Sample Code:V
  17405. 71190X
  17406. 1e    No Change
  17407. ableo
  17408. aborts
  17409. D!All Packages
  17410. Tool Chest Edition
  17411. TimeCodeIIThis demo program shows how to add and remove TimeCode tracks to a movie.J
  17412. Sample Code.imgK
  17413. Feb 00
  17414. - Common
  17415.     - Sun Compliant Java Runtime Environment 1.1
  17416.     - QuickTime 3 
  17417.     - QTJava.zip
  17418.     - QTJava media samples
  17419. - Mac OS:
  17420.     - System 8 or later
  17421.     - Macintosh Runtime for Java (MRJ) 2.1
  17422. - Windows 95, 98, or NT::
  17423.     - JRE/JDK from Sun Microsystems, Inc. recommended
  17424. 3.0.14
  17425. 3.0.15
  17426. 3.0.1d3
  17427. 3.0.2
  17428. 3.2.1
  17429. 3.2.3
  17430. 3.3.2
  17431. 3.3.2
  17432. universal
  17433. interfaces
  17434. support
  17435. carbonlib
  17436. 1.0.2
  17437. 3.6.5
  17438. 3/5-slot
  17439. 3/92^
  17440. - Common
  17441.     - Sun Compliant Java Runtime Environment 1.1
  17442.     - QuickTime 3 
  17443.     - QTJava.zip
  17444.     - QTJava media samples
  17445. - Mac OS:
  17446.     - System 8 or later
  17447.     - Macintosh Runtime for Java (MRJ) 2.1
  17448. - Windows 95, 98, or NT::
  17449.     - JRE/JDK from Sun Microsystems, Inc. recommended
  17450. QuickTime, Java, MRJnts to perform when no records are found such as...
  17451.     display dialog "Sorry, the item you selected could not be found."
  17452.     return
  17453. end try
  17454. em, previous item, scan items (forward), and scan items (backwards) buttons take the user to each  field and button in the stacB{k which need to be localized. 
  17455. This package is System 7.0 compatible.
  17456. Issues: Minor HyperCard 2.0v2 bugs with System 7.0
  17457. HC Stack Localization Navig.imgK
  17458. Vol VIIM
  17459. HyperCard 2.0 for an unlocked copy on a hard disk. HyperCard 2.1 is required when running locked stacks and stacks on a CD-ROM.OIDev.CD May 00 TC:Tool Chest:Localization:HC Stack Localization Navigator:nge
  17460. tions
  17461. 70451X
  17462. 1e    No Change
  17463. Dev.CD May 00 TC:Sample Code:P
  17464. Dev.CD May 00 TC
  17465.  - Sample CodeV
  17466. 74039X
  17467. May 00^
  17468. r--set theItem to choose file -- uncomment to test in an AS editor
  17469.     tell application "Finder"
  17470.         open item "Dev.CD May 00 TC:Sample Code:"
  17471.         activate
  17472.     end tell
  17473. on error errMsg number errNum
  17474.     --enter statements to perform when no records are found such as...
  17475.     display dialog "Sorry, the item you selected could not be found."
  17476.     return
  17477. end try
  17478. e    No Changef
  17479. QuickTime
  17480. Dev.CD May 00 TC
  17481. D!All Packages
  17482. Mac OS SDK Edition
  17483. Keychain SDK 1.0.1
  17484.      userHebrew Language KitO
  17485. Dev.CD May 96 TCP
  17486. Dev.CD May 96 TV
  17487. 71512X
  17488. May 96
  17489. hrough the available devices find the best renderer, build a DSp context on this, then build your OPenGL context.  The downfall of this method is that you know nothing about the graphics capabilities of the device and the user can't select another screen.  The upside is that you get a renderer that is has the capabilities you want.
  17490. All Packages
  17491. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  17492. Dev.CD Jan 94
  17493. Dev.CD Oct 93
  17494. Dev.CD Jul 93
  17495. Dev.CD Apr 93PDDev.CD Apr 94
  17496. Dev.CD Jan 94
  17497. Dev.CD Oct 93
  17498. Dev.CD Jul 93
  17499. Dev.CD Apr 9V
  17500. 74843X
  17501. Apr 94
  17502. --set theItem to choose file -- uncomment to test in an AS editor
  17503.     tell application "Finder"
  17504.         open item "Dev.CD Apr 94
  17505. Dev.CD Jan 94
  17506. Dev.CD Oct 93
  17507. Dev.CD Jul 93
  17508. Dev.CD Apr 93"
  17509.         activate
  17510.     end tell
  17511. on error errMsg number errNum
  17512.     --enter statements to perform when no records are found such as...
  17513.     display dialog "Sorry, the item you selected could not be found."
  17514.     return
  17515. end try
  17516. All Packages
  17517. F"System Enabler 401 (Color Classic)O7Dev.CD Apr 94
  17518. Dev.CD Jan 94
  17519. Dev.CD Oct 93
  17520. Dev.CD Aug 93P6Dev.CD Apr 94
  17521. Dev.CD Jan 94
  17522. Dev.CD Oct 93
  17523. Dev.CD Aug 9V
  17524. 74844X
  17525. Apr 94
  17526. wanted
  17527. wanting
  17528. wants
  17529. 2.0b6
  17530. 2.0b6
  17531. Dev.CD Apr 9V
  17532. 74232X
  17533. Apr 95
  17534. b--set theItem to choose file -- uncomment to test in an AS editor
  17535.     tell application "Finder"
  17536.         open item "Dev.CD Apr 95"
  17537.         activate
  17538.     end tell
  17539. on error errMsg number errNum
  17540.     --enter statements to perform when no records are found such as...
  17541.     display dialog "Sorry, the item you selected could not be found."
  17542.     return
  17543. end try
  17544. All Packages
  17545. PowerTalk (PPC)O
  17546. Dev.CD Oct 94P
  17547. Dev.CD Oct 9V
  17548. 74233X
  17549. Oct 94
  17550. b--set theItem to choose file -- uncomment to test in an AS editor
  17551.     tell application "Finder"
  17552.         open item "Dev.CD Oct 94"
  17553.         activate
  17554.     end tell
  17555. on error errMsg number errNum
  17556.     --enter statements to perform when no records are found such as...
  17557.     display dialog "Sorry, the item you selected could not be found."
  17558.     return
  17559. end try
  17560. All Packages
  17561. PowerTalk (PPC)O
  17562. Dev.CD Oct 94P
  17563. Dev.CD Oct 9V
  17564. 74234X
  17565. Oct 94
  17566. driven
  17567. linton
  17568. lipton
  17569.  of develop magazine.
  17570.  Issue 26 highlights:
  17571. Planning for Mac OS 8 Compatibility  by Steve Falkenburg.  Mac OS 8 brings changes that may affect your code. This article discusses the compatibility ramifications of Mac OS 8 and gives some sound advice for how to get your code ready now.
  17572. Connecting Users With QuickTime Conferencing  by Dean Blackketter.  QuickTime Conferencing allows users to share time-based data such as video and sound. Here are the
  17573.  basics.
  17574. OpenDoc Parts and SOM Dynamic Inheritance  by 
  17575. ric Simenel.  Although you don
  17576. t need to know much about SOM to write OpenDoc parts, with a little knowledge about this underlying technology you can do some very useful things.
  17577. Adding Custom Data to QuickDraw 3D Objects  by Nick Thompson, Pablo Fernicola, and Kent Davidson.  By defining your own attribute and element types, you can attach custom data to QuickDraw 3D objects. This flexibility opens up a world of new possibilities, a
  17578. All Packages
  17579. System Enabler 065 (LC 575)O
  17580. Dev.CD Apr 94
  17581. Dev.CD Jan 94P
  17582. Dev.CD Apr 94
  17583. Dev.CD Jan 9V
  17584. 74713X
  17585. Apr 94
  17586. p--set theItem to choose file -- uncomment to test in an AS editor
  17587.     tell application "Finder"
  17588.         open item "Dev.CD Apr 94
  17589. Dev.CD Jan 94"
  17590.         activate
  17591.     end tell
  17592. on error errMsg number errNum
  17593.     --enter statements to perform when no records are found such as...
  17594.     display dialog "Sorry, the item you selected could not be found."
  17595.     return
  17596. end try
  17597. All Packages
  17598. System Enabler 065 (LC 575)O
  17599. Dev.CD Apr 94
  17600. Dev.CD Jan 94P
  17601. Dev.CD Apr 94
  17602. Dev.CD Jan 9V
  17603. 74714X
  17604. Apr 94
  17605. little-known
  17606. living
  17607. locations
  17608. locator
  17609. lock/unlock
  17610. locking
  17611. loggingY
  17612. logicz
  17613. login
  17614. }OQDev.CD May 97 TC
  17615. Dev.CD Nov 96 TC
  17616. Dev.CD Aug 96 TC
  17617. Dev.CD Feb 96 TC
  17618. Dev.CD Feb 95PPDev.CD May 97 TC
  17619. Dev.CD Nov 96 TC
  17620. Dev.CD Aug 96 TC
  17621. Dev.CD Feb 96 TC
  17622. Dev.CD Feb 9V
  17623. 73844X
  17624. May 97
  17625. --set theItem to choose file -- uncomment to test in an AS editor
  17626.     tell application "Finder"
  17627.         open item "Dev.CD May 97 TC
  17628. Dev.CD Nov 96 TC
  17629. Dev.CD Aug 96 TC
  17630. Dev.CD Feb 96 TC
  17631. Dev.CD Feb 95"
  17632.         activate
  17633.     end tell
  17634. on error errMsg number errNum
  17635.     --enter statements to perform when no records are found such as...
  17636.     display dialog "Sorry, the item you selected could not be found."
  17637.     return
  17638. end try
  17639. All Packages
  17640. ChineseTalk 6.0.3O
  17641. Dev CD Vol. V
  17642. Dev CD Vol. IVP
  17643. Dev CD Vol. V
  17644. Dev CD Vol. IV
  17645. 73845X
  17646. Vol. V
  17647. 01/13/2000
  17648. 01730-0108
  17649. 01760
  17650. disassembly
  17651. discV
  17652. discard
  17653. disclaimer
  17654. disclosure
  17655. disconnect
  17656. discourages
  17657. discover
  17658. discovered
  17659. discovering
  17660. discs
  17661. discuss
  17662. discussed
  17663. discussesw
  17664. discussion
  17665. discussions
  17666. disinfectant
  17667. diskg
  17668. utility
  17669. application
  17670. mount
  17671. disk-inserted
  17672. diskfiller
  17673. diskrestore
  17674. disks
  17675. diskscripts
  17676. disparate
  17677. dispatch
  17678. wanted
  17679. wanting
  17680. wants
  17681. in-depth
  17682. opens
  17683. openselection
  17684. openstep
  17685. openstep
  17686. documentation
  17687. applies
  17688. rhapsody
  17689. means
  17690. opentransport
  17691. openwindow
  17692. rators
  17693. opf-opendoc
  17694. opportunityh
  17695. optimal
  17696. optimizations
  17697. optimize
  17698. optimized
  17699. optimizer
  17700. optimizingj
  17701. optimum
  17702. option
  17703. optional
  17704. options
  17705. r--set theItem to choose file -- uncomment to test in an AS editor
  17706.     tell application "Finder"
  17707.         open item "Dev.CD May 00 TC:Sample Code:"
  17708.         activate
  17709.     end tell
  17710. on error errMsg number errNum
  17711.     --enter statements to perform when no records are found such as...
  17712.     display dialog "Sorry, the item you selected could not be found."
  17713.     return
  17714. end try
  17715.    return
  17716. end try
  17717. ou selected could not be found."
  17718.     return
  17719. end try
  17720. e    No Changef
  17721. QuickTime
  17722. Dev.CD May 00 TC
  17723. +D(All Packages
  17724. Reference Library Edition
  17725. develop Issue  1
  17726. p--set theItem to choose file -- uncomment to test in an AS editor
  17727.     tell application "Finder"
  17728.         open item "Dev.CD Apr 95
  17729. Dev.CD Jan 95"
  17730.         activate
  17731.     end tell
  17732. on error errMsg number errNum
  17733.     --enter statements to perform when no records are found such as...
  17734.     display dialog "Sorry, the item you selected could not be found."
  17735.     return
  17736. end try
  17737. ed could not be found."
  17738.     return
  17739. end try
  17740. e    No Changeq
  17741. Dev.CD Apr 98 SDK1
  17742. HD!All Packages
  17743. Tool Chest Edition
  17744. AppleTalk SW for SNMP
  17745. Summary:  Contains latest AppleTalk stack (version 58) and MacSNMP 1.0.2
  17746. Features:  Latest binary software for AppleTalk. Needed for MacSNMP development too. Header files and documentation available with MPW and Inside Macintosh
  17747. Issues:  Single user license only. Redistribution license required from apple if you want to ship the NSI disk or the MacSNMP software to your customers
  17748. e    No Change
  17749. r--set theItem to choose file -- uncomment to test in an AS editor
  17750.     tell application "Finder"
  17751.         open item "Dev.CD May 00 TC:Sample Code:"
  17752.         activate
  17753.     end tell
  17754. on error errMsg number errNum
  17755.     --enter statements to perform when no records are found such as...
  17756.     display dialog "Sorry, the item you selected could not be found."
  17757.     return
  17758. end try
  17759. not be found."
  17760.     return
  17761. end try
  17762. DeletedfQRhapsody
  17763. Yellow Box Java APIs
  17764. OPENSTEP
  17765. Rhapsody Home pages
  17766. Rhapsody Release Notesq
  17767. Dev.CD Dec 99 RL
  17768. All Packages
  17769. F"Technical Publications: WebObjects
  17770. 72419X
  17771. Sample Code.imgK
  17772. Feb 00
  17773. - Common
  17774.     - Sun Compliant Java Runtime Environment 1.1
  17775.     - QuickTime 3 
  17776.     - QTJava.zip
  17777.     - QTJava media samples
  17778. - Mac OS:
  17779.     - System 8 or later
  17780.     - Macintosh Runtime for Java (MRJ) 2.1
  17781. - Windows 95, 98, or NT::
  17782.     - JRE/JDK from Sun Microsystems, Inc. recommended
  17783. QuickTime, Java, MRJO
  17784. Dev.CD May 00 TC:Sample Code:P
  17785. Dev.CD May 00 TC
  17786.  - Sample Codecommended
  17787. QuickTime, Java, MRJO
  17788. Dev.CD May 00 TC:Sample Code:P
  17789. Dev.CD May 00 TC
  17790.  - Sample CodeV
  17791. 73304X
  17792. May 00^
  17793. r--set theItem to choose file -- uncomment to test in an AS editor
  17794.     tell application "Finder"
  17795.         open item "Dev.CD May 00 TC:Sample Code:"
  17796.         activate
  17797.     end tell
  17798. on error errMsg number errNum
  17799.     --enter statements to perform when no records are found such as...
  17800.     display dialog "Sorry, the item you selected could not be found."
  17801.     return
  17802. end try
  17803. e    No Changef
  17804. QuickTime
  17805. Dev.CD May 00 TC
  17806. D!All Packages
  17807. Tool Chest Edition
  17808. SoundRecord
  17809. Ye    No Changeq
  17810. Dev.CD May 98 TC
  17811. ZD!All Packages
  17812. Tool Chest Edition
  17813. PeopleSurveyor 2.1.2
  17814. Summary: This tool makes it easy to survey people on electronic nets.  Responses are transmitted to central server.  Results are compiled with the touch of a button and can be imported into word processors, spreadsheets, or stat. packages.
  17815. Features: 
  17816.  Responses automatically send in over LocalTalk, AppleLink, or by floppy.
  17817.   Sixteen question formats.  
  17818.  Six page printable Help.  
  17819.  Enforces expiration date, discourages multiple responses.
  17820. PeopleSurveyor 2.1.2K
  17821. Oct 92M
  17822. HyperCard 2.1OTDev.CD May 98 TC:Tool Chest:Development Kits:HyperCard Related:PeopleSurveyor 2.1.2:P_Dev.CD May 98 TC
  17823.  - Tool Chest
  17824.  - Development Kits
  17825.  - HyperCard Related
  17826.  - PeopleSurveyor 2.1.2V
  17827. 74193X
  17828. May 98^
  17829. #st-v3-066
  17830. csmp-digest-v3-067
  17831. csmp-digest-v3-068
  17832. csmp-digest-v3-069
  17833. csmp-digest-v3-070
  17834. csmp-digest-v3-071
  17835. csmp-digest-v3-072
  17836. csmp-digest-v3-073
  17837. csmp-digest-v3-074
  17838. csmp-digest-v3-075
  17839. csmp-digest-v
  17840. 73913X
  17841. Sept 9^
  17842. --set theItem to choose file -- uncomment to test in an AS editor
  17843.     tell application "Finder"
  17844.         open item "Dev.CD Sept 96 RL:Technical Documentation:develop:develop Issue  4:"
  17845.         activate
  17846.     end tell
  17847. on error errMsg number errNum
  17848.     --enter statements to perform when no records are found such as...
  17849.     display dialog "Sorry, the item you selected could not be found."
  17850.     return
  17851. end try
  17852. Deletedq
  17853. Dev.CD Sept 96 RL
  17854. CD(All Packages
  17855. Reference Library Edition
  17856. develop Issue  5
  17857.     pple
  17858. systemx
  17859. apple
  17860. services
  17861. unicode
  17862. imaging
  17863. appleevent
  17864. appleevents
  17865. applegloty
  17866. appleglot
  17867. localization
  17868. internationalization
  17869. translation
  17870. glosy
  17871. applescript
  17872. applesearch
  17873. appleshare
  17874. appleshare
  17875. client
  17876. appleshare
  17877. appletalk
  17878. design
  17879. assemblers
  17880. assembly
  17881. assistant
  17882. async
  17883.     C,le Computer, Inc. Software Licensing Group.
  17884. Compiler Stuff
  17885. Debugging Tools
  17886. Read Me
  17887. Sample Applications
  17888. Software Licensing Info
  17889. Thread Manager
  17890. Thread Manager 2.1.1d1+
  17891. Thread Manager Documentation
  17892. ThreadUtilities
  17893. What's New In This PackageK
  17894. Aug 93L
  17895. Apr 95M
  17896. Runs on Macintosh Plus and newer under System 7 (7.0, 7.0.1, 7.1, etc.) System 7.1 or later recomended. The Thread Manger is built into System 7.5 and later systems so the extension is not needed.N>Thread Manager, thread, threads,  tasks, tasking, multitaskingO:Dev.CD Jul 00 SDK1:Development Kits:Mac OS:Thread Manager:PBDev.CD Jul 00 SDK1
  17897.  - Development Kits
  17898.  - Mac OS
  17899.  - Thread Manager
  17900. 73786X
  17901. Jul 00^
  17902. --set theItem to choose file -- uncomment to test in an AS editor
  17903.     tell application "Finder"
  17904.         open item "Dev.CD Jul 00 SDK1:Development Kits:Mac OS:AppleShare IP 6.3 SDK:"
  17905.         activate
  17906.     end tell
  17907. on error errMsg number errNum
  17908.     --enter statements to perform when no records are found such as...
  17909.     display dialog "Sorry, the item you selected could not be found."
  17910.     return
  17911. end try
  17912. e    No ChangefaAppleShare IP
  17913. Server
  17914. AppleShare Client
  17915. Registry
  17916. Server Controls
  17917. Networking
  17918. PrintoAftp://ftp.apple.com/developer/Development_Kits/AppleShare_IP_6.3/q
  17919. Dev.CD Jul 00 SDK1
  17920. DD!All Packages
  17921. Mac OS SDK Edition
  17922. AppleShare IP API
  17923.     Dev.CD Apr 94
  17924. Dev.CD Jan 94
  17925. Dev.CD Oct 93
  17926. Dev.CD Jul 93
  17927. Dev.CD Apr 93PDDev.CD Apr 94
  17928. Dev.CD Jan 94
  17929. Dev.CD Oct 93
  17930. Dev.CD Jul 93
  17931. Dev.CD Apr 9V
  17932. 73595X
  17933. Apr 94
  17934. editorsu
  17935. educationalj
  17936. effect
  17937. employj
  17938. emptied
  17939. emulator
  17940. enableq
  17941. madness
  17942. magazine
  17943. magazines
  17944. magic
  17945. magician
  17946. magnitude
  17947. mail-order
  17948. mailfoo
  17949. mailing
  17950. mailings
  17951. mainly
  17952. maintainj
  17953. maintainingU
  17954. maintains
  17955. maintenance
  17956. majorZ
  17957. torola StarMax, PowerMac 4400.
  17958. Any MacOS prior to 8.2.
  17959. Hanging on boot (black screen) is possible with the above configuration.
  17960. JDBugDetails
  17961. Buildscript
  17962. Extension.a
  17963. Extension.r
  17964. OpenFWBridgeFixJuly97K
  17965. Feb 98M)Any PCI card containing a PCI-PCI bridge.N`Tanzania, Zanzibar, StarMax, 4400, Hang, Boot, Open Firmware, PCI, Bridge, PCI-PCI Bridge, RiserO:Dev.CD May 00 TC:Tool Chest:Hardware:OpenFWBridgeFixJul97:
  17966. 74261X
  17967. Jul 00^
  17968. --set theItem to choose file -- uncomment to test in an AS editor
  17969.     tell application "Finder"
  17970.         open item "Dev.CD Jul 00 SDK1:Development Kits:Mac OS:ColorSync 3.0 Mac SDK:Sample Code:ProfileRenamer:"
  17971.         activate
  17972.     end tell
  17973. on error errMsg number errNum
  17974.     --enter statements to perform when no records are found such as...
  17975.     display dialog "Sorry, the item you selected could not be found."
  17976.     return
  17977. end try
  17978. e    No Changef
  17979. ColorSync profile rename toolq
  17980. Dev.CD Jul 00 SDK1
  17981. D(All Packages
  17982. Reference Library Edition
  17983. ProgGuide to Apple ScannersI
  17984. Summary: The "Programmer's Guide to Apple Scanners, second edition" is a complete revision of the original manual incorporating detailed information on the Apple Color OneScanner including driver calls and SCSI commands.J1Apple CD-ROM Handbook
  17985. ProgGuide to Apple ScannersK
  17986. Mar 93M
  17987. Apple DocViewerOCDev.CD Dec 99 RL:Technical Documentation:Peripherals Documentation:wn methods.
  17988. Print Hin
  17989. This release of the Keychain focuses on password storage and retrieval only.  It allows for the secure storage of small amounts of data associated with a particular user identity. It's designed to provide a safe repository for a user's passwords, cryptographic keys, and other sensitive data. This will be an SDK release.
  17990. The Keychain application provides the primary interface for users to view, edit, and add certain basic kinds of objects to the keychain, as well as locking or unlocking th
  17991. e keychain. 
  17992. - Keychain Administration: Lock/unlock, identify, create, and set passphrases
  17993. - Keychain Object editing: Add, create, securely store, and remove types of objects
  17994. Hardware supported: 
  17995. PowerMac 9500/200,9500/180,9500/132,8600/300,8550/132  8500/180,8500/120,8100/100AV,8100/80,7500/100,
  17996. 7300,7200/120,7200/90,6500/275,6400,6150,5300/
  17997. 100LC,4400/200,MT G3/266,DT G3/233,G3 all-in-one
  17998.   iMac
  17999.   PowerBook 5300c/100,5300ce/117,3400/200,Duo 2300, 1400,
  18000.   G3/266,20th Anniversay Mac
  18001. 3-076
  18002. csmp-digest-v3-077
  18003. csmp-digest-v3-078
  18004. csmp-digest-v3-079
  18005. csmp-digest-v3-080
  18006. csmp-digest-v3-081
  18007. csmp-digest-v3-082
  18008. csmp-digest-v3-083
  18009. csmp-digest-v3-084
  18010. csmp-digest-v3-085
  18011. csmp-digest-v3-086
  18012. csmp-digest-v3-087
  18013. csmp-digest-v3-088
  18014. csmp-digest-v3-089
  18015. csmp-digest-v3-090
  18016. csmp-digest-v3-091
  18017. csmp-digest-v3-092
  18018. csmp-digest-v3-093
  18019. csmp-digest-v3-094
  18020. csmp-digest-v3-095
  18021. csmp-digest-v3-096
  18022. csmp-digest-v3-097
  18023. csmp-digest-v3-098
  18024. csmp-digest-v3-099
  18025. csmp-digest-v3-100
  18026. csmp-digest-v3-101
  18027. csmp-digest-v
  18028. 3-102
  18029. csmp-digest-v3-103
  18030. csmp-digest-v3-104
  18031. csmp-digest-v3-105
  18032. csmp-digest-v3-106
  18033. csmp-digest-v3-107
  18034. csmp-digest-v3-108
  18035. csmp-digest-v3-109
  18036. csmp-digest-v3-110
  18037. csmp-digest-v3-111
  18038. csmp-digest-v3-112
  18039. csmp-digest-v3-113
  18040. csmp-digest-v3-114
  18041. csmp-digest-v3-115
  18042. csmp-digest-v3-116
  18043. csmp-digest-v3-117
  18044. csmp-digest-v3-118
  18045. csmp-digest-v3-119
  18046. csmp-digest-v3-120
  18047. csmp-digest-v3-121
  18048. csmp-digest-v3-122
  18049. csmp-digest-v3-123
  18050. csmp-digest-v3-125
  18051. csmp-digest-v3-126
  18052. csmp-digest-v3-127
  18053. csmp-digest-v3-128
  18054. csmp-digest-v
  18055. disclaimer
  18056. discoveringopenstepb
  18057. discoveringopenstepb
  18058. disinfectant
  18059. diskv
  18060. 6.3.3
  18061. quick
  18062. reference
  18063. first
  18064. diskrestore
  18065. display
  18066. display
  18067. display
  18068. device
  18069. driver
  18070. guide
  18071. displaymanager
  18072. displaymanager
  18073. dispnamereg
  18074. distribution
  18075. distributors/localiz
  18076. dk-danish
  18077. nov/dec
  18078. nov/dec
  18079. AppleScript SDK 1.3.4
  18080. Summary:  AppleScript is an easy-to-use scripting language that is as consistent across applications as the Macintosh graphical interface itself.  AppleScript is designed to meet a wide range of user needs and levels of experience. Through implementation of this scripting system at the system software level, Apple has made scripting an integral part of the Macintosh computing environment, as common to Macintosh applications as copy-and-paste editing.
  18081. This package contains documentation (u are found such as...
  18082.     display dialog "Sorry, the item you selected could not be found."
  18083.     return
  18084. end try
  18085. All Packages
  18086. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  18087. Dev.CD Jan 94
  18088. Dev.CD Oct 93
  18089. Dev.CD Jul 93
  18090. Dev.CD Apr 93PDDev.CD Apr 94
  18091. Dev.CD Jan 94
  18092. Dev.CD Oct 93
  18093. Dev.CD Jul 93
  18094. Dev.CD Apr 9V
  18095. 73605X
  18096. Apr 94
  18097. system
  18098. samples
  18099. system
  18100. tune-up
  18101. system
  18102. system
  18103. system
  18104. update
  18105. system
  18106. update
  18107. system
  18108. 7.5.5
  18109. update
  18110. system
  18111. enabler
  18112. system
  18113. enabler
  18114. system
  18115. enabler
  18116. centris/quadra
  18117. system
  18118. enabler
  18119. 74390X
  18120. Jan 94
  18121. p--set theItem to choose file -- uncomment to test in an AS editor
  18122.     tell application "Finder"
  18123.         open item "Dev.CD Jan 94
  18124. Dev.CD Oct 93"
  18125.         activate
  18126.     end tell
  18127. on error errMsg number errNum
  18128.     --enter statements to perform when no records are found such as...
  18129.     display dialog "Sorry, the item you selected could not be found."
  18130.     return
  18131. end try
  18132. All Packages
  18133. F    QuickTimeO
  18134. Dev.CD Jan 94
  18135. Dev.CD Oct 93P
  18136. Dev.CD Jan 94
  18137. Dev.CD Oct 9V
  18138. 74391X
  18139. Jan 94
  18140. p--set theItem to choose file -- uncomment to test in an AS editor
  18141.     tell application "Finder"
  18142.         open item "Dev.CD Jan 94
  18143. Dev.CD Oct 93"
  18144.         activate
  18145.     end tell
  18146. on error errMsg number errNum
  18147.     --enter statements to perform when no records are found such as...
  18148.     display dialog "Sorry, the item you selected could not be found."
  18149.     return
  18150. end try
  18151. All Packages
  18152. F    QuickTimeO
  18153. Dev.CD Jan 94P
  18154. Dev.CD Jan 9V
  18155. 74392X
  18156. Jan 94
  18157. ev.CD May 00 TC
  18158. othersu
  18159. otherwise
  18160. othmer
  18161. otioctl
  18162. otlifo
  18163. otrcv
  18164. otserverlimits
  18165. otstreamlogviewer
  18166. otstreamlogviewer
  18167. sample
  18168. developer
  18169. ottransferproviderow
  18170. ought
  18171. oughta
  18172. ouput
  18173. outdated
  18174. outline
  18175. outlined
  18176. outlinesR
  18177. outlining
  18178. outlookj
  18179. outperformj
  18180. output`
  18181. outputs
  18182. outsideu
  18183. outstanding
  18184. overB
  18185. 71516X
  18186. 1e    No Change
  18187. 74467X
  18188. Apr 98^
  18189. --set theItem to choose file -- uncomment to test in an AS editor
  18190.     tell application "Finder"
  18191.         open item "Dev.CD Apr 98 SDK2:Development Kits (Disc 2):QuickTime
  18192.  IC SDK 1.01:"
  18193.         activate
  18194.     end tell
  18195. on error errMsg number errNum
  18196.     --enter statements to perform when no records are found such as...
  18197.     display dialog "Sorry, the item you selected could not be found."
  18198.     return
  18199. end try
  18200. Deletedf3QuickTime
  18201. QuickTime IC
  18202. image
  18203. capture
  18204. digital
  18205. cameraq
  18206. Dev.CD Apr 98 SDK2
  18207. mD!All Packages
  18208. Tool Chest Edition
  18209. QuickTime Java SDKILQuickTime for Java SDK.  Includes QuickTime for Java API javadoc, and demos.J
  18210. qtjavadocs
  18211. QTJavaSDKK
  18212. Feb 00MmRequires:
  18213.     - QuickTime 3 
  18214.     - QTJava.zip
  18215.     - Mac OS 8 or later
  18216.     - Macintosh Runtime for Java (MRJ) 2.1 or laterN
  18217. QuickTime, Java, MRJOHDev.CD Feb 00 TC:What's New?:Development Kits:Mac OS:QuickTime Java SDK:ngeo
  18218. http://developer.apple.com/sdk/
  18219. 74040X
  18220. Jan 99^
  18221. --set theItem to choose file -- uncomment to test in an AS editor
  18222.     tell application "Finder"
  18223.         open item "Dev.CD Jan 99 SDK1:Development Kits:Keychain SDK 1.0.1:"
  18224.         activate
  18225.     end tell
  18226. on error errMsg number errNum
  18227.     --enter statements to perform when no records are found such as...
  18228.     display dialog "Sorry, the item you selected could not be found."
  18229.     return
  18230. end try
  18231. Deletedf-keychain
  18232. password storage
  18233. passphrase
  18234. passwordq
  18235. Dev.CD Jan 99 SDK1
  18236. D!All Packages
  18237. Tool Chest Edition
  18238. KibitzI
  18239. Summary: Sample network chess application.
  18240. Features: Allows two users to play chess over the network via Apple Events.  Robust 7.0 sample application.
  18241. MPW 3.2, System 7
  18242. This package is System 7.0 compatible.J
  18243. Sample Code.imgK
  18244. Jan 92O
  18245. Dev.CD May 00 TC:Sample Code:P
  18246. Dev.CD May 00 TC
  18247.  - Sample CodeV
  18248. 74041X
  18249. May 00^
  18250. #ith corresponding tags is searched, and if a match is found, that code is executed.  The "byte-load-file" services 
  18251. ^e    No Changef<device
  18252. driver
  18253. block
  18254. storage
  18255. Drive,r Gestalt
  18256. CD-ROM
  18257. hard diskq
  18258. Dev.CD May 00 TC
  18259. _D!All Packages
  18260. Tool Chest Edition
  18261. F    DroneZone
  18262. DroneZone is a QD3D application which was designed to use SoundSprocket to demonstrate 3D sound. It also became a good demonstration of InputSprocket, especially in this latest version. The DrawSprocket code is currently disabled, and should not be used as a DrawSprocket reference (SprocketInvaders is a much better choice for sample code to learn DrawSprocket). The QD3D code in DroneZone was written for QD3D 1.0, and until the code is updated, also should not be used as the foundation of ae CodeV
  18263. 73033X
  18264. May 00^
  18265. #D May 00 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:Apple Event XCMDs 1.0b3:PsDev.CD May 00 TC
  18266.  - Tool Chest
  18267.  - Development Kits
  18268.  - HyperCard Related
  18269.  - XCMDs & XFCNs
  18270.  - Apple Event XCMDs 1.0b3or
  18271. authoring
  18272. authorized
  18273. authorsp
  18274. autoz
  18275. autoguest
  18276. system'sV
  18277. system-level
  18278. systematic
  18279. systematically
  18280. systemsd
  18281. systemsoft
  18282. t-shirt
  18283. tab-delimiteds
  18284. tableY
  18285. tablesY
  18286. tablet
  18287. tabso
  18288. tagged
  18289. tagging
  18290. teamf
  18291. techj
  18292. technicalS
  18293. technicallyo
  18294. technique
  18295. techniques
  18296. technologicalj
  18297. technologiesp
  18298. technologyh
  18299. technote
  18300. tells
  18301. templatey
  18302. templatesz
  18303. temporalw
  18304. temporarily
  18305. All Packages
  18306. Hebrew Language KitO!Dev.CD May 97 TC
  18307. Dev.CD May 96 TCP Dev.CD May 97 TC
  18308. Dev.CD May 96 TV
  18309. 73987X
  18310. May 97
  18311. v--set theItem to choose file -- uncomment to test in an AS editor
  18312.     tell application "Finder"
  18313.         open item "Dev.CD May 97 TC
  18314. Dev.CD May 96 TC"
  18315.         activate
  18316.     end tell
  18317. on error errMsg number errNum
  18318.     --enter statements to perform when no records are found such as...
  18319.     display dialog "Sorry, the item you selected could not be found."
  18320.     return
  18321. end try
  18322. All Packages
  18323. Hebrew Language KitO2Dev.CD May 97 TC
  18324. Dev.CD Nov 96 TC
  18325. Dev.CD Aug 96 TCP1Dev.CD May 97 TC
  18326. Dev.CD Nov 96 TC
  18327. Dev.CD Aug 96 TV
  18328. 73988X
  18329. May 97
  18330. is behavior isn't appropriate for some classroom or kiosk settings.  Therefore, this extension exists.  Drop it into your system folder and restart.
  18331. Version 1.2 fixes a minor concern, removes one line of assembly, and adds a Finder help string, so that turning on balloon help and pointing at this extension exp
  18332. DD!All Packages
  18333. Tool Chest Edition
  18334. OTFindSerialPortsI
  18335. This sample demonstrates how to use the Open Transport API to find all the serial ports available to Open Transport programs.  The code from this sample is featured in the latest release (v1.2) of the book 
  18336. Inside Macintosh: Open Transport
  18337. Sample Code.imgK
  18338. Jun 98M
  18339. Open Transport 1.1.1 or higherNCOpen Transport, serial port, registry, OTGetUserPortNameFromPortRefO
  18340. Dev.CD May 00 TC:Sample Code:P
  18341. Dev.CD May 00 TC
  18342.  - Sample CodeV
  18343. 74171X
  18344. May 00^
  18345. TCs to this documentation will happen within this Technical Note.
  18346. MacCalendar is a complete snippet that illustrates how to write a module for the Control Strip Manager that is available for PowerBook Macintoshes.
  18347. JMControl Strip
  18348. Control Strip Sample
  18349. Control Strip Technical Note
  18350. MacCalendar 
  18351. Apr 96N'Control Strip, PowerBook, Control PanelO9Dev.CD Jul 00 SDK1:Development Kits:Mac OS:Control Strip:PADev.CD Jul 00 SDK1
  18352.  - Development Kits
  18353.  - Mac OS
  18354.  - Control Strip
  18355. compilable
  18356. compiler
  18357. compiler
  18358. stuff
  18359. component
  18360. componentincludes
  18361. compresspictfile
  18362. compresspictfile
  18363. concordia
  18364. concordia
  18365. concordia
  18366. concordia
  18367. concordia
  18368. concordia
  18369. concordia
  18370. conferencing
  18371. contextuald
  18372. contextual
  18373. development
  18374. contextual
  18375. machack
  18376. goodies
  18377. contextual
  18378. managerd
  18379. control
  18380. control
  18381. strip
  18382. control
  18383. strip
  18384. sample
  18385. control
  18386. strip
  18387. technical
  18388. controls/events
  18389. convert
  18390. convert
  18391. projects
  18392. converter
  18393. coolrequest
  18394. install
  18395. copybits
  18396. copybits
  18397. application
  18398. copybits
  18399. coresample\
  18400. coresample
  18401. count
  18402. coursesR
  18403. createcopy
  18404. createcopy
  18405. creating
  18406. creating
  18407. creation
  18408. creator
  18409. creator
  18410. registration
  18411. -digest-v3-032
  18412. All Packages
  18413. System Enabler 003 (LC III)OEDev.CD Apr 94
  18414. Dev.CD Jan 94
  18415. Dev.CD Oct 93
  18416. Dev.CD Jul 93
  18417. Dev.CD Apr 93PDDev.CD Apr 94
  18418. Dev.CD Jan 94
  18419. Dev.CD Oct 93
  18420. Dev.CD Jul 93
  18421. Dev.CD Apr 9V
  18422. 74672X
  18423. Apr 94
  18424. --set theItem to choose file -- uncomment to test in an AS editor
  18425.     tell application "Finder"
  18426.         open item "Dev.CD Apr 94
  18427. Dev.CD Jan 94
  18428. Dev.CD Oct 93
  18429. Dev.CD Jul 93
  18430. Dev.CD Apr 93"
  18431.         activate
  18432.     end tell
  18433. on error errMsg number errNum
  18434.     --enter statements to perform when no records are found such as...
  18435.     display dialog "Sorry, the item you selected could not be found."
  18436.     return
  18437. end try
  18438. All Packages
  18439. System Enabler 003 (LC III)OEDev.CD Apr 94
  18440. Dev.CD Jan 94
  18441. Dev.CD Oct 93
  18442. Dev.CD Jul 93
  18443. Dev.CD Apr 93PDDev.CD Apr 94
  18444. Dev.CD Jan 94
  18445. Dev.CD Oct 93
  18446. Dev.CD Jul 93
  18447. Dev.CD Apr 9V
  18448. 74673X
  18449. Apr 94
  18450. minow
  18451. minute
  18452. minutes
  18453. mirrori
  18454. misaligned
  18455. misalignment
  18456. miscellaneous
  18457. miscreant
  18458. misdemeanors
  18459. misguided
  18460. mismatched
  18461. misrecognized
  18462. missing
  18463. mistake
  18464. mixed
  18465. mixed-mode
  18466. penGL buffer swaps per second counter.
  18467.         
  18468. The optimal way to select a rendering context would be to check the available devices, find the best, then present the user with a selection dia
  18469. log only if there are more than one "best" device.  Currently, there is not a good mechanism to do this easily, so the two best other options are:
  18470. 1) Iterate through the available devices find the best renderer, build a DSp context on this, then build your OPenGL context.  The downfall of this method is that you know nothing about the graphics capabilities of the device and the user can't select another screen.  The upside is that you get a renderer that is has the capabilities you want.
  18471. ~--set theItem to choose file -- uncomment to test in an AS editor
  18472.     tell application "Finder"
  18473.         open item "Dev.CD Apr 94
  18474. Dev.CD Jan 94
  18475. Dev.CD Oct 93"
  18476.         activate
  18477.     end tell
  18478. on error errMsg number errNum
  18479.     --enter statements to perform when no records are found such as...
  18480.     display dialog "Sorry, the item you selected could not be found."
  18481.     return
  18482. end try
  18483. demonstates
  18484. demonstation
  18485. demonstrate\
  18486. demonstrates
  18487. programmatically
  18488. background
  18489. Jul 95
  18490. b--set theItem to choose file -- uncomment to test in an AS editor
  18491.     tell application "Finder"
  18492.         open item "Dev.CD Jul 95"
  18493.         activate
  18494.     end tell
  18495. on error errMsg number errNum
  18496.     --enter statements to perform when no records are found such as...
  18497.     display dialog "Sorry, the item you selected could not be found."
  18498.     return
  18499. end try
  18500. All Packages
  18501. 601 Processor Upgrade EnablerO
  18502. Dev.CD Jul 95P
  18503. Dev.CD Jul 9V
  18504. 73727X
  18505. Jul 95
  18506. b--set theItem to choose file -- uncomment to test in an AS editor
  18507.     tell application "Finder"
  18508.         open item "Dev.CD Jul 95"
  18509.         activate
  18510.     end tell
  18511. on error errMsg number errNum
  18512.     --enter statements to perform when no records are found such as...
  18513.     display dialog "Sorry, the item you selected could not be found."
  18514.     return
  18515. end try
  18516. All Packages
  18517. 601 Processor Upgrade EnablerO
  18518. Dev.CD Jul 95P
  18519. Dev.CD Jul 9V
  18520. 73728X
  18521. Jul 95
  18522. heaps@
  18523. hidden@
  18524. hints@
  18525. ways_
  18526. wdefcolorsample
  18527. wdefpatch
  18528. wdefs
  18529. we'll
  18530. r--set theItem to choose file -- uncomment to test in an AS editor
  18531.     tell application "Finder"
  18532.         open item "Dev.CD May 00 TC:Sample Code:"
  18533.         activate
  18534.     end tell
  18535. on error errMsg number errNum
  18536.     --enter statements to perform when no records are found such as...
  18537.     display dialog "Sorry, the item you selected could not be found."
  18538.     return
  18539. end try
  18540. tem you selected could not be found."
  18541.     return
  18542. end try
  18543. All Packages
  18544. PPC EnablerO
  18545. Dev.CD Jul 95P
  18546. Dev.CD Jul 9V
  18547. 73020X
  18548. Jul 95
  18549. b--set theItem to choose file -- uncomment to test in an AS editor
  18550.     tell application "Finder"
  18551.         open item "Dev.CD Jul 95"
  18552.         activate
  18553.     end tell
  18554. on error errMsg number errNum
  18555.     --enter statements to perform when no records are found such as...
  18556.     display dialog "Sorry, the item you selected could not be found."
  18557.     return
  18558. end try
  18559. All Packages
  18560. PPC EnablerO
  18561. Dev.CD Jul 95P
  18562. Dev.CD Jul 9V
  18563. 73021X
  18564. Jul 95
  18565. --set theItem to choose file -- uncomment to test in an AS editor
  18566.     tell application "Finder"
  18567.         open item "Dev.CD Apr 94
  18568. Dev.CD Jan 94
  18569. Dev.CD Oct 93
  18570. Dev.CD Jul 93"
  18571.         activate
  18572.     end tell
  18573. on error errMsg number errNum
  18574.     --enter statements to perform when no records are found such as...
  18575.     display dialog "Sorry, the item you selected could not be found."
  18576.     return
  18577. end try
  18578. generically
  18579. genericness
  18580. geometric
  18581. geometries
  18582. geoportj
  18583. german
  18584. germany
  18585. gestaltB
  18586. gestaltnativecputype
  18587. gestalttable
  18588. gestaltvalue
  18589. aegizmos_
  18590. appear
  18591. where
  18592. location
  18593. memory
  18594. All Packages
  18595. System Enabler 088 (AVs)O
  18596. Dev.CD Apr 94
  18597. Dev.CD Jan 94P
  18598. Dev.CD Apr 94
  18599. Dev.CD Jan 9V
  18600. 74744X
  18601. Apr 94
  18602. p--set theItem to choose file -- uncomment to test in an AS editor
  18603.     tell application "Finder"
  18604.         open item "Dev.CD Apr 94
  18605. Dev.CD Jan 94"
  18606.         activate
  18607.     end tell
  18608. on error errMsg number errNum
  18609.     --enter statements to perform when no records are found such as...
  18610.     display dialog "Sorry, the item you selected could not be found."
  18611.     return
  18612. end try
  18613. All Packages
  18614. System Enabler 088 (AVs)O
  18615. Dev.CD Apr 94
  18616. Dev.CD Jan 94P
  18617. Dev.CD Apr 94
  18618. Dev.CD Jan 9V
  18619. 74745X
  18620. Apr 94
  18621. p--set theItem to choose file -- uncomment to test in an AS editor
  18622.     tell application "Finder"
  18623.         open item "Dev.CD Apr 94
  18624. Dev.CD Jan 94"
  18625.         activate
  18626.     end tell
  18627. on error errMsg number errNum
  18628.     --enter statements to perform when no records are found such as...
  18629.     display dialog "Sorry, the item you selected could not be found."
  18630.     return
  18631. end try
  18632. CustomMediaIvThis demo program shows how to subclass the quicktime.std.movies.media.Media class to support any Custom media types. J
  18633. Sample Code.imgK
  18634. Feb 00
  18635. - Common
  18636.     - Sun Compliant Java Runtime Environment 1.1
  18637.     - QuickTime 3 
  18638.     - QTJava.zip
  18639.     - QTJava media samples
  18640. - Mac OS:
  18641.     - System 8 or later
  18642.     - Macintosh Runtime for Java (MRJ) 2.1
  18643. - Windows 95, 98, or NT::
  18644.     - JRE/JDK from Sun Microsystems, Inc. recommended
  18645. QuickTime, Java, MRJO
  18646. Dev.CD May 00 TC:Sample Code:P
  18647. Dev.CD May 00 TC
  18648.  - Sample CodeV
  18649. 73877X
  18650. May 00^
  18651. r--set theItem to choose file -- uncomment to test in an AS editor
  18652.     tell application "Finder"
  18653.         open item "Dev.CD May 00 TC:Sample Code:"
  18654.         activate
  18655.     end tell
  18656. on error errMsg number errNum
  18657.     --enter statements to perform when no records are found such as...
  18658.     display dialog "Sorry, the item you selected could not be found."
  18659.     return
  18660. end try
  18661. 74486X
  18662. May 00^
  18663. r--set theItem to choose file -- uncomment to test in an AS editor
  18664.     tell application "Finder"
  18665.         open item "Dev.CD May 00 TC:Sample Code:"
  18666.         activate
  18667.     end tell
  18668. on error errMsg number errNum
  18669.     --enter statements to perform when no records are found such as...
  18670.     display dialog "Sorry, the item you selected could not be found."
  18671.     return
  18672. end try
  18673. e    No Changef
  18674. Sample
  18675. DTSo0http://developer.apple.com/samplecode/index.htmlq
  18676. Dev.CD May 00 TC
  18677. D!All Packages
  18678. Tool Chest Edition
  18679. Scrap Color 1.0
  18680. Mar 99
  18681. camera
  18682. cameras
  18683. cameron
  18684. campaign
  18685. campaigns
  18686. campfire
  18687. Oct 98M:AppleShare client 3.8, Appearance Manager 1.0.2 or later.
  18688. N0keychain, password storage, passphrase, passwordO7Dev.CD Jan 99 SDK1:Development Kits:Keychain SDK 1.0.1:P<Dev.CD Jan 99 SDK1
  18689.  - Development Kits
  18690.  - Keychain SDK 1.0.1s incoming traffic by node, byte or network protocol.
  18691.       - Generates background traffic at any bandwidth.
  18692.       - Displays incoming data in several formats.
  18693.       - Decodes AppleTalk  packets up to the ATP level. 
  18694. JcManalyzer
  18695. Manalyzer Read Me
  18696. Manalyzer Read Me.txt
  18697. Manalyzer Relase Notes
  18698. Manalyzer Relase Notes.txtK
  18699. Vol VIIL
  18700. Vol VIIIMMMacintosh II or better, the NuBus Ethernet card or the NuBus Token Ring card.O7Dev.CD Nov 99 TC:Tool Chest:Networking:Manalyzer 2.0d3:P?Dev.CD Nov 99 TC
  18701.  - Tool Chest
  18702.  - Networking
  18703.  - Manalyzer 2.0d3V
  18704. 72859X
  18705. Nov 99^
  18706. #:Help XFCN 1.4:PiDev.CD May 00 TC
  18707.  - Tool Chest
  18708.  - Development Kits
  18709.  - HyperCard Related
  18710.  - XCMDs & XFCNs
  18711.  - Help XFCN 1.4V
  18712. 71516X
  18713. e    No Changeq
  18714. Dev.CD May 00 TC
  18715. All Packages
  18716. F$Taiwan Chinese Font Option Kit 6.0.3V
  18717. 72406X
  18718. KThis sample demonstrates how to query an endpoint for its 
  18719. vital statistic
  18720.  using OTGetEndpointInfo.  It also prints a list of that information for the commonly used Open Transport endpoint types for your reference.  The code from this sample is featured in the latest release (v1.2) of the book 
  18721. Inside Macintosh: Open Transport
  18722. Sample Code.imgK
  18723. Nov 97L
  18724. Jun 98M
  18725. Open Transport 1.1.1 or higherN=Open Transport, OTGetEndpointInfo, TEndpointInfo, TSDU, ETSDAO
  18726. Dev.CD May 00 TC:Sample Code:P
  18727. Dev.CD May 00 TC
  18728.  - Sample Code
  18729. ControlStrip TestIeSummary:  ControlStrip Test is a sample program that shows how to use some of the ControlStrip calls.J
  18730. Sample Code.imgK
  18731. Oct 96M
  18732. System 7O
  18733. Dev.CD May 00 TC:Sample Code:P
  18734. Dev.CD May 00 TC
  18735.  - Sample CodeV
  18736. 72627X
  18737. May 00^
  18738. 12/600j
  18739. 12x16
  18740. 1337s
  18741. 140/170W
  18742. 16384p
  18743. 16x16
  18744. 17000
  18745. 1992-1995
  18746. 1995j
  18747. accelerated
  18748. power
  18749. macintosh
  18750. artwork
  18751. program
  18752. 1996R
  18753. 1999j
  18754. 2-335
  18755. 2-341
  18756. 2-364
  18757. 2-byte
  18758. 2-way
  18759. suitesm
  18760. super
  18761. survey
  18762. 2.0b6
  18763. switch
  18764. switch
  18765. stack
  18766. synccatch
  18767. synchronization
  18768. synthesis
  18769. sysconfig
  18770. sysconfig
  18771. 1.5b16
  18772. systemx
  18773. bending
  18774. beneath
  18775. benefitp
  18776. benefitsj
  18777. berdahl
  18778. berkeley
  18779. berkowitz
  18780. quicktime
  18781. quicktime
  18782. windows
  18783. quicktime
  18784. compress
  18785. decompress
  18786. quicktime
  18787. quicktime
  18788. conferencing
  18789. video
  18790. conferencing
  18791. apple
  18792. quicktime
  18793. quicktime
  18794. image
  18795. capture
  18796. digital
  18797. camera
  18798. quicktime
  18799. video
  18800. sound
  18801. virtual
  18802. reality
  18803. quicktime
  18804. graphic
  18805. quicktime
  18806. video
  18807. streaming
  18808. audio
  18809. quickview
  18810. quickview
  18811. toolbox
  18812. assistant
  18813. quick
  18814. reference
  18815. g it events that it supports.
  18816. J*Apple Event XCMDs b3
  18817. Apple Event XCMDs DocK
  18818. Nov 94OeDev.CD May 00 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:Apple Event XCMDs 1.0b3:PsDev.CD May 00 TC
  18819.  - Tool Chest
  18820.  - Development Kits
  18821.  - HyperCard Related
  18822.  - XCMDs & XFCNs
  18823.  - Apple Event XCMDs 1.0b3
  18824. password
  18825. passwords
  18826. paste
  18827. patch
  18828. patchesW
  18829. patchingU
  18830. patching
  18831. service
  18832. routinesU
  18833. patent
  18834. pathname
  18835. pathnames
  18836. pathsd
  18837. patrick
  18838. pattern
  18839. patternsr
  18840. pause
  18841. pausegl
  18842. payoff
  18843. pballocate
  18844. pbcatsearch
  18845. pbdtgetappl
  18846. pbwriteasync
  18847. pbxxx
  18848. pccts
  18849. pci-based
  18850. pci-pci
  18851. pci-thej
  18852. pcmcia
  18853. peak-hold
  18854. peering
  18855. viewer
  18856. utility
  18857. which
  18858. graphically
  18859. Keychain SDK.img    
  18860. ,Summary: MakeMake is an MPW tool which generates correct, complete makefiles.
  18861. Features: Automatically generates complete included-file dependencies for C, C++, Pascal, Asm, and Rez sources. The makefiles are self-maintaining and easily modified or updated. Handles builds of almost any complexity.  
  18862. Makemake
  18863. Makemake manualK
  18864. Vol IIIL
  18865. Aug 92OIDev.CD May 00 TC:Tool Chest:Development Kits:MPW Related:MakeMake 2.0d38:PTDev.CD May 00 TC
  18866.  - Tool Chest
  18867.  - Development Kits
  18868.  - MPW Related
  18869.  - MakeMake 2.0d38V
  18870. 72858X
  18871. May 00^
  18872. --set theItem to choose file -- uncomment to test in an AS editor
  18873.     tell application "Finder"
  18874.         open item "Dev.CD May 00 TC:Tool Chest:Development Kits:MPW Related:MakeMake 2.0d38:"
  18875.         activate
  18876.     end tell
  18877. on error errMsg number errNum
  18878.     --enter statements to perform when no records are found such as...
  18879.     display dialog "Sorry, the item you selected could not be found."
  18880.     return
  18881. end try
  18882. end try
  18883. macapp
  18884. maccheck
  18885. machine
  18886. machine
  18887. identification
  18888. macintalk
  18889. macintoshQ
  18890. macintosh
  18891. coprocessor
  18892. platformQ
  18893. macintosh
  18894. macodbc
  18895. macosxserver
  18896. macsbug
  18897. mactcp
  18898. mactcp
  18899. development
  18900. transport
  18901. zaptcp
  18902. suite
  18903. bundle
  18904. object
  18905. panorama
  18906. management
  18907. managerd
  18908. managers
  18909. manuals
  18910. mapper
  18911. mapperref
  18912. storage
  18913. class
  18914. driver
  18915. match
  18916. matching
  18917. mdata
  18918. media
  18919. memhell
  18920. resedit
  18921. 2.1.1
  18922. disassembly
  18923. disassembler
  18924. viewer
  18925. edito
  18926. resources
  18927. ringQ
  18928. router
  18929. script
  18930. scriptable
  18931. scripting
  18932. Summary:  The AppleTalk Wide Area Developer
  18933. s Toolkit is intended for two kinds of Apple developers: router developers who wish to develop an AURP-speaking router that interoperates with the Apple Internet Router, and adev developers who wish to develop a network connection file for the Apple Internet Router.
  18934.  The AppleTalk Wide Area Developer
  18935. s Toolkit contains the following items:
  18936. AppleTalk Update-Based Routing Protocol: Enhanced AppleTalk Routing
  18937. --------------------------------------
  18938. -----------
  18939. This document is the protocol specification for the AppleTalk Update-based Routing Protocol (AURP), which provides wide area routing enhancements to the AppleTalk routing protocols. It is useful for reference, and it provides information router developers need to implement AURP.
  18940. Apple Internet Router: User-Interface Extensions to the adev File
  18941. ---------------------------------------------
  18942. This document provides information needed to support the new adev resource calls. (An ade
  18943. b--set theItem to choose file -- uncomment to test in an AS editor
  18944.     tell application "Finder"
  18945.         open item "Dev.CD Oct 94"
  18946.         activate
  18947.     end tell
  18948. on error errMsg number errNum
  18949.     --enter statements to perform when no records are found such as...
  18950.     display dialog "Sorry, the item you selected could not be found."
  18951.     return
  18952. end try
  18953. culturej
  18954. cunningham
  18955. curbow
  18956. curious
  18957. current
  18958. current
  18959. release
  18960. mactcp
  18961. v2.0.6
  18962. mactcp
  18963. admin
  18964. v2.0.6
  18965. currently
  18966. cursordevicemanager
  18967. cursordevices
  18968. cursordevicesetaccel
  18969. cursors
  18970. curve
  18971. curves
  18972. customo
  18973. All Packages
  18974. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  18975. Dev.CD Jan 94
  18976. Dev.CD Oct 93
  18977. Dev.CD Jul 93P6Dev.CD Apr 94
  18978. Dev.CD Jan 94
  18979. Dev.CD Oct 93
  18980. Dev.CD Jul 9V
  18981. 74797X
  18982. Apr 94
  18983. --set theItem to choose file -- uncomment to test in an AS editor
  18984.     tell application "Finder"
  18985.         open item "Dev.CD Apr 94
  18986. Dev.CD Jan 94
  18987. Dev.CD Oct 93
  18988. Dev.CD Jul 93"
  18989.         activate
  18990.     end tell
  18991. on error errMsg number errNum
  18992.     --enter statements to perform when no records are found such as...
  18993.     display dialog "Sorry, the item you selected could not be found."
  18994.     return
  18995. end try
  18996. All Packages
  18997. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  18998. Dev.CD Jan 94
  18999. Dev.CD Oct 93
  19000. Dev.CD Jul 93P6Dev.CD Apr 94
  19001. Dev.CD Jan 94
  19002. Dev.CD Oct 93
  19003. Dev.CD Jul 9V
  19004. 74798X
  19005. Apr 94
  19006.  world.
  19007. Somewhere in QuickTime: What
  19008. s New With Sound Manager 3.0  by Jim Reekes.  Changes (and bug fixes!) in the Sound Manager. Finally, you can remove all that workaround code.
  19009. Print Hint
  19010. cation that allows you to add copywrite information to a movie or view it if it already exists.
  19011. Things!:   Things!  queries the Component Manager about what IT thinks is lying around your system, and then displays the info for you.
  19012. ComboWalker
  19013. Digitizers
  19014. DrawTextCodec Example
  19015. Dumpster
  19016. GetInfo Init
  19017. GrabGuy b15
  19018. MovieShop
  19019. QuickTime XCMDs 
  19020. Reinstaller
  19021. Set Movie Info
  19022. Things!K
  19023. Jul 92M7Color capable Mac (68020 or above), hard disk, 4 mb RAMO6Dev.CD May 00 TC:Tool Chest:QuickTime:QuickTime Tools:P>Dev.CD May 00 TC
  19024.  - Tool Chest
  19025.  - QuickTime
  19026.  - QuickTime Tools
  19027. utilities
  19028. utility
  19029. utility
  19030. zones
  19031. handles
  19032. resources
  19033. utility
  19034. space
  19035. validation
  19036. variable
  19037. variables
  19038. vector
  19039. g--set theItem to choose file -- uncomment to test in an AS editor
  19040.     tell application "Finder"
  19041.         open item "Dev.CD Jan 96 SDK1"
  19042.         activate
  19043.     end tell
  19044. on error errMsg number errNum
  19045.     --enter statements to perform when no records are found such as...
  19046.     display dialog "Sorry, the item you selected could not be found."
  19047.     return
  19048. end try
  19049. you selected could not be found."
  19050.     return
  19051. end try
  19052. Deletedq
  19053. Dev.CD Dec 99 RL
  19054. D!All Packages
  19055. Tool Chest Edition
  19056. AE Sample Applications
  19057. Summary: This folder contains sample applications that demonstrate how to develop applications that support Apple Events and the Object Model.
  19058. 7Edit is a simple text editor that is recordable and scriptable. It includes sample C and Pascal code demonstrating how to develop a recordable, scriptable application using Apple events, the Object Model, and AppleScript. Supports the Core and Text suite of events.
  19059. 7Edit 3.1
  19060. CoreSample 1.1K
  19061. May 92L
  19062. May 94nge
  19063. on-line
  19064. vides preliminary information about the Carbon printing interface to help you convert your existing Mac OS 8 applications to Carbon. It offers code samples, detailed comparisons between the original Printing Manager and the new Carbon Printing Manager, and a complete  Carbon Printing Manager API reference.
  19065. CarbonPrintingMgrK
  19066. Jan 00NTprinting, Carbon, Carbon printing, Carbon Printing Manager, print, imaging, graphicsOkDev.CD Jan 00 SDK1:What's New:Technical Documentation:Technical Publications:DeveloperDocumentation:carbon:PyDev.CD Jan 00 SDK1
  19067.  - What's New
  19068.  - Technical Documentation
  19069.  - Technical Publications
  19070.  - DeveloperDocumentation
  19071.  - carbon^
  19072. stress
  19073. string
  19074. string
  19075. encoding
  19076. string
  19077. services
  19078. strings
  19079. strip
  19080. structure
  19081. structure
  19082. region
  19083. style
  19084. style
  19085. guideu
  19086. stylechat
  19087. sub-menus
  19088. suite
  19089. summary
  19090. switch
  19091. switching
  19092. symbiotic
  19093. synchronization
  19094. restored
  19095. resulta
  19096. resulting
  19097. results`
  19098. resumej
  19099. resumegl
  19100. resuming
  19101. retailj
  19102. retrace
  19103. retrain
  19104. retreived
  19105. retrieval
  19106. retrieve
  19107. retrieved
  19108. retrievepictinfo
  19109. traditional
  19110. server
  19111. software
  19112. suite
  19113. contrast
  19114. contribute
  19115. contributed
  19116. controlA
  19117. control's
  19118. control-keyh
  19119. controlled
  19120. controllerA
  19121. controllers
  19122. controllingA
  19123. controlrgn
  19124. controlsd
  19125. mF    EOModeler
  19126. Learning EOModeler
  19127. Learning how to effectively use the EOModeler application is an essential beginning to the development of any database driven web site. This survival guide explains the most commonly used features and options available in the EOModeler application.
  19128. EOModeler.pdfK
  19129. Jun 99M
  19130. Acrobat Reader 3.0N
  19131. EOModeler, databaseO7Dev.CD Feb 00 TC:Interactive Media Resources:EOModeler:P<Dev.CD Feb 00 TC
  19132.  - Interactive Media Resources
  19133.  - EOModelerV
  19134. 73956X
  19135. Feb 00^
  19136. --set theItem to choose file -- uncomment to test in an AS editor
  19137.     tell application "Finder"
  19138.         open item "Dev.CD Feb 00 TC:Interactive Media Resources:EOModeler:"
  19139.         activate
  19140.     end tell
  19141. on error errMsg number errNum
  19142.     --enter statements to perform when no records are found such as...
  19143.     display dialog "Sorry, the item you selected could not be found."
  19144.     return
  19145. end try
  19146. Deleted you selected could not be found."
  19147.     return
  19148. end try
  19149. All Packages
  19150.     Cbrously tested.  Use caution when using any version of ResEdit to which you have added this editor.
  19151. J-CODE editor for ResEdit 2.1
  19152. CODE editor NotesK
  19153. Nov 93NGResEdit 2.1 2.1.1 Code Disassembly Disassembler Viewer Editor RSSC HEXAOmDev.CD May 00 TC:Tool Chest:Developer Utilities:ResEdit 2.1.3:ResEdit Extensions:CODE Editor for ResEdit 2.1:P{Dev.CD May 00 TC
  19154.  - Tool Chest
  19155.  - Developer Utilities
  19156.  - ResEdit 2.1.3
  19157.  - ResEdit Extensions
  19158.  - CODE Editor for ResEdit 2.1W
  19159. relates
  19160. relating
  19161. relational
  19162. relations
  19163. relationship
  19164. relationships
  19165. relativez
  19166. relatively
  19167. relax
  19168. releaseQ
  19169. released
  19170. releasesj
  19171. relevanti
  19172. All Packages
  19173. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  19174. Dev.CD Jan 94
  19175. Dev.CD Oct 93
  19176. Dev.CD Jul 93
  19177. Dev.CD Apr 93PDDev.CD Apr 94
  19178. Dev.CD Jan 94
  19179. Dev.CD Oct 93
  19180. Dev.CD Jul 93
  19181. Dev.CD Apr 9V
  19182. 74658X
  19183. Apr 94
  19184. --set theItem to choose file -- uncomment to test in an AS editor
  19185.     tell application "Finder"
  19186.         open item "Dev.CD Apr 94
  19187. Dev.CD Jan 94
  19188. Dev.CD Oct 93
  19189. Dev.CD Jul 93
  19190. Dev.CD Apr 93"
  19191.         activate
  19192.     end tell
  19193. on error errMsg number errNum
  19194.     --enter statements to perform when no records are found such as...
  19195.     display dialog "Sorry, the item you selected could not be found."
  19196.     return
  19197. end try
  19198. All Packages
  19199. System Enabler 001 (IIvx, IIvi)O7Dev.CD Apr 94
  19200. Dev.CD Jan 94
  19201. Dev.CD Oct 93
  19202. Dev.CD Jul 93P6Dev.CD Apr 94
  19203. Dev.CD Jan 94
  19204. Dev.CD Oct 93
  19205. Dev.CD Jul 9V
  19206. 74659X
  19207. Apr 94
  19208. configuringA
  19209. confines
  19210. confirm
  19211. confirmationx
  19212. confirmed
  19213. conflicto
  19214. conform
  19215. confused
  19216. confuses
  19217. confusing
  19218. confusion
  19219. conjunction
  19220. conjuntiona
  19221. connect
  19222. connect
  19223. connected
  19224. connecting
  19225. connectionj
  19226. connectionless
  19227. considerable
  19228. consideration
  19229. considerationsg
  19230. consideredg
  19231. consideringg
  19232. consistencyd
  19233. consistento
  19234. consisting
  19235. consists_
  19236. console
  19237. consolideted
  19238. constant
  19239. constantly
  19240. constants[
  19241. constitute
  19242. constraints
  19243. construct
  19244. constructing
  19245. construction
  19246. constructs
  19247. consult
  19248. consumer
  19249. consumers
  19250. contactb
  19251. All Packages
  19252. F    QuickTimeO
  19253. Dev.CD Jan 95
  19254. Dev.CD Oct 94P
  19255. Dev.CD Jan 95
  19256. Dev.CD Oct 9V
  19257. 74378X
  19258. Jan 95
  19259. p--set theItem to choose file -- uncomment to test in an AS editor
  19260.     tell application "Finder"
  19261.         open item "Dev.CD Jan 95
  19262. Dev.CD Oct 94"
  19263.         activate
  19264.     end tell
  19265. on error errMsg number errNum
  19266.     --enter statements to perform when no records are found such as...
  19267.     display dialog "Sorry, the item you selected could not be found."
  19268.     return
  19269. end try
  19270. All Packages
  19271. F    QuickTimeO
  19272. Dev.CD Jan 95
  19273. Dev.CD Oct 94P
  19274. Dev.CD Jan 95
  19275. Dev.CD Oct 9V
  19276. 74379X
  19277. Jan 95
  19278. p--set theItem to choose file -- uncomment to test in an AS editor
  19279.     tell application "Finder"
  19280.         open item "Dev.CD Jan 95
  19281. Dev.CD Oct 94"
  19282.         activate
  19283.     end tell
  19284. on error errMsg number errNum
  19285.     --enter statements to perform when no records are found such as...
  19286.     display dialog "Sorry, the item you selected could not be found."
  19287.     return
  19288. end try
  19289. All Packages
  19290. applicationsA
  19291. applied
  19292. applies
  19293. apply
  19294. applying
  19295. approach
  19296. approaches
  19297. appropriate
  19298. appropriately
  19299. approval
  19300. architecture/roadmap
  19301. architectures
  19302. archive
  19303. archived
  19304. archivesi
  19305. support's
  19306. supportedn
  19307. supportingN
  19308.     - Sun Compliant Java Runtime Environment 1.1
  19309.     - QuickTime 3 
  19310.     - QTJava.zip
  19311.     - An Applet viewer - Apple Applet Runner or the sun appletviewer
  19312.     - QTJava media samples
  19313. - Mac OS:
  19314.     - System 8 or later
  19315.     - Macintosh Runtime for Java (MRJ) 2.1
  19316. - Windows 95, 98, or NT::
  19317.     - JRE/JDK from Sun Microsystems, Inc. recommended
  19318. QuickTime, Java, MRJO
  19319. Dev.CD May 00 TC:Sample Code:P
  19320. Dev.CD May 00 TC
  19321.  - Sample CodeV
  19322. 73032X
  19323. May 00^
  19324. #bout inactive windows and dialog boxes. It also provides more affordance in the active windows and enabled controls. 
  19325. This version of the document also contains the appearance for tab panels (tabs and content panes) which appear in dialog boxes. It shows tabs in small and large sizes. 
  19326. Use of the Grayscale Appearance design in
  19327. All Packages
  19328. Chinese Language KitO
  19329. Dev.CD Nov 97 TCP
  19330. Dev.CD Nov 97 TV
  19331. 73842X
  19332. Nov 97
  19333. e--set theItem to choose file -- uncomment to test in an AS editor
  19334.     tell application "Finder"
  19335.         open item "Dev.CD Nov 97 TC"
  19336.         activate
  19337.     end tell
  19338. on error errMsg number errNum
  19339.     --enter statements to perform when no records are found such as...
  19340.     display dialog "Sorry, the item you selected could not be found."
  19341.     return
  19342. end try
  19343. All Packages
  19344. Chinese Language KitO
  19345. Dev.CD May 98 TCP
  19346. Dev.CD May 98 TV
  19347. 73843X
  19348. May 98
  19349. e--set theItem to choose file -- uncomment to test in an AS editor
  19350.     tell application "Finder"
  19351.         open item "Dev.CD May 98 TC"
  19352.         activate
  19353.     end tell
  19354. on error errMsg number errNum
  19355.     --enter statements to perform when no records are found such as...
  19356.     display dialog "Sorry, the item you selected could not be found."
  19357.     return
  19358. end try
  19359. All Packages
  19360. Chinese Language Kit UpdaterV
  19361. 73844X
  19362. All Packages
  19363. System UpdateO
  19364. Dev.CD Apr 94P
  19365. Dev.CD Apr 9V
  19366. 74876X
  19367. Apr 94
  19368. b--set theItem to choose file -- uncomment to test in an AS editor
  19369.     tell application "Finder"
  19370.         open item "Dev.CD Apr 94"
  19371.         activate
  19372.     end tell
  19373. on error errMsg number errNum
  19374.     --enter statements to perform when no records are found such as...
  19375.     display dialog "Sorry, the item you selected could not be found."
  19376.     return
  19377. end try
  19378. All Packages
  19379. System UpdateO
  19380. Dev.CD Apr 94
  19381. Dev.CD Jan 94P
  19382. Dev.CD Apr 94
  19383. Dev.CD Jan 9V
  19384. 74877X
  19385. Apr 94
  19386. p--set theItem to choose file -- uncomment to test in an AS editor
  19387.     tell application "Finder"
  19388.         open item "Dev.CD Apr 94
  19389. Dev.CD Jan 94"
  19390.         activate
  19391.     end tell
  19392. on error errMsg number errNum
  19393.     --enter statements to perform when no records are found such as...
  19394.     display dialog "Sorry, the item you selected could not be found."
  19395.     return
  19396. end try
  19397. All Packages
  19398. System UpdateO
  19399. Dev.CD Apr 94V
  19400. 74878X
  19401. Summary: This is the electronic version of develop magazine.
  19402.  Issue 10 highlights:
  19403. Apple Event Objects and You  by Richard Clark.   Supporting the Apple event object model isn
  19404. t as tough as you might think, and it will guarantee the future scriptability of your application.
  19405. PostScript Enhancements for the LaserWriter Font Utility  by Bryan K. (
  19406. Beaker
  19407. ) Ressler.   Unbeknownst to many, the LaserWriter Font Utility is extensible, allowing you to add custom functionality. PostScript hacke
  19408. rs, rejoice!
  19409. Drawing in GWorlds for Speed and Versatility  by Konstantin Othmer and Mike Reed.   Custom drawing routines can radically increase graphics performance. Kon and Mike show you how and give you some extremely useful examples.
  19410. In Search of the Optimal Palette  by Dave Good and Konstantin Othmer.   Choosing the best colors to display an image with is tricky. This article explains how the Picture Utilities methods work and gives you tips on developing your own methods.
  19411. Print Hin
  19412. --set theItem to choose file -- uncomment to test in an AS editor
  19413.     tell application "Finder"
  19414.         open item "Dev.CD Apr 94
  19415. Dev.CD Jan 94
  19416. Dev.CD Oct 93
  19417. Dev.CD Jul 93
  19418. Dev.CD Apr 93"
  19419.         activate
  19420.     end tell
  19421. on error errMsg number errNum
  19422.     --enter statements to perform when no records are found such as...
  19423.     display dialog "Sorry, the item you selected could not be found."
  19424.     return
  19425. end try
  19426. extensived
  19427. extensively
  19428. external`
  19429. externals
  19430. extra
  19431. extract
  19432. extractbykind
  19433. extracted
  19434. extractor
  19435. extractors
  19436. extractsy
  19437. extremelyg
  19438. fable
  19439. faced
  19440. faceless
  19441. facilitates
  19442. facilitating
  19443. facilities
  19444. --set theItem to choose file -- uncomment to test in an AS editor
  19445.     tell application "Finder"
  19446.         open item "Dev.CD Apr 94
  19447. Dev.CD Jan 94
  19448. Dev.CD Oct 93
  19449. Dev.CD Jul 93
  19450. Dev.CD Apr 93"
  19451.         activate
  19452.     end tell
  19453. on error errMsg number errNum
  19454.     --enter statements to perform when no records are found such as...
  19455.     display dialog "Sorry, the item you selected could not be found."
  19456.     return
  19457. end try
  19458. files/foldersB
  19459. filesharingon
  19460. filetool
  19461. filing
  19462. filled
  19463. filler
  19464. System Enabler 111 (PB 160/180)O
  19465. Dev.CD Apr 93P
  19466. Dev.CD Apr 9V
  19467. 74764X
  19468. Apr 93
  19469. b--set theItem to choose file -- uncomment to test in an AS editor
  19470.     tell application "Finder"
  19471.         open item "Dev.CD Apr 93"
  19472.         activate
  19473.     end tell
  19474. on error errMsg number errNum
  19475.     --enter statements to perform when no records are found such as...
  19476.     display dialog "Sorry, the item you selected could not be found."
  19477.     return
  19478. end try
  19479. All Packages
  19480. System Enabler 111 (PB 160/180)O
  19481. Dev.CD Apr 93P
  19482. Dev.CD Apr 9V
  19483. 74765X
  19484. Apr 93
  19485. b--set theItem to choose file -- uncomment to test in an AS editor
  19486.     tell application "Finder"
  19487.         open item "Dev.CD Apr 93"
  19488.         activate
  19489.     end tell
  19490. on error errMsg number errNum
  19491.     --enter statements to perform when no records are found such as...
  19492.     display dialog "Sorry, the item you selected could not be found."
  19493.     return
  19494. end try
  19495. All Packages
  19496. System Enabler 111 (PB 160/180)O
  19497. Dev.CD Apr 93V
  19498. 74766X
  19499. F    QuickTimeO
  19500. Dev.CD Jan 95
  19501. Dev.CD Oct 94P
  19502. Dev.CD Jan 95
  19503. Dev.CD Oct 9
  19504. nt Kits:Mac OS:Open Transport 1.3:PFDev.CD Jul 00 SDK1
  19505.  - Development Kits
  19506.  - Mac OS
  19507.  - Open Transport 1.3
  19508. x--set theItem to choose file -- uncomment to test in an AS editor
  19509.     tell application "Finder"
  19510.         open item "Dev.CD Aug 96 TC
  19511. Dev.CD Jan 96 SDK1"
  19512.         activate
  19513.     end tell
  19514. on error errMsg number errNum
  19515.     --enter statements to perform when no records are found such as...
  19516.     display dialog "Sorry, the item you selected could not be found."
  19517.     return
  19518. end try
  19519. ound."
  19520.     return
  19521. end try
  19522. e    No Changef
  19523. AdLib
  19524.  MacApp
  19525. /A(http://developer.apple.com/tools/macapp/
  19526. Dev.CD May 00 TC
  19527. AdLib 3.0.1
  19528. Ad Lib is a graphical view editor which is used to create and edit view resources for MacApp-based applications.
  19529. Ad Lib v3.0.1 provides compatibility with Mac OS 9 and fixes many bugs found in Ad Lib 3.0.  There is one new feature, a log file that is written when resource tables are rebuilt. Logging can be disabled by checking a box in the dialog that prompts for a table rebuild or conversion.ld or conversion.
  19530. tutorial
  19531. tv-man
  19532. tweencamera
  19533. adlib
  19534. 3.0.1Y
  19535. adobeZ
  19536. adobe
  19537. acrobat
  19538. readerZ
  19539. advanced[
  19540. advanced
  19541. color
  19542. imaging
  19543. sample
  19544. applications\
  19545. tools]
  19546. terminology
  19547. 3/92^
  19548. aegizmos_
  19549. aegizmos
  19550. 1.4.2_
  19551. aetracker`
  19552. aetracker
  19553. aevta
  19554. dcmda
  19555. aliasc
  19556. alias
  19557. analysis
  19558. analyzerT
  19559. appearanced
  19560. appearance
  19561. 1.0.2d
  19562. appearance
  19563. 1.0.4e
  19564. applef
  19565. apple
  19566. cd-rom
  19567. handbookf
  19568. apple
  19569. color
  19570. onescanner
  19571. apple
  19572. detectors
  19573. apple
  19574. developer
  19575. archivei
  19576. apple
  19577. directions
  19578. 1995j
  19579. apple
  19580. directions
  19581. 1996k
  19582. apple
  19583. directions
  19584. 1997l
  19585. apple
  19586. event
  19587. registry
  19588. suitesm
  19589. enablerC
  19590. eventm
  19591. handbookf
  19592. imaging[
  19593. newsi
  19594. notesS
  19595. onescannerg
  19596. parserV
  19597. editor'sj
  19598. editorsu
  19599. edittext
  19600. edittextcdev
  19601. educationalj
  19602. eenie
  19603. effect
  19604. ivate
  19605.     end tell
  19606. on error errMsg number errNum
  19607.     --enter statements to perform when no records are found such as...
  19608.     display dialog "Sorry, the item you selected could not be found."
  19609.     return
  19610. end try
  19611. e    No Changef
  19612. grab icon desktopq
  19613. Dev.CD May 00 TC
  19614. D!All Packages
  19615. Tool Chest Edition
  19616. Snarfer
  19617. phrase@
  19618. playthrough@
  19619. pmforecolor@
  19620. pool@
  19621. popupmenuwithcurfont@
  19622. posers@
  19623. powemac@
  19624. poweroff@
  19625. practices@
  19626. pre-print@
  19627. prediction@
  19628. previews@
  19629. primitives@
  19630. printer@
  19631. problems@
  19632. process@
  19633. products@
  19634. profile@
  19635. program's@
  19636. projects@
  19637. protocol's@
  19638. provider@
  19639. provides@
  19640. punctuation@
  19641. purposes@
  19642. quadra@
  19643. quickdraw
  19644. quickdraw
  19645. graphics
  19646. library
  19647. define
  19648. quickdraw
  19649. enables
  19650. computer
  19651. display
  19652. three-dimensio@
  19653. quickdraw's@
  19654. quicktime@
  19655. quicktime's@
  19656. rdocproc@
  19657. rearrange@
  19658. recommends@
  19659. reduced@
  19660. region@
  19661. rejected@
  19662. reliable@
  19663. report@
  19664. represented@
  19665. resizeable@
  19666. resolution@
  19667. restored@
  19668. retrieving@
  19669. returns@
  19670. ricardo@
  19671. quick
  19672. modify
  19673. resources
  19674. selfsend@
  19675. e    No Changeq
  19676. Dev.CD May 00 TC
  19677. All Packages
  19678. 601 Processor Upgrade EnablerO
  19679. Dev.CD Jul 95P
  19680. Dev.CD Jul 9V
  19681. 73722X
  19682. Jul 95
  19683. b--set theItem to choose file -- uncomment to test in an AS editor
  19684.     tell application "Finder"
  19685.         open item "Dev.CD Jul 95"
  19686.         activate
  19687.     end tell
  19688. on error errMsg number errNum
  19689.     --enter statements to perform when no records are found such as...
  19690.     display dialog "Sorry, the item you selected could not be found."
  19691.     return
  19692. end try
  19693. All Packages
  19694. 601 Processor Upgrade EnablerO
  19695. Dev.CD Jul 95P
  19696. Dev.CD Jul 9V
  19697. 73723X
  19698. Jul 95
  19699. b--set theItem to choose file -- uncomment to test in an AS editor
  19700.     tell application "Finder"
  19701.         open item "Dev.CD Jul 95"
  19702.         activate
  19703.     end tell
  19704. on error errMsg number errNum
  19705.     --enter statements to perform when no records are found such as...
  19706.     display dialog "Sorry, the item you selected could not be found."
  19707.     return
  19708. end try
  19709. All Packages
  19710. 73724X
  19711. mt/mp
  19712. mucha
  19713. mueller
  19714. multi-homing
  19715. multi-interface
  19716. multi-platform
  19717. multi-styled
  19718. multibuffering
  19719. multifinder
  19720. multihoming
  19721. multilingual
  19722. multimediaj
  19723. multipage
  19724. multipane
  19725. multiplay
  19726. multipled
  19727. multiple-buffering/p
  19728. multiple-node
  19729. multiprocessing
  19730. quicktime
  19731. music
  19732. architecture
  19733. david
  19734. mustZ
  19735. must-have
  19736. mybuildmenu
  19737. mydeviceloop
  19738. myfont
  19739. myself
  19740. mysteries
  19741. mystery
  19742. naked
  19743. 73792X
  19744. Apr 98^
  19745. --set theItem to choose file -- uncomment to test in an AS editor
  19746.     tell application "Finder"
  19747.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):AppleTalk Wide Area:"
  19748.         activate
  19749.     end tell
  19750. on error errMsg number errNum
  19751.     --enter statements to perform when no records are found such as...
  19752.     display dialog "Sorry, the item you selected could not be found."
  19753.     return
  19754. end try
  19755. e    No Changef(AppleTalk Wide Area
  19756. Router
  19757. Internetq
  19758. Dev.CD Apr 98 SDK1
  19759. JD!All Packages
  19760. Tool Chest Edition
  19761. AppsToGo
  19762. Summary:  AppsToGo is a development framework for Mac development that supports a variety of development platforms, including  MPW, THINK, and CodeWarrior.  AppsToGo sports very strong prototyping, along with robust application support.
  19763. Issues:  Free -- use at own risk
  19764. Sample Code.imgK
  19765. May 93L
  19766. Nov 94M
  19767. Development-caliber Mac.:Sample Code:V
  19768. 73793X
  19769. Moved
  19770.  selected could not be found."
  19771.     return
  19772. end try
  19773. ion "Finder"
  19774.         open item "Dev.CD Dec 99 RL:Utilities:Developer Forms:"
  19775.         activate
  19776.     end tell
  19777. on error errMsg number errNum
  19778.     --enter statements to perform when no records are found such as...
  19779.     display dialog "Sorry, the item you selected could not be found."
  19780.     return
  19781. end try
  19782. Deletedf"bug reports
  19783. error reports to Appleq
  19784. Dev.CD Dec 99 RL
  19785. eD!All Packages
  19786. Tool Chest Edition
  19787. bugInfo macro
  19788.     D Oct 93
  19789. Dev.CD Jul 93
  19790. Dev.CD Apr 9V
  19791. 70992X
  19792. Apr 94
  19793. miller
  19794. millionj
  19795. millions
  19796. minimizep
  19797. minimum
  19798. minor
  19799. Summary:  This digest is a collection of article threads from the internet newsgroups comp.sys.mac.programmer.*.  It is designed for people who read c.s.m.p. semi- regularly and want an archive of the discussions.  
  19800. The Comp.Sys.Mac.Programmer Digest is moderated by Francois Pottier (pottier@clipper.ens.fr).
  19801. Issues:  This is NOT AN APPLE PRODUCT. It is provided on an AS-IS basis. Apple is not responsible for any problems you may encounter in its use.
  19802. 00csmp-abstracts.txt
  19803. csmp-digest-readme.txt
  19804. csmp-digest-v3-001
  19805. csmp-digest-v3-002
  19806. csmp-digest-v3-003
  19807. csmp-digest-v3-004
  19808. csmp-digest-v3-005
  19809. csmp-digest-v3-006
  19810. csmp-digest-v3-007
  19811. csmp-digest-v3-008
  19812. csmp-digest-v3-009
  19813. csmp-digest-v3-010
  19814. csmp-digest-v3-011
  19815. csmp-digest-v3-012
  19816. csmp-digest-v3-013
  19817. csmp-digest-v3-014
  19818. csmp-digest-v3-015
  19819. csmp-digest-v3-016
  19820. csmp-digest-v3-017
  19821. csmp-digest-v3-018
  19822. csmp-digest-v3-019
  19823. csmp-digest-v3-020
  19824. csmp-digest-v3-021
  19825. csmp-digest-v3-022
  19826. csmp-digest-v3-023
  19827. csmp-digest-v
  19828. Jun 94L
  19829. Aug 96:
  19830.   See More Things in the 7.0 Finder
  19831.     This folder contains the 7.0 Finder "hook" for Virtual User.  When installed,
  19832.     the hook allows Virtual User to "see" many more things in 7.0 Finder
  19833.     dialogs and windows. For more information, see the "Mole.code Read Me"
  19834.     document.
  19835.   ShimmerMate 1.0b1
  19836.     Shimmermate is an application which has the ability to 'bless' systems 
  19837.     on a target drive, name the Chooser on a newly installed system on a target, 
  19838.     and move files (i.e. hiding 
  19839. the system file from the finder for 
  19840.     non-blessed systems) plus several other features.  All features are
  19841.     implemented with radio buttons or text strings (such as path names to hard
  19842.     drives and system files).
  19843.     Requirements:  ShimmerMate must be launched from the same volume 
  19844.     which you will be changing system information on (i.e. de-blessing
  19845.     system folders).
  19846.   VU Aid 1.0.8
  19847.     VU Aid is a tool which is installed on any VU target to help the Virtual
  19848.     User Age
  19849. Deletedf*WebObjects
  19850. Performance
  19851. Tuning
  19852. Optimizationq
  19853. Dev.CD Mar OO RLDisk 1
  19854. All Packages
  19855. WebObjects Tools and Techniques
  19856. WebObjects Tools and Techniques by Theresa Ray of Tensor Information Systems, Inc.
  19857. Whether you are creating a new WebObjects application or maintaining an existing one, proficiency in using the ProjectBuilder, EOModeler and WebObjects Builder tools is essential. This survival guide enumerates tips and techniques which will allow you to enhance and tailor these tools to suit your programming needs and personal style.
  19858. WebObjectsToolsAndTech.pdfK
  19859. Jul 99M
  19860. Acrobat Reader 3.0NWWebObjects, EOModeler, Project Builder,  WebObjects Builder, Tools, Tips and TechniquesOSDev.CD Mar OO RLDisk 1:Interactive Media Resources:WebObjects Tools and Techniques:PXDev.CD Mar OO RLDisk 1
  19861.  - Interactive Media Resources
  19862.  - WebObjects Tools and TechniquesV
  19863. 74935X
  19864. Mar OO^
  19865. RLDisk 1
  19866. Deleted
  19867. 4400/200
  19868. program
  19869. control
  19870. access
  19871. 512-919-2645
  19872. 5200x
  19873. g number errNum
  19874.     --enter statements to perform when no records are found such as...
  19875.     display dialog "Sorry, the item you selected could not be found."
  19876.     return
  19877. end try
  19878. e    No Changeq
  19879. Dev.CD May 00 TC
  19880. D!All Packages
  19881. Tool Chest Edition
  19882. MacTCP+ Tool 1.0
  19883. ASummary: This tool updates the MacTCP 1.1 driver to correct a problem with the reception of packets on Macintosh Pluses running System 7.0 or later. 
  19884. Features: The modified MacTCP driver will work on Apple Macintosh Plus Computers running System 7.  The release version 1.1 of MacTCP does not work in this configuration.
  19885. J@MacTCP+ Tool
  19886. README for MacTCP+ Tool
  19887. README for MacTCP+ Tool.txtK
  19888. Mar 92:Tool Chest:Networking:MacTCP:MacTCP+ Tool:V
  19889. 72856X
  19890. 1e    No Change
  19891. nov/dec
  19892. nov/dec
  19893. Sep 92L
  19894. Sep 93MMSystem 6 or above. System 7 or above if Apple Event and Apple Script is used.N.data conversion, Apple Event server, scriptingO<Dev.CD May 00 TC:Tool Chest:Toolbox:Clipboard Magician 0.76:PDDev.CD May 00 TC
  19895.  - Tool Chest
  19896.  - Toolbox
  19897.  - Clipboard Magician 0.76V
  19898. 73850X
  19899. May 00^
  19900. --set theItem to choose file -- uncomment to test in an AS editor
  19901.     tell application "Finder"
  19902.         open item "Dev.CD May 00 TC:Tool Chest:Toolbox:Clipboard Magician 0.76:"
  19903.         activate
  19904.     end tell
  19905. on error errMsg number errNum
  19906.     --enter statements to perform when no records are found such as...
  19907.     display dialog "Sorry, the item you selected could not be found."
  19908.     return
  19909. end try
  19910. e    No Changef,data conversion
  19911. Apple Event server
  19912. scriptingq
  19913. Dev.CD May 00 TC
  19914. D!All Packages
  19915. Tool Chest Edition
  19916. CODE Editor for ResEdit 2.1
  19917. rationale
  19918. rawip
  19919. highlights
  19920. issue
  19921. highlights
  19922. All Packages
  19923. F    QuickTimeO
  19924. Dev.CD Jun 97 SSWP
  19925. Dev.CD Jun 97 SSV
  19926. 74451X
  19927. Jun 97
  19928. f--set theItem to choose file -- uncomment to test in an AS editor
  19929.     tell application "Finder"
  19930.         open item "Dev.CD Jun 97 SSW"
  19931.         activate
  19932.     end tell
  19933. on error errMsg number errNum
  19934.     --enter statements to perform when no records are found such as...
  19935.     display dialog "Sorry, the item you selected could not be found."
  19936.     return
  19937. end try
  19938. All Packages
  19939. F    QuickTimeO
  19940. Dev.CD Jun 97 SSWP
  19941. Dev.CD Jun 97 SSV
  19942. 74452X
  19943. Jun 97
  19944. f--set theItem to choose file -- uncomment to test in an AS editor
  19945.     tell application "Finder"
  19946.         open item "Dev.CD Jun 97 SSW"
  19947.         activate
  19948.     end tell
  19949. on error errMsg number errNum
  19950.     --enter statements to perform when no records are found such as...
  19951.     display dialog "Sorry, the item you selected could not be found."
  19952.     return
  19953. end try
  19954. All Packages
  19955. F    QuickTimeO
  19956. Dev.CD Jun 97 SSWP
  19957. Dev.CD Jun 97 SSV
  19958. 74453X
  19959. Jun 97
  19960. MYAny Macintosh with keyboard.  Any Macintosh System Software. Works on PowerBooks 100-170.s in 34 languages.
  19961. The "Apple International Glossaries" folder contains a Read Me file and 3 sub-folders:
  19962. 1. Apple Int'l Glossaries (TXT); this folder contains text file format.
  19963. 2. Apple Int'l Glossaries (SS); this folder contains Claris Works 4.0 spreadsheet file format.
  19964. 3. Apple Int'l Glossaries (LG); this folder contains AppleGlot file format.
  19965. Features:
  19966.  As a developer, you save time and money in th
  19967. e localization process. Now you can translate all resources that contain standard MacOS terminology automatically.
  19968.  Your localized products will be more consistent with the translated MacOS. 
  19969.  To look up a specific term easily, we have provided the Glossaries as ClarisWorks spreadsheet (SS) tables. You can find these in the folder "Apple Glossaries (SS)".
  19970.  To import the Glossaries into other spreadsheets or databases, we have also provided them as tab-delimited text files. You can find 
  19971. p--set theItem to choose file -- uncomment to test in an AS editor
  19972.     tell application "Finder"
  19973.         open item "Dev.CD Jan 94
  19974. Dev.CD Dec 93"
  19975.         activate
  19976.     end tell
  19977. on error errMsg number errNum
  19978.     --enter statements to perform when no records are found such as...
  19979.     display dialog "Sorry, the item you selected could not be found."
  19980.     return
  19981. end try
  19982. ou selected could not be found."
  19983.     return
  19984. end try
  19985. e    No Changeq
  19986. Dev.CD May 00 TC
  19987. cD!All Packages
  19988. Tool Chest Edition
  19989. BouncingSpritesIyThis demo program shows how to construct a simple animation and apply compositing (graphics mode) effects to the sprites.J
  19990. Sample Code.imgK
  19991. Feb 00
  19992. - Common
  19993.     - Sun Compliant Java Runtime Environment 1.1
  19994.     - QuickTime 3 
  19995.     - QTJava.zip
  19996.     - QTJava media samples
  19997. - Mac OS:
  19998.     - System 8 or later
  19999.     - Macintosh Runtime for Java (MRJ) 2.1
  20000. - Windows 95, 98, or NT::
  20001.     - JRE/JDK from Sun Microsystems, Inc. recommended
  20002. :Sample Code:V
  20003. 72581X
  20004. 1e    No Change
  20005. Packages
  20006. 72234
  20007. --set theItem to choose file -- uncomment to test in an AS editor
  20008.     tell application "Finder"
  20009.         open item "Dev.CD Apr 94
  20010. Dev.CD Jan 94
  20011. Dev.CD Oct 93
  20012. Dev.CD Jul 93"
  20013.         activate
  20014.     end tell
  20015. on error errMsg number errNum
  20016.     --enter statements to perform when no records are found such as...
  20017.     display dialog "Sorry, the item you selected could not be found."
  20018.     return
  20019. end try
  20020.  - Object Pascal to C++ TipV
  20021. 70436X
  20022. May 00^
  20023. --set theItem to choose file -- uncomment to test in an AS editor
  20024.     tell application "Finder"
  20025.         open item "Dev.CD May 00 TC:Tool Chest:Development Kits:C++ Related:Object Pascal to C++ Tips"
  20026.         activate
  20027.     end tell
  20028. on error errMsg number errNum
  20029.     --enter statements to perform when no records are found such as...
  20030.     display dialog "Sorry, the item you selected could not be found."
  20031.     return
  20032. end try
  20033. e    No Changeq
  20034. Dev.CD May 00 TC
  20035. -D!All Packages
  20036. Mac OS SDK Edition
  20037. ObjectSupportLib 1.1.4
  20038.     e and 
  20039. BJEAbout AppleShare Client API
  20040. AppleShareClientAPI.pdf
  20041. Headers
  20042. LibrariesK
  20043. Jan 00L
  20044. Jan 00MIMac OS 9 is recommended.  The minimum requirement is Mac OS 7.6 or later.N'AppleShare, Client, AFP, shared volumesOEDev.CD Jul 00 SDK1:Development Kits:Mac OS:AppleShare Client API SDK:PMDev.CD Jul 00 SDK1
  20045.  - Development Kits
  20046.  - Mac OS
  20047.  - AppleShare Client API SDKV
  20048. 73785X
  20049. Jul 00^
  20050. --set theItem to choose file -- uncomment to test in an AS editor
  20051.     tell application "Finder"
  20052.         open item "Dev.CD Jul 00 SDK1:Development Kits:Mac OS:AppleShare Client API SDK:"
  20053.         activate
  20054.     end tell
  20055. on error errMsg number errNum
  20056.     --enter statements to perform when no records are found such as...
  20057.     display dialog "Sorry, the item you selected could not be found."
  20058.     return
  20059. end try
  20060. e    No Changef$AppleShare
  20061. Client
  20062. shared volumesoPftp://ftp.apple.com/developer/Development_Kits/AppleShare_Client_API_SDK.img.hqxq
  20063. Dev.CD Jul 00 SDK1
  20064. CD!All Packages
  20065. Mac OS SDK Edition
  20066. PHDev.CD May 00 TC
  20067.  - What's New?
  20068.  - Sample Code
  20069.  - Graphics 3D
  20070.  - SetupGL
  20071. sample
  20072. applications
  20073. utilization
  20074. utilized
  20075. utilizes
  20076. utilizing
  20077. utitity
  20078. uunpredictable
  20079. v-twinb
  20080. v1.0.1
  20081. v1.0.2
  20082. v1.1.3
  20083. v1.2.1Q
  20084. v1.5.1
  20085. v1.7.2
  20086. v2.0.4
  20087. v2.0.6
  20088. v2.5ss
  20089. v2.6.5X
  20090. v3.0.1Y
  20091. vacinity
  20092. valid
  20093. validate
  20094. validating
  20095. validation
  20096. validator
  20097. validity
  20098. value
  20099. values
  20100. viewed
  20101. viewer
  20102. appletalk
  20103. transaction
  20104. protocol@
  20105. async
  20106. device@
  20107. background-only@
  20108. cfpropertylist
  20109. color
  20110. icon@
  20111. contextual@
  20112. debuggers@
  20113. developer
  20114. notes@
  20115. dynamic
  20116. library@
  20117. editor@
  20118. ethernet
  20119. address@
  20120. system@
  20121. files@
  20122. finder
  20123. strings@
  20124. framework@
  20125. getversion@
  20126. pages@
  20127. html@
  20128. imaging@
  20129. nts to perform when no records are found such as...
  20130.     display dialog "Sorry, the item you selected could not be found."
  20131.     return
  20132. end try
  20133. All Packages
  20134. Cyrillic Language KitO!Dev.CD May 97 TC
  20135. Dev.CD May 96 TCP Dev.CD May 97 TC
  20136. Dev.CD May 96 TV
  20137. 72642X
  20138. May 97
  20139. r application or service. Not just for networking but for all applications.
  20140. Issues:  Redistribution license required from Apple if you want to ship the MacSNMP. No license required to ship SNMP agents by themselves
  20141. 1e    No Change
  20142. Read Me
  20143. Read Me.txt
  20144. rfc1332 (PPP IPCP)
  20145. rfc1334 (PPP Authentication)
  20146. rfc1378 (PPP ATCP)
  20147. rfc1570 (PPP LCP)
  20148. rfc1618 (PPP ISDN)
  20149. rfc1661 (PPP)
  20150. rfc1662 (PPP HDLC).CD Oct 93
  20151. Dev.CD Jul 93
  20152. Dev.CD Apr 93"
  20153.         activate
  20154.     end tell
  20155. on error errMsg number errNum
  20156.     --enter statements to perform when no records are found such as...
  20157.     display dialog "Sorry, the item you selected could not be found."
  20158.     return
  20159. end try
  20160. evolved
  20161. eworldj
  20162. exact`
  20163. exactly
  20164. examining
  20165. exampleN
  20166. examples
  20167. exceeds
  20168. except
  20169. exception
  20170. exceptional
  20171. exceptions
  20172. exchange
  20173. exchanging
  20174. excitingf
  20175. executable
  20176. r--set theItem to choose file -- uncomment to test in an AS editor
  20177.     tell application "Finder"
  20178.         open item "Dev.CD May 00 TC:Sample Code:"
  20179.         activate
  20180.     end tell
  20181. on error errMsg number errNum
  20182.     --enter statements to perform when no records are found such as...
  20183.     display dialog "Sorry, the item you selected could not be found."
  20184.     return
  20185. end try
  20186. system
  20187. enabler
  20188. system
  20189. enabler
  20190. 160/165c/180/180c
  20191. system
  20192. enabler
  20193. system
  20194. enabler
  20195. performa
  20196. system
  20197. enabler
  20198. performa
  20199. system
  20200. enabler
  20201. color
  20202. classic
  20203. --set theItem to choose file -- uncomment to test in an AS editor
  20204.     tell application "Finder"
  20205.         open item "Dev.CD Apr 94
  20206. Dev.CD Jan 94
  20207. Dev.CD Oct 93
  20208. Dev.CD Jul 93
  20209. Dev.CD Apr 93"
  20210.         activate
  20211.     end tell
  20212. on error errMsg number errNum
  20213.     --enter statements to perform when no records are found such as...
  20214.     display dialog "Sorry, the item you selected could not be found."
  20215.     return
  20216. end try
  20217. emoryforio
  20218. preparing
  20219. prerelease
  20220. prerequisite
  20221. prerequisitesR
  20222. prescalers
  20223. presence
  20224. presentp
  20225. presentation
  20226. presentedZ
  20227. presenting
  20228. presently
  20229. presents
  20230. preserved
  20231. press
  20232. pressing
  20233. pretty
  20234. prevent
  20235. prevented
  20236. preview
  20237. previousa
  20238. previouslyn
  20239. prgeneral
  20240. prgram
  20241. price
  20242. pricesj
  20243. primarily
  20244. primary
  20245. primer
  20246. May 00^
  20247. r--set theItem to choose file -- uncomment to test in an AS editor
  20248.     tell application "Finder"
  20249.         open item "Dev.CD May 00 TC:Sample Code:"
  20250.         activate
  20251.     end tell
  20252. on error errMsg number errNum
  20253.     --enter statements to perform when no records are found such as...
  20254.     display dialog "Sorry, the item you selected could not be found."
  20255.     return
  20256. end try
  20257. e    No Changef
  20258. QuickTime
  20259. Dev.CD May 00 TC
  20260. D!All Packages
  20261. Tool Chest Edition
  20262. mmary: Macintosh CTB software distributed at the 1992 Worldwide Developers Conference in the CTB Technical session. This software is intended to be useful to anyone developing a CTB compatible application or CTB Tool.
  20263. Features: The components included are:
  20264. * CTB API overview (TEXT file)
  20265. * Comm Toolbox architecture/roadmap/example courseware (HyperCard stack)
  20266. * MPW 411 files
  20267. * CustomChoose outline (TEXT file)
  20268. * Staging Alerts description (TEXT file)
  20269. * Macsbug dcmd files for Tool debugginfor Tool debuggin
  20270. JYDemo app
  20271. Documentation
  20272. Headers
  20273. Libraries
  20274. Read Me -- AEGizmos
  20275. Sources
  20276. What's New in 1.4.2?K
  20277. Aug 94L
  20278. Oct 99N#AppleScript, Apple events, AEGizmosOSDev.CD May 00 TC:Tool Chest:Interapplication Communication:AE Tools:AEGizmos 1.4.2:P^Dev.CD May 00 TC
  20279.  - Tool Chest
  20280.  - Interapplication Communication
  20281.  - AE Tools
  20282.  - AEGizmos 1.4.2V
  20283. 73750X
  20284. May 00^
  20285. --set theItem to choose file -- uncomment to test in an AS editor
  20286.     tell application "Finder"
  20287.         open item "Dev.CD May 00 TC:Tool Chest:Interapplication Communication:AE Tools:AEGizmos 1.4.2:"
  20288.         activate
  20289.     end tell
  20290. on error errMsg number errNum
  20291.     --enter statements to perform when no records are found such as...
  20292.     display dialog "Sorry, the item you selected could not be found."
  20293.     return
  20294. end try
  20295. e    No Changef!AppleScript
  20296. Apple events
  20297. AEGizmosq
  20298. Dev.CD May 00 TC
  20299.  D!All Packages
  20300. Tool Chest Edition
  20301. AETracker 3.0
  20302. May 00^
  20303. e    No Change
  20304. input
  20305. textedit
  20306. input
  20307. inputsprocket
  20308. Jul 00^
  20309. --set theItem to choose file -- uncomment to test in an AS editor
  20310.     tell application "Finder"
  20311.         open item "Dev.CD Jul 00 SDK1:Development Kits:Hardware:PC Card SDKs:"
  20312.         activate
  20313.     end tell
  20314. on error errMsg number errNum
  20315.     --enter statements to perform when no records are found such as...
  20316.     display dialog "Sorry, the item you selected could not be found."
  20317.     return
  20318. end try
  20319. e    No Changeq
  20320. Dev.CD Jul 00 SDK1
  20321. SD!All Packages
  20322. Tool Chest Edition
  20323. ple which demonstrates a Ethernet driver, PC Card Enabler, and Open Transport Port Scanner for an Ethernet PC Card. Specifically, the sample is targeted for network PC Cards other than Ethernet so that they can properly register themselves with Open Transport
  20324. The code sample provides a MetroWerks Code Warrior project file which includes a sample Ethernet driver, a PC Card Enabler and a Port Scanner. The Enabler is designed to handle port registration of the network card in conjunck card in conjunc
  20325. Movedq
  20326. Dev.CD May 00 TC
  20327. D!All Packages
  20328. Mac OS SDK Edition
  20329. Killer Content Workbook
  20330. The Killer Content Workbook is sponsored by the Apple Computer Inc. Developer Relations Group for the Apple Media Program. The purpose of this workbook is to arm interactive media professionals with the power to create killer content and bring that content to market the best way possible. It will help you articulate your creative vision, formulate a business development strategy, create a marketing plan, and implement a distribution plan that maximize the effectiveness of your budget and t
  20331. *ime parameters. You
  20332. ll investigate the essence of creativity, study leading-edge PR strategies, survey online partnerships, examine effective marketing techniques, and much more. What you
  20333. ll end up with is a killer content plan that doubles as a course of action for your product and your business.
  20334. JTKiller Content.pdf
  20335. Part I PDF Links
  20336. Part II PDF Links
  20337. Part III PDF Links
  20338. sound filesK
  20339. Jan 98d
  20340. Change
  20341. --set theItem to choose file -- uncomment to test in an AS editor
  20342.     tell application "Finder"
  20343.         open item "Dev.CD Apr 94
  20344. Dev.CD Jan 94
  20345. Dev.CD Oct 93
  20346. Dev.CD Jul 93
  20347. Dev.CD Apr 93"
  20348.         activate
  20349.     end tell
  20350. on error errMsg number errNum
  20351.     --enter statements to perform when no records are found such as...
  20352.     display dialog "Sorry, the item you selected could not be found."
  20353.     return
  20354. end try
  20355. r--set theItem to choose file -- uncomment to test in an AS editor
  20356.     tell application "Finder"
  20357.         open item "Dev.CD May 00 TC:Sample Code:"
  20358.         activate
  20359.     end tell
  20360. on error errMsg number errNum
  20361.     --enter statements to perform when no records are found such as...
  20362.     display dialog "Sorry, the item you selected could not be found."
  20363.     return
  20364. end try
  20365. pment Kits (Disc 1):MacTCP:P9Dev.CD Apr 98 SDK1
  20366.  - Development Kits (Disc 1)
  20367.  - MacTCPs Yahoo!, gopher and ftp direB
  20368. ctory structures, email headers, data dictionaries, etc. 
  20369. ProjectX (aka HotSauce) is just one of the applications that is enabled by the MCF. It should be possible for many different applications to use the meta-content represented in the MCF. 
  20370. HotSauce standalone app FAQ
  20371. Meta-Content Format
  20372. Project X Large 68K:
  20373. Project X Large PPC:
  20374. Project X Quick Start Guide
  20375. ProjectXPlugIn68K
  20376. ProjectXPlugIn68KNFPU
  20377. ProjectXPlugInPPC
  20378. Standalone App Quick StartK
  20379. Nov 96
  20380. contextualmenumanage
  20381. contextualmenumanage
  20382. 1.0.3
  20383. control
  20384. control
  20385. strip
  20386. controlbackground
  20387. controlkeypatch
  20388. controlstrip
  20389. controlstrip
  20390. convert
  20391. convert
  20392. projects
  20393. 1.0b5
  20394. converter
  20395. corefoundation
  20396. cpugestalt
  20397. createmovie
  20398. createpictfile
  20399. development
  20400. resources
  20401. cursor
  20402. cursor
  20403. component
  20404. custommedia
  20405. cyrillic
  20406. cyrillic
  20407. language
  20408. nt for TextEdit that breaks the 32k limit on text.
  20409. Issues: 3rd Party Product
  20410. Change History
  20411. Extras
  20412. Quick Intro
  20413. WASTE 1.3a6
  20414. WASTE C/C++ Headers
  20415. WASTE Demo (CFM fat)
  20416. WASTE Demo (classic 68K)
  20417. WASTE Documentation
  20418. WASTE Pascal Interfaces
  20419. WASTELibK
  20420. Dec 95L
  20421. Feb 98M
  20422. System 7.1 required.N1WASTE, TextEdit Replacement,More than 32k of textO-Dev.CD May 00 TC:Tool Chest:Text:WASTE 1.3a6:rser
  20423. 5.0.7V
  20424. adbreinitW
  20425. light
  20426. saving
  20427. scanner
  20428. scomP
  20429. screen
  20430. script\
  20431. scriptable\
  20432. axsom's
  20433. ayala
  20434. backd
  20435. backbone
  20436. backflips
  20437. background
  20438. background-only
  20439. backlight
  20440. backs
  20441. aegizmos
  20442. 1.4.2]
  20443. aete]
  20444. editor
  20445. stack
  20446. 1.0b3]
  20447. resedit
  20448. template^
  20449. aetracker]
  20450. aetracker
  20451. aetracker
  20452. aetracker
  20453. monitor`
  20454. aetracker
  20455. read`
  20456. aeusertermtypes^
  20457. aeusertermtypes
  20458. aeut^
  20459. resource^
  20460. protocol
  20461. agent
  20462. aiatb
  20463. manual
  20464. changes
  20465. readmeb
  20466. alchemist
  20467. alerts
  20468. aliasc
  20469. alias
  20470. alias
  20471. aliases
  20472. aliaslab
  20473. align
  20474. align
  20475. htmlt
  20476. alphaselector
  20477. alphaselector
  20478. amazonbooks
  20479. amazonbooks
  20480. amazonmusic
  20481. amazonmusic
  20482. analysis
  20483. analyzerT
  20484. animation
  20485. anniversary
  20486. anothercustomenabler
  20487. antlr
  20488. aoceapi
  20489. aocesam
  20490. irections
  20491. 03/95j
  20492. ompact disc. Playable on the set-top or the desktop, DVD bridges the worlds of consumer video and personal computing in a single, unified format.
  20493. While DVD promises to be a highly-successful consumer electronics format, preparing content (
  20494. premastering
  20495. ) for DVD can be a very complex process. And like most new formats, DVD requires new tools and techniques to create rich and satisfying content that make the most of
  20496. the medium.
  20497. Working with DVD requires an in-depth understanding of the fo
  20498. ^rmat, production process, and tools required to bring titles to market. By
  20499. understanding DVD and all that it entails, professional media develop-ers
  20500. can exploit its rich potential. This book is designed for those who are interested in the DVD format, want to create titles, and wish to understand the tools and technology required for DVD production.
  20501. Apr 99ound."
  20502.     return
  20503. end try
  20504. All Packages
  20505. PowerTalk (PPC)O
  20506. Dev.CD Oct 94P
  20507. Dev.CD Oct 9V
  20508. 73006X
  20509. Oct 94
  20510. dormant
  20511. double
  20512. double-clickx
  20513. doubler
  20514. doubles
  20515. doubletrouble
  20516. down`
  20517. downfall
  20518. download
  20519. download
  20520. directory
  20521. listing
  20522. download
  20523. given
  20524. download/upload
  20525. download/upload
  20526. entire
  20527. directory
  20528. downloaded
  20529. downloading
  20530. downloads
  20531. dozen
  20532. dozens
  20533. draftj
  20534. draftbits
  20535. drafting
  20536. dragN
  20537. drag-and-drop
  20538. dragable
  20539. dragged
  20540. dragging
  20541. draglib
  20542. draglow
  20543. drawline
  20544. drawn
  20545. draws
  20546. drawsprcoket
  20547. drawsprocket
  20548. drawsprocket's
  20549. drawtextcodec
  20550. drill
  20551. driven
  20552. driven
  20553. install
  20554. netsprocket
  20555. netsprocket
  20556. staller
  20557. audio
  20558. features
  20559. newformat
  20560. norway
  20561. norway
  20562. distributors/localiz
  20563. apple
  20564. product
  20565. noteW
  20566. notesv
  20567. nubus
  20568. nubus
  20569. board
  20570. registration
  20571. object
  20572. objectcode
  20573. objects
  20574. objectsupportlib
  20575. obsolete
  20576. obsolete
  20577. pre-asip
  20578. openi
  20579. browser
  20580. begini
  20581. opencheckedout
  20582. openmultfiles
  20583. opp's
  20584. orientedR
  20585. oserr
  20586. debug
  20587. 1.0b1]
  20588. output
  20589. overview
  20590. overview
  20591. appletalk
  20592. overview
  20593. appletalk
  20594. parserV
  20595. pasmatit
  20596. password
  20597. password
  20598. interface
  20599. 5300ramcard
  20600. tgitizers
  20601. ews (1 million Power Macs; Apple Licenses MacOS; QuickTime Conferencing; AppleShare and AppleSearch for Windows; MessagePad 120; Motorola Newton Wireless Device); Strategy Mosaic (Blueprint for Future: Communications and Collaboration); Editor's Note (Delays); IndustryWatch.
  20602. Technology: News (develop issue 21); CD Highlights;  Human Interface (Disambiguator, pt 1); OpenDoc HI Q&A, pt 3; QuickDraw 3D.
  20603. Business & Marketing:  Market Research Monthly (Server Software); Special Market Report 
  20604. (Newton Vertical Market); Marketing Feature (User Group Marketing).
  20605. This is final draft copy from the February Apple Directions, 
  20606.  1995, Apple Computer, Inc. All rights reserved. Reuse or reprinting without permission of the editor is forbidden.  For permission, contact the editor on AppleLink at A.DIRECTIONS.
  20607. February 1995 Apple Directions Articles
  20608. News: Apple News (Developer Support for PCI; OpenDoc Roundup; Apple Supports Kaleida Products; GeoPort Kit; Apple Joins Versit); Strategy M
  20609. e--set theItem to choose file -- uncomment to test in an AS editor
  20610.     tell application "Finder"
  20611.         open item "Dev.CD May 97 TC"
  20612.         activate
  20613.     end tell
  20614. on error errMsg number errNum
  20615.     --enter statements to perform when no records are found such as...
  20616.     display dialog "Sorry, the item you selected could not be found."
  20617.     return
  20618. end try
  20619. end tell
  20620. on error errMsg number errNum
  20621.     --enter statements to perform when no records are found such as...
  20622.     display dialog "Sorry, the item you selected could not be found."
  20623.     return
  20624. end try
  20625. e    No Changef
  20626. CD-ROM
  20627. Device Manager
  20628. Dev.CD May 00 TC
  20629. D!All Packages
  20630. Tool Chest Edition
  20631. HTMLSample
  20632.     ometries, but you need to understand a little about the underlying NURB model to use them effectively. This intuitive treatment of NURB curves tells you what you need to know.
  20633. Using C++ Exceptions in C by Avi Rappoport. Exceptions in C++ provide a powerful and useful way to handle errors and other unexpe
  20634. 73902X
  20635. Jun 00^    RL Disk 1
  20636. --set theItem to choose file -- uncomment to test in an AS editor
  20637.     tell application "Finder"
  20638.         open item "Dev.CD Jun 00 RL Disk 1:Technical Documentation:Develop:develop Issue 20:"
  20639.         activate
  20640.     end tell
  20641. on error errMsg number errNum
  20642.     --enter statements to perform when no records are found such as...
  20643.     display dialog "Sorry, the item you selected could not be found."
  20644.     return
  20645. end try
  20646. e    No Changeq
  20647. Dev.CD Jun 00 RL Disk 1
  20648. All Packages
  20649. develop Issue 21
  20650. 73903X
  20651. symantec
  20652. symantec
  20653. builds
  20654. symfilesv
  20655. synchronization
  20656. sysenv
  20657. sysenv
  20658. 1.0d13
  20659. systeme
  20660. system
  20661. related
  20662. systemfolder
  20663. systemfolder
  20664. target
  20665. tccalc
  20666. tcp/ip
  20667. tcp/ip
  20668. administration
  20669. image
  20670. tcp/ip
  20671. connection
  20672. image
  20673. technical
  20674. technique
  20675. techniques
  20676. technotes
  20677. Summary: System 7.0 standard window definition procedure.
  20678. Features: Use this as a guideline for making your custom windows emulate the standard system 7 look.J
  20679. StandardWDEF.aK
  20680. Vol VIIIM
  20681. System 7.0O4Dev.CD May 00 TC:Tool Chest:Toolbox:System 7.0 WDEF:P<Dev.CD May 00 TC
  20682.  - Tool Chest
  20683.  - Toolbox
  20684.  - System 7.0 WDEFV
  20685. 74588X
  20686. May 00^
  20687. --set theItem to choose file -- uncomment to test in an AS editor
  20688.     tell application "Finder"
  20689.         open item "Dev.CD May 00 TC:Tool Chest:Toolbox:System 7.0 WDEF:"
  20690.         activate
  20691.     end tell
  20692. on error errMsg number errNum
  20693.     --enter statements to perform when no records are found such as...
  20694.     display dialog "Sorry, the item you selected could not be found."
  20695.     return
  20696. end try
  20697. e    No Changeq
  20698. Dev.CD May 00 TC
  20699. All Packages
  20700. System 7.5 Update 1.0O
  20701. Dev.CD Jan 96 SSWP
  20702. Dev.CD Jan 96 SSV
  20703. 74589X
  20704. Jan 96
  20705. return
  20706. end try
  20707. e    No Changeq
  20708. Dev.CD May 00 TC
  20709. All Packages
  20710. F$Taiwan Chinese Font Option Kit 6.0.3V
  20711. 71169X
  20712. All Packages
  20713. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  20714. Dev.CD Jan 94
  20715. Dev.CD Oct 93
  20716. Dev.CD Jul 93
  20717. Dev.CD Apr 93PDDev.CD Apr 94
  20718. Dev.CD Jan 94
  20719. Dev.CD Oct 93
  20720. Dev.CD Jul 93
  20721. Dev.CD Apr 9V
  20722. 74845X
  20723. Apr 94
  20724. --set theItem to choose file -- uncomment to test in an AS editor
  20725.     tell application "Finder"
  20726.         open item "Dev.CD Apr 94
  20727. Dev.CD Jan 94
  20728. Dev.CD Oct 93
  20729. Dev.CD Jul 93
  20730. Dev.CD Apr 93"
  20731.         activate
  20732.     end tell
  20733. on error errMsg number errNum
  20734.     --enter statements to perform when no records are found such as...
  20735.     display dialog "Sorry, the item you selected could not be found."
  20736.     return
  20737. end try
  20738. All Packages
  20739. F"System Enabler 401 (Color Classic)O7Dev.CD Apr 94
  20740. Dev.CD Jan 94
  20741. Dev.CD Oct 93
  20742. Dev.CD Jul 93P6Dev.CD Apr 94
  20743. Dev.CD Jan 94
  20744. Dev.CD Oct 93
  20745. Dev.CD Jul 9V
  20746. 74846X
  20747. Apr 94
  20748. scriptswitcher8
  20749. secure
  20750. securely
  20751. security
  20752. All Packages
  20753. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  20754. Dev.CD Jan 94
  20755. Dev.CD Oct 93
  20756. Dev.CD Jul 93
  20757. Dev.CD Apr 93PDDev.CD Apr 94
  20758. Dev.CD Jan 94
  20759. Dev.CD Oct 93
  20760. Dev.CD Jul 93
  20761. Dev.CD Apr 9V
  20762. 74686X
  20763. Apr 94
  20764. --set theItem to choose file -- uncomment to test in an AS editor
  20765.     tell application "Finder"
  20766.         open item "Dev.CD Apr 94
  20767. Dev.CD Jan 94
  20768. Dev.CD Oct 93
  20769. Dev.CD Jul 93
  20770. Dev.CD Apr 93"
  20771.         activate
  20772.     end tell
  20773. on error errMsg number errNum
  20774.     --enter statements to perform when no records are found such as...
  20775.     display dialog "Sorry, the item you selected could not be found."
  20776.     return
  20777. end try
  20778. All Packages
  20779. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  20780. Dev.CD Jan 94
  20781. Dev.CD Oct 93
  20782. Dev.CD Jul 93
  20783. Dev.CD Apr 93PDDev.CD Apr 94
  20784. Dev.CD Jan 94
  20785. Dev.CD Oct 93
  20786. Dev.CD Jul 93
  20787. Dev.CD Apr 9V
  20788. 74687X
  20789. Apr 94
  20790. basing
  20791. ic on the Net.pdf
  20792. New Audio Features QT3.pdf
  20793. Porting
  20794. Jul 98
  20795. OjDev.CD Jan 98 SDK1:What's New:Technical Documentation:Interactive Media Resources:Killer Content Workbook:PuDev.CD Jan 98 SDK1
  20796.  - What's New
  20797.  - Technical Documentation
  20798.  - Interactive Media Resources
  20799.  - Killer Content WorkbookV
  20800. 74042X
  20801. Jan 98^
  20802. --set theItem to choose file -- uncomment to test in an AS editor
  20803.     tell application "Finder"
  20804.         open item "Dev.CD Jan 98 SDK1:What's New:Technical Documentation:Interactive Media Resources:Killer Content Workbook:"
  20805.         activate
  20806.     end tell
  20807. on error errMsg number errNum
  20808.     --enter statements to perform when no records are found such as...
  20809.     display dialog "Sorry, the item you selected could not be found."
  20810.     return
  20811. end try
  20812. Deletedq
  20813. Dev.CD Jan 98 SDK1
  20814. All Packages
  20815. Korean Language KitO
  20816. Dev.CD May 97 TCP
  20817. Dev.CD May 97 TV
  20818. 74043X
  20819. May 97
  20820.   Since the MacTCP 2.0.4 to 2.0.6 Patch must be applied to an unmodified MacTCP 2.0.4, be sure to get or install a fresh copy from your original disks befor
  20821. e    No ChangefTperformance
  20822. hardware
  20823. PowerPC,bandwidth
  20824. 'cache miss rates'
  20825. 'performance counters'q
  20826. Dev.CD May 00 TC
  20827. D!All Packages
  20828. Tool Chest Edition
  20829. 5thColumn
  20830. Summary: 5thColumn
  20831.  allows one CPU to control or get information on another CPU remotely. This is done by executing functions over an AppleTalk network (LocalTalk, EtherTalk, TokenTalk).
  20832. Features: 5thColumn
  20833.  can synchronize clocks, shutdown, restart, take screen shots, launch applications, read memory, get gestalt information, delete files/folders, get directory IDs and drop CPU into MacsBug executing commands.
  20834. VU3.0.1d3.smiK
  20835. Vol IVL
  20836. Vol VIM[Runs on all Macintoshes and system software. As of now it needs MPW on the controlling end.OEDev.CD May 00 TC:Tool Chest:Testing & Debugging:Virtual User 3.0.1d3:PMDev.CD May 00 TC
  20837.  - Tool Chest
  20838.  - Testing & Debugging
  20839.  - Virtual User 3.0.1d3V
  20840. 73721X
  20841. May 00^
  20842. All Packages
  20843. Korean Language KitO
  20844. Dev.CD Aug 97 TC
  20845. Dev.CD Jan 94
  20846. Dev.CD Oct 93
  20847. Dev.CD Jul 93
  20848. Dev.CD Apr 93
  20849. Dev.CD Jan 92
  20850. Dev.CD Vol. XI
  20851. Dev.CD Vol. X
  20852. Dev.CD Vol. IX
  20853. Dev.CD Vol. VIII
  20854. Dev.CD Vol. VII
  20855. Dev CD Vol. VIP
  20856. Dev.CD Aug 97 TC
  20857. Dev.CD Jan 94
  20858. Dev.CD Oct 93
  20859. Dev.CD Jul 93
  20860. Dev.CD Apr 93
  20861. Dev.CD Jan 92
  20862. Dev.CD Vol. XI
  20863. Dev.CD Vol. X
  20864. Dev.CD Vol. IX
  20865. Dev.CD Vol. VIII
  20866. Dev.CD Vol. VII
  20867. Dev CD Vol. VV
  20868. 74044X
  20869. Aug 97
  20870. --set theItem to choose file -- uncomment to test in an AS editor
  20871.     tell application "Finder"
  20872.         open item "Dev.CD Aug 97 TC
  20873. Dev.CD Jan 94
  20874. Dev.CD Oct 93
  20875. Dev.CD Jul 93
  20876. Dev.CD Apr 93
  20877. Dev.CD Jan 92
  20878. Dev.CD Vol. XI
  20879. Dev.CD Vol. X
  20880. Dev.CD Vol. IX
  20881. Dev.CD Vol. VIII
  20882. Dev.CD Vol. VII
  20883. Dev CD Vol. VI"
  20884.         activate
  20885.     end tell
  20886. on error errMsg number errNum
  20887.     --enter statements to perform when no records are found such as...
  20888.     display dialog "Sorry, the item you selected could not be fB
  20889. ound."
  20890.     return
  20891. end try
  20892. D!All Packages
  20893. Tool Chest Edition
  20894. Apr 94
  20895. p--set theItem to choose file -- uncomment to test in an AS editor
  20896.     tell application "Finder"
  20897.         open item "Dev.CD Apr 94
  20898. Dev.CD Jan 94"
  20899.         activate
  20900.     end tell
  20901. on error errMsg number errNum
  20902.     --enter statements to perform when no records are found such as...
  20903.     display dialog "Sorry, the item you selected could not be found."
  20904.     return
  20905. end try
  20906. All Packages
  20907. System Enabler 065 (LC 575)O
  20908. Dev.CD Apr 94P
  20909. Dev.CD Apr 9V
  20910. 74720X
  20911. Apr 94
  20912. b--set theItem to choose file -- uncomment to test in an AS editor
  20913.     tell application "Finder"
  20914.         open item "Dev.CD Apr 94"
  20915.         activate
  20916.     end tell
  20917. on error errMsg number errNum
  20918.     --enter statements to perform when no records are found such as...
  20919.     display dialog "Sorry, the item you selected could not be found."
  20920.     return
  20921. end try
  20922. All Packages
  20923. System Enabler 065 (LC 575)O
  20924. Dev.CD Apr 94
  20925. Dev.CD Jan 94P
  20926. Dev.CD Apr 94
  20927. Dev.CD Jan 9V
  20928. 74721X
  20929. Apr 94
  20930. Dev.CD Jun 97 SSV
  20931. 74370X
  20932. Jun 97
  20933. f--set theItem to choose file -- uncomment to test in an AS editor
  20934.     tell application "Finder"
  20935.         open item "Dev.CD Jun 97 SSW"
  20936.         activate
  20937.     end tell
  20938. on error errMsg number errNum
  20939.     --enter statements to perform when no records are found such as...
  20940.     display dialog "Sorry, the item you selected could not be found."
  20941.     return
  20942. end try
  20943. All Packages
  20944. QuickDraw GXO
  20945. Dev.CD Jun 97 SSWP
  20946. Dev.CD Jun 97 SSV
  20947. 74371X
  20948. Jun 97
  20949. f--set theItem to choose file -- uncomment to test in an AS editor
  20950.     tell application "Finder"
  20951.         open item "Dev.CD Jun 97 SSW"
  20952.         activate
  20953.     end tell
  20954. on error errMsg number errNum
  20955.     --enter statements to perform when no records are found such as...
  20956.     display dialog "Sorry, the item you selected could not be found."
  20957.     return
  20958. end try
  20959. All Packages
  20960. QuickDraw GXO
  20961. Dev.CD Jun 97 SSWP
  20962. Dev.CD Jun 97 SSV
  20963. 74372X
  20964. Jun 97
  20965. csmp-digest-v3-032
  20966. csmp-digest-v3-033
  20967. csmp-digest-v3-034
  20968. csmp-digest-v3-035
  20969. csmp-digest-v3-036
  20970. csmp-digest-v3-037
  20971. csmp-digest-v3-038
  20972. csmp-digest-v3-039
  20973. csmp-digest-v3-040
  20974. csmp-digest-v3-041
  20975. csmp-digest-v3-042
  20976. csmp-digest-v3-043
  20977. csmp-digest-v3-044
  20978. csmp-digest-v3-045
  20979. csmp-digest-v3-046
  20980. csmp-digest-v3-047
  20981. csmp-digest-v3-048
  20982. csmp-digest-v3-049
  20983. csmp-digest-v3-050
  20984. csmp-digest-v3-051
  20985. csmp-digest-v3-052
  20986. csmp-digest-v3-053
  20987. csmp-digest-v3-054
  20988. csmp-digest-v3-055
  20989. csmp-digest-v3-056
  20990. csmp-digest-v3-057
  20991. csmp-digest-v3-058
  20992. csmp-digest-v3-059
  20993. csmp-digest-v3-060
  20994. csmp-digest-v3-061
  20995. csmp-digest-v3-062
  20996. csmp-digest-v3-063
  20997. csmp-digest-v3-064
  20998. csmp-digest-v3-065
  20999. csmp-digest-v3-066
  21000. csmp-digest-v3-067
  21001. csmp-digest-v3-068
  21002. csmp-digest-v3-069
  21003. csmp-digest-v3-070
  21004. csmp-digest-v3-071
  21005. csmp-digest-v3-072
  21006. csmp-digest-v3-073
  21007. csmp-digest-v3-074
  21008. csmp-digest-v3-075
  21009. csmp-digest-v3-076
  21010. 73809X
  21011. May 00^
  21012. --set theItem to choose file -- uncomment to test in an AS editor
  21013.     tell application "Finder"
  21014.         open item "Dev.CD May 00 TC:Tool Chest:Testing & Debugging:Mac OS Development Toolkit:"
  21015.         activate
  21016.     end tell
  21017. on error errMsg number errNum
  21018.     --enter statements to perform when no records are found such as...
  21019.     display dialog "Sorry, the item you selected could not be found."
  21020.     return
  21021. end try
  21022. e    No ChangefsVU
  21023. Virtual User
  21024. VirtualUser
  21025. SPEC S&L
  21026. FileTool
  21027. Memory Monitor
  21028. Testing
  21029. Automation
  21030. Automated Testing
  21031. Clouseauq
  21032. Dev.CD May 00 TC
  21033. [D!All Packages
  21034. Tool Chest Edition
  21035. AV EmulatorI
  21036. This package contains the G4 processor emulator extensions for Mac OS 8.1 and 8.5.  It also contains a Readme file and a ResEdit debug resource.
  21037. These extensions allow code written using the AltiVec instruction set to be run on a G3-class machine.J
  21038. Sample Code.imgK
  21039. May 99M
  21040. PowerPC G3, Mac OS 8.1 or 8.5.:Sample Code:V
  21041. 73810X
  21042. 1e    No Change
  21043. lookp
  21044. looking
  21045. looks
  21046. lookup
  21047. lookupmenu
  21048. lookups
  21049. looming
  21050. looney
  21051. low-disk-space
  21052. low-level
  21053. loyalj
  21054. lurkers
  21055. lurkers
  21056. examine
  21057. projector
  21058. luther
  21059. lying
  21060. F    QuickTimeO
  21061. Dev.CD Jan 94
  21062. Dev.CD Oct 93P
  21063. Dev.CD Jan 94
  21064. Dev.CD Oct 9encoding
  21065. encoding
  21066. converter
  21067. text-to-speech
  21068. textedit
  21069. textedit
  21070. replacement
  21071. thread
  21072. thread
  21073. manager
  21074. threading
  21075. threads
  21076. timing
  21077. techniques
  21078. tokenQ
  21079. token
  21080. ringQ
  21081. tokenize
  21082. tokenizer
  21083. tokentalk
  21084. toolbox
  21085. toolbox
  21086. assistant
  21087. toolkit
  21088. tools
  21089. traceroute
  21090. traditional
  21091. traffic
  21092. traffic
  21093. light
  21094. transaction
  21095. translationy
  21096. translation
  21097. manager
  21098. translator
  21099. transport
  21100. traversing
  21101. traversing
  21102. related
  21103. tables
  21104. features
  21105. features
  21106. allows
  21107. reset
  21108. interrupt
  21109. keyboard
  21110. features
  21111. allows
  21112. users
  21113. chess
  21114. network
  21115. end try
  21116. All Packages
  21117. System Enabler 111 (PB 160/180)O
  21118. Dev.CD Apr 93P
  21119. Dev.CD Apr 9V
  21120. 73524X
  21121. Apr 93
  21122. inheritance
  21123. links
  21124. links
  21125. links
  21126. partmaker
  21127. partmaker
  21128. partmaker
  21129. readme
  21130. parts
  21131. pascal
  21132. pascal
  21133. sample
  21134. pasmatit
  21135. password
  21136. password
  21137. interface
  21138. patch
  21139. patches
  21140. 5300ramcard
  21141. manager
  21142. manager
  21143. viewer
  21144. peoplesoft
  21145. peoplesoft
  21146. apple
  21147. white
  21148. paper
  21149. peoplesurveyor
  21150. peoplesurveyor
  21151. 2.1.2
  21152. performance
  21153. Korean Language Kit 1.0.1
  21154. Summary:  Apple's Korean Language Kit is an easy, affordable way to add Korean text to your documents. After the simple installation process, you can switch effortlessly between the computer's main language and Korean. The kit lets you enter, edit, and print Korean, and mix Korean with other languages in the same document--even in the same sentence. You can also use it to view Korean-language World Wide Web sites with the addition of Internet browsing software. 
  21155. The Korean Language Kit co
  21156. 74045X
  21157. e    No Changef
  21158. ADBOp
  21159. CFM-68Kq
  21160. Dev.CD May 00 TC
  21161. D!All Packages
  21162. Tool Chest Edition
  21163. SetupGL
  21164. Version 1.1: Adds windowed mode that allows creation of an OpenGL context on an already existing window.  Also, cleans up existing implementation of fullscreen mode.  SetupGL still handles all aspects of GL setup on the Macintosh.
  21165. Version 1.0: Added PreflightGL () function.  Fixed various minor errors.  Corrected fade implementation.  Added a little more robustness in the application end in failure conditions, fixed problem with aglFont handling.
  21166. SetupGL is a set of functions that can bet
  21167. source
  21168. source
  21169. masher
  21170. sourcemenu
  21171. sources
  21172. space
  21173. spain
  21174. spain
  21175. distribution
  21176. guide
  21177. spain
  21178. distributors/localiz
  21179. spanish
  21180. spanish
  21181. 1.1.3
  21182. specific
  21183. specification
  21184. tional yet,  OT Listen/Accept loop needs improvement
  21185. Sample Code.imgK
  21186. Mar 96
  21187. opyBits.
  21188. digitizing
  21189. dilemmas
  21190. dilsj
  21191. dimension
  21192. dimensions
  21193. dimmed
  21194. dimming
  21195. dimms
  21196. diractive
  21197. direct
  21198. direct-manipulation
  21199. direction
  21200. directional
  21201. directionsj
  21202. directly
  21203. Wntial
  21204. integrity
  21205. rules
  21206. valida
  21207. tsmte
  21208. tsmte
  21209. textedit
  21210. inline
  21211. input
  21212. japanese
  21213. internationalizatio
  21214. tuning
  21215. tutorial
  21216. types
  21217. typography
  21218. storage
  21219. class
  21220. driver
  21221. systems
  21222. workstation
  21223. solaris
  21224. hp-ux
  21225. update
  21226. updater
  21227. updates
  21228. usageu
  21229. usedistanthdwrmem
  21230. uselocalhdwrmem
  21231. utilities
  21232. utility
  21233. utility
  21234. space
  21235. variable
  21236. variables
  21237. vector
  21238. 8J)Development:
  21239. Japanese:
  21240. Recipes:
  21241. Apr 96L
  21242. Jan 97OCDev.CD Jan 97 SDK2:Development Kits (Disc 2):OpenDoc International:PHDev.CD Jan 97 SDK2
  21243.  - Development Kits (Disc 2)
  21244.  - OpenDoc InternationalV
  21245. 74159X
  21246. Jan 97^
  21247. --set theItem to choose file -- uncomment to test in an AS editor
  21248.     tell application "Finder"
  21249.         open item "Dev.CD Jan 97 SDK2:Development Kits (Disc 2):OpenDoc International:"
  21250.         activate
  21251.     end tell
  21252. on error errMsg number errNum
  21253.     --enter statements to perform when no records are found such as...
  21254.     display dialog "Sorry, the item you selected could not be found."
  21255.     return
  21256. end try
  21257. Deletedq
  21258. Dev.CD Jan 97 SDK2
  21259. 9D!All Packages
  21260. Tool Chest Edition
  21261. OpenFWBridgeFixJul97
  21262.     s   This little-known System 7 routine can help you deal with multiple screen environments.
  21263. Somewhere in QuickTime: Top 10 QuickTime Tips  by John Wang.   The first installment of a new column on QuickTime: hot tips from the masters.
  21264. Print Hints: Looking 
  21265. - Common
  21266.     - Sun Compliant Java Runtime Environment 1.1
  21267.     - QuickTime 3 
  21268.     - QTJava.zip
  21269.     - QTJava media samples
  21270. - Mac OS:
  21271.     - System 8 or later
  21272.     - Macintosh Runtime for Java (MRJ) 2.1
  21273. - Windows 95, 98, or NT::
  21274.     - JRE/JDK from Sun Microsystems, Inc. recommended
  21275. QuickTime, Java, MRJupply of file types requires that file types be defined generically and that specific auxiliary types be assigned by Apple for application use.
  21276.  C/F Registration Requests
  21277. This stack will allow users to 
  21278. register creator and file type IDs for their applications, and will alert the developer if the creator ID has already been reserved.  NOTE:  Using this stack does not guarantee that the creator requested has not been reserved after we went to press.
  21279.   The stack can check to see if the creator ID being requested has already been taken, using the most recent information from Developer Support's creator/file type database.  It also automatically creates an AppleLink to send to DEVSUPPORT.  Re
  21280. turn just the text that a user would see viewing the document.  For the above example, 
  21281. This is a sample document.
  21282.  would be the only text that is indexed.   
  21283. Text Extractors can also enable indexing and summarization for files that were previously skipped.  With System 8.5, Adobe
  21284.  Portable Document Format (PDF) files were not indexed because the text within these document is encoded.  For System 8.6, Find by Content uses the 
  21285. PDF Text Extractor
  21286.  to index and summarize PDF files.  
  21287. J.DemoExtractor
  21288. Headers
  21289. Text Extractors Plug-insK
  21290. Oct 99M
  21291. Mac OS 8.6 and laterN,Sherlock, Find By Content, Extractor, SearchOKDev.CD Jul 00 SDK1:Development Kits:Mac OS:Find By Content (FBC) Extractor:PSDev.CD Jul 00 SDK1
  21292.  - Development Kits
  21293.  - Mac OS
  21294.  - Find By Content (FBC) ExtractorMay 00 TC
  21295.  - Tool Chest
  21296.  - Developer Utilities
  21297.  - PopupFuncs 2.6.1   P.O. Box 108
  21298.     Bedford, MA  01730-0108
  21299. Phone:  +1 508 651 3561
  21300. Fax:    +1 508 651 7584
  21301. WWW:    http://www.tiac.net/biz/bbsw/
  21302. email
  21303. iness & Marketing: News (Apple Initiatives Sell 3d-Party Products); Market Research Monthly (Apple Macintosh User Study); Marketing Feature (Retail Channels).
  21304. This is final draft copy from Apple Directions, 
  21305.  1995, Apple Computer, Inc. All rights reserved. Reuse or reprinting without permission of the editor is forbidden.  For permission, contact the editor on AppleLink at A.DIRECTIONS. 
  21306. Apple Directions 01/95
  21307. Apple Directions 02/95
  21308. Apple Directions 03/95
  21309. Apple Directions 04/95
  21310. Apple Directions 05/95
  21311. Apple Directions 06/95
  21312. Apple Directions 07/95
  21313. Apple Directions 08/95
  21314. Apple Directions 09/95
  21315. Apple Directions 10/95
  21316. Apple Directions 11/95
  21317. Apple Directions 12/95
  21318. Mar 95L
  21319. Dec 95OMDev.CD Nov 99 TC:Programs & Marketing:Apple Directions:Apple Directions 1995:PUDev.CD Nov 99 TC
  21320.  - Programs & Marketing
  21321.  - Apple Directions
  21322.  - Apple Directions 1995
  21323. extension
  21324. which
  21325. enables
  21326. developers
  21327. adopt
  21328. high-leved
  21329. analysis
  21330. analyzeb
  21331. f--set theItem to choose file -- uncomment to test in an AS editor
  21332.     tell application "Finder"
  21333.         open item "Dev.CD Jan 96 SSW"
  21334.         activate
  21335.     end tell
  21336. on error errMsg number errNum
  21337.     --enter statements to perform when no records are found such as...
  21338.     display dialog "Sorry, the item you selected could not be found."
  21339.     return
  21340. end try
  21341. ations
  21342. technical
  21343. publications
  21344. technical
  21345. publications
  21346. server
  21347. technical
  21348. publications
  21349. quicktime
  21350. technical
  21351. publications
  21352. rhapsody
  21353. technical
  21354. publications
  21355. webobjects
  21356. technicalpublication
  21357. technicalpublication
  21358. carbon
  21359. technotes
  21360. telephone
  21361. telephone
  21362. manager
  21363. terminology^
  21364. tester
  21365. testing
  21366. encoding
  21367. converter
  21368. textedit
  21369. thooks
  21370. thread
  21371. thread
  21372. manager
  21373. ticket
  21374. ticket
  21375. program
  21376. timecode
  21377. timeslaving
  21378. Jan 96
  21379. g--set theItem to choose file -- uncomment to test in an AS editor
  21380.     tell application "Finder"
  21381.         open item "Dev.CD Jan 96 SDK1"
  21382.         activate
  21383.     end tell
  21384. on error errMsg number errNum
  21385.     --enter statements to perform when no records are found such as...
  21386.     display dialog "Sorry, the item you selected could not be found."
  21387.     return
  21388. end try
  21389. All Packages
  21390. QuickDraw GXO
  21391. Dev.CD Jan 96 SDK1P
  21392. Dev.CD Jan 96 SDKV
  21393. 74309X
  21394. Jan 96
  21395. g--set theItem to choose file -- uncomment to test in an AS editor
  21396.     tell application "Finder"
  21397.         open item "Dev.CD Jan 96 SDK1"
  21398.         activate
  21399.     end tell
  21400. on error errMsg number errNum
  21401.     --enter statements to perform when no records are found such as...
  21402.     display dialog "Sorry, the item you selected could not be found."
  21403.     return
  21404. end try
  21405. All Packages
  21406. QuickDraw GXO
  21407. Dev.CD Jan 96 SDK1P
  21408. Dev.CD Jan 96 SDKV
  21409. 74310X
  21410. Jan 96
  21411.  This tool is not needed for VU and System 7.x.
  21412. 74936X
  21413. May 00^
  21414. r--set theItem to choose file -- uncomment to test in an AS editor
  21415.     tell application "Finder"
  21416.         open item "Dev.CD May 00 TC:Sample Code:"
  21417.         activate
  21418.     end tell
  21419. on error errMsg number errNum
  21420.     --enter statements to perform when no records are found such as...
  21421.     display dialog "Sorry, the item you selected could not be found."
  21422.     return
  21423. end try
  21424. e    No ChangefFcounter
  21425. windows
  21426. introduction
  21427. document
  21428. modal dialog
  21429. printing
  21430. aboutq
  21431. Dev.CD May 00 TC
  21432. BD!All Packages
  21433. Tool Chest Edition
  21434. WindowPicker 1.1
  21435. LSummary:  WindowPicker is a System 7 extension that provides you with a convenient/simple way to bring any open window to the front.
  21436. Features:
  21437. - WindowPicker Menu next to the Help Menu
  21438. - popup WindowPicker Menu
  21439. - arrow keys to switch between open windows and applications
  21440. - customizable modifier keys
  21441. - help for setting preferences
  21442. J Read Me
  21443. Read Me.txt
  21444. WindowPickerK
  21445. Jul 92L
  21446. Aug 93M
  21447. System 7 & Any Macintosh
  21448. - Common
  21449.     - Sun Compliant Java Runtime Environment 1.1
  21450.     - QuickTime 3 
  21451.     - QTJava.zip
  21452.     - QTJava media samples
  21453. - Mac OS:
  21454.     - System 8 or later
  21455.     - Macintosh Runtime for Java (MRJ) 2.1
  21456. - Windows 95, 98, or NT::
  21457.     - JRE/JDK from Sun Microsystems, Inc. recommended
  21458. QuickTime, Java, MRJSWAt are: Home window position, window stagger, uniform window dimensions, scroll bar position, and folder labels.  This tool is designed to assist the CD producer in presenting a uniform look to all windows in the Finder.
  21459. Issues:   SWAt is beta software, and is completely unsupported.  Use at your own risk.
  21460. JBRead Me - SWAt 2.0b6
  21461. Read Me - SWAt 2.0b6.txt
  21462. SWAt User GuideK
  21463. May 94L
  21464. Nov 94N
  21465. CD, Finder Windows, HackO;Dev.CD May 00 TC:Tool Chest:Developer Utilities:SWAt 2.0b6:PCDev.CD May 00 TC
  21466.  - Tool Chest
  21467.  - Developer Utilities
  21468.  - SWAt 2.0b6V
  21469. 73319X
  21470. May 00^
  21471. 74045X
  21472. May 00^
  21473. --set theItem to choose file -- uncomment to test in an AS editor
  21474.     tell application "Finder"
  21475.         open item "Dev.CD May 00 TC:Language Kits:Korean Language Kit 1.0:"
  21476.         activate
  21477.     end tell
  21478. on error errMsg number errNum
  21479.     --enter statements to perform when no records are found such as...
  21480.     display dialog "Sorry, the item you selected could not be found."
  21481.     return
  21482. end try
  21483. e    No Changeq
  21484. Dev.CD May 00 TC
  21485. D!All Packages
  21486. Tool Chest Edition
  21487. F    LabelMenu
  21488.  Summary:  This demonstrates a program with a Finder-like label menu.  Each label menu item has a 12x16 pixel 'cicn and the color and name of all the items are updated if the user changes anything in the "Labels" control panel.  This also demonstrates how to change a menu tile to an icon.
  21489. Sample Code.imgK
  21490. Aug 95M-System 7 or greater, Universal Interfaces 2.0N
  21491. Finder label menu iconO
  21492. Dev.CD May 00 TC:Sample Code:P
  21493. Dev.CD May 00 TC
  21494.  - Sample CodeV
  21495. 74046X
  21496. May 00^
  21497. AppleTalk SDK
  21498. Summary:  This folder contains:
  21499.  the current release of AppleTalk Connection for Macintosh (version 1.1),
  21500.  the current release of AppleTalk Administration for Macintosh (version 1.1)
  21501. IMPORTANT NOTES
  21502. AppleTalk Connection installs the version 1.1.2 of the
  21503. Apple Shared Library Manager. Do not use AppleTalk Connection version 1.1 or AppleTalk Administration version 1.1 with an older version of Apple Shared Library Manager.
  21504. AppleTalk Connection relies on the latest release of MacSNMP v
  21505. fastest
  21506. fatbits
  21507. fault
  21508. favorite
  21509. favourite
  21510. fcode
  21511. fcompressimage
  21512. fdepthmust
  21513. featureY
  21514. feature-rich
  21515. featured
  21516. featuresA
  21517. Wo be complex, as the simple tools presented here wil
  21518. Dev.CD May 00 TC:Sample Code:P
  21519. Dev.CD May 00 TC
  21520.  - Sample CodeV
  21521. 74901X
  21522. May 00^
  21523. r--set theItem to choose file -- uncomment to test in an AS editor
  21524.     tell application "Finder"
  21525.         open item "Dev.CD May 00 TC:Sample Code:"
  21526.         activate
  21527.     end tell
  21528. on error errMsg number errNum
  21529.     --enter statements to perform when no records are found such as...
  21530.     display dialog "Sorry, the item you selected could not be found."
  21531.     return
  21532. end try
  21533. e    No Changef
  21534. QuickTime
  21535. Dev.CD May 00 TC
  21536. D(All Packages
  21537. Reference Library Edition
  21538. Toolbox Assistant
  21539. 3.2.1
  21540. 3.3.2
  21541. 3/92^
  21542. 32-bit
  21543. 350000
  21544. 366-mhz
  21545. 3d-partyj
  21546. 3d-thej
  21547. 4.0.8
  21548. 4.5.2
  21549. 4/16Q
  21550. 40-60
  21551. Dev.CD Apr 94
  21552. Dev.CD Jan 94P
  21553. Dev.CD Apr 94
  21554. Dev.CD Jan 9V
  21555. 74732X
  21556. Apr 94
  21557. p--set theItem to choose file -- uncomment to test in an AS editor
  21558.     tell application "Finder"
  21559.         open item "Dev.CD Apr 94
  21560. Dev.CD Jan 94"
  21561.         activate
  21562.     end tell
  21563. on error errMsg number errNum
  21564.     --enter statements to perform when no records are found such as...
  21565.     display dialog "Sorry, the item you selected could not be found."
  21566.     return
  21567. end try
  21568. All Packages
  21569. System Enabler 088 (AVs)O
  21570. Dev.CD Apr 94
  21571. Dev.CD Jan 94P
  21572. Dev.CD Apr 94
  21573. Dev.CD Jan 9V
  21574. 74733X
  21575. Apr 94
  21576. p--set theItem to choose file -- uncomment to test in an AS editor
  21577.     tell application "Finder"
  21578.         open item "Dev.CD Apr 94
  21579. Dev.CD Jan 94"
  21580.         activate
  21581.     end tell
  21582. on error errMsg number errNum
  21583.     --enter statements to perform when no records are found such as...
  21584.     display dialog "Sorry, the item you selected could not be found."
  21585.     return
  21586. end try
  21587. All Packages
  21588. 74734X
  21589. 73898X
  21590. Sep 96^
  21591. --set theItem to choose file -- uncomment to test in an AS editor
  21592.     tell application "Finder"
  21593.         open item "Dev.CD Sep 96 RL:Technical Documentation:develop:develop Issue 17:"
  21594.         activate
  21595.     end tell
  21596. on error errMsg number errNum
  21597.     --enter statements to perform when no records are found such as...
  21598.     display dialog "Sorry, the item you selected could not be found."
  21599.     return
  21600. end try
  21601. Deletedq
  21602. Dev.CD Sep 96 RL
  21603. All Packages
  21604. develop Issue 18
  21605. 73899X
  21606. anualb
  21607. mappings
  21608. markc
  21609. market
  21610. marketing
  21611. marketing
  21612. stuff
  21613. media
  21614. megamovies
  21615. memhell
  21616. memhell
  21617. 1.0a6
  21618. readme
  21619. s: LaserWriter 8 for Fun and Profit  by Matt Deatherage.   How applications can take advantage of the new LaserWriter driver. 
  21620. Graphical Truffles: Remedies for Common QuickDraw Problems  by John Wang.   Look here first for relief from common QuickDraw problems.
  21621. JEdevelop Issue 16:
  21622. develop Issue 16 code:
  21623. develop Issue 16 references:K
  21624. Vol IIIL
  21625. Jun 95OBDev.CD Sep 96 RL:Technical Documentation:develop:develop Issue 16:PJDev.CD Sep 96 RL
  21626.  - Technical Documentation
  21627.  - develop
  21628.  - develop Issue 16g for DrawSprocket 1.7)N$DrawSprocket, GSpGetVersion, ToolboxO
  21629. Dev.CD May 00 TC:Sample Code:P
  21630. Dev.CD May 00 TC
  21631.  - Sample CodeV
  21632. 73273X
  21633. May 00^
  21634. openi
  21635. browser
  21636. begini
  21637. opp's
  21638. orientedR
  21639. debug
  21640. 1.0b1]
  21641. output
  21642. overview
  21643. overview
  21644. appletalk
  21645. overview
  21646. appletalk
  21647. parserV
  21648. password
  21649. password
  21650. interface
  21651. demonstrating\
  21652. demonstrationc
  21653. demonstration
  21654. 1.1.4
  21655. context
  21656. switching
  21657. demos
  21658. demostrates
  21659. demystify
  21660. demystifying
  21661. denalij
  21662. departmentb
  21663. departure
  21664. depend
  21665. dependencies
  21666. dependency
  21667. dependenth
  21668. depending
  21669. depends
  21670. deployed
  21671. deployment
  21672. describing
  21673. description
  21674. descriptions
  21675. descriptors_
  21676. designo
  21677. design
  21678. robustness
  21679. theresa
  21680. tensor
  21681. information
  21682. designedN
  21683. designer
  21684. designers
  21685. designing
  21686. desired
  21687. desktop
  21688. deskwriter
  21689. *About Clipboard Mag'n 0.76.txt
  21690. About Clipboard Magician
  21691. About Clipboard Magician 0.76
  21692. About Clipboard Magician.txt
  21693. Alchemist
  21694. Clipboard Magician
  21695. FKEYs for Clipboard Magican
  21696. iconpict.p
  21697. Magic Wand
  21698. Magic Wand Utility
  21699. programming information
  21700. programming information.txt
  21701. System 7 related CNVT
  21702. testmagic.p
  21703. em you selected could not be found."
  21704.     return
  21705. end try
  21706. All Packages
  21707. System 7.5 Update 1.0O
  21708. Dev.CD Jul 95P
  21709. Dev.CD Jul 9V
  21710. 73370X
  21711. Jul 95
  21712. b--set theItem to choose file -- uncomment to test in an AS editor
  21713.     tell application "Finder"
  21714.         open item "Dev.CD Jul 95"
  21715.         activate
  21716.     end tell
  21717. on error errMsg number errNum
  21718.     --enter statements to perform when no records are found such as...
  21719.     display dialog "Sorry, the item you selected could not be found."
  21720.     return
  21721. end try
  21722. All Packages
  21723. System 7.5 Update 1.0O
  21724. Dev.CD Jul 95P
  21725. Dev.CD Jul 9V
  21726. 73371X
  21727. Jul 95
  21728. ommendations
  21729. recommended
  21730. gamesj
  21731. gamesprcokets
  21732. gamesprockets
  21733. garbage
  21734. gatewayS
  21735. gatewaysj
  21736. gatherx
  21737. gathering
  21738. gb2312
  21739. gdevice
  21740. gdevice's
  21741. gemma
  21742. general
  21743. general-purpose
  21744. generally
  21745. generate
  21746. generated
  21747. generatesn
  21748. generating
  21749. generation
  21750. generator
  21751. generators
  21752. generic
  21753. generically
  21754. genericness
  21755. geometric
  21756. geometries
  21757. geoportj
  21758. german
  21759. germany
  21760. gestaltB
  21761. gestalttable
  21762. gestaltvalue
  21763. language
  21764. language
  21765. analysis
  21766. language
  21767. updater
  21768. language
  21769. updater
  21770. f/macos8
  21771. languages
  21772. laserwriter
  21773. laserwriter
  21774. laserwriter
  21775. 8.5.1gm
  21776. leaks
  21777. leaks
  21778. learning
  21779. learning
  21780. drive
  21781. verilog
  21782. libraryv
  21783. listmania
  21784. navigator
  21785. newsi
  21786. notesS
  21787. onescannerg
  21788. opp's
  21789. palette
  21790. parserV
  21791. performance
  21792. photoshop
  21793. player
  21794. plugins
  21795. postscript
  21796. primer
  21797. lications. They will simply be able to provide components that transparently interoperate with the other parts of the system. 
  21798. As always, this architecture, like Apple's QuickTime, provides complete system level interoperability ensuring ease-of-use and true plug-and-play operation. 
  21799. Sample code showing how to create a QuickTime
  21800.  IC-savvy application, as well as sample code showing how to create a panel component.  Complete API documentation is included as well.
  21801. Mac OS-only at this time
  21802. , SDK includes components which allow QTIC-savvy applications to deal with QuickTake 150 and 200 digital cameras. Applications will work with other cameras, if the vendor provides a QuickTime IC camera component.
  21803. Does not work with the original Apple QuickTake 100 digital camera.
  21804. JbDocumentation:
  21805. Interfaces&Libraries:
  21806. QuickTime
  21807.  IC SDK 1.0 contents
  21808. Sample Code:
  21809. Supporting Files:K
  21810. Jul 97ODDev.CD Apr 98 SDK2:Development Kits (Disc 2):QuickTime
  21811.  IC SDK 1.01:
  21812. Summary: This package provides English error messages for OS errors and result codes
  21813. Features: All result codes from IM-I through IM-VI are included. This submission adds a failure handler and code that displays a stack crawl following A6 links.J
  21814. General tools.imgK
  21815. Vol VIIIL
  21816. Mar 92M
  21817. Works with THINK C, MPW C and MPW Pascal.  Probably works with THINK Pascal, and might very well work with other development environments too.O>Dev.CD May 00 TC:Tool Chest:Testing & Debugging:General tools:PFDev.CD May 00 TC
  21818.  - Tool Chest
  21819.  - Testing & Debugging
  21820.  - General toolsV
  21821. 74479X
  21822. May 00^
  21823. --set theItem to choose file -- uncomment to test in an AS editor
  21824.     tell application "Finder"
  21825.         open item "Dev.CD May 00 TC:Tool Chest:Testing & Debugging:General tools:"
  21826.         activate
  21827.     end tell
  21828. on error errMsg number errNum
  21829.     --enter statements to perform when no records are found such as...
  21830.     display dialog "Sorry, the item you selected could not be found."
  21831.     return
  21832. end try
  21833. --set theItem to choose file -- uncomment to test in an AS editor
  21834.     tell application "Finder"
  21835.         open item "Dev.CD Jun 98 RL1:What's New:Sample Code:Networking:GetSetOptions1.0d1:"
  21836.         activate
  21837.     end tell
  21838. on error errMsg number errNum
  21839.     --enter statements to perform when no records are found such as...
  21840.     display dialog "Sorry, the item you selected could not be found."
  21841.     return
  21842. end try
  21843. May 00^
  21844. r--set theItem to choose file -- uncomment to test in an AS editor
  21845.     tell application "Finder"
  21846.         open item "Dev.CD May 00 TC:Sample Code:"
  21847.         activate
  21848.     end tell
  21849. on error errMsg number errNum
  21850.     --enter statements to perform when no records are found such as...
  21851.     display dialog "Sorry, the item you selected could not be found."
  21852.     return
  21853. end try
  21854. e    No Changef;open transport
  21855. port registry
  21856. OTGetIndexedPort
  21857. Dev.CD May 00 TC
  21858. CD!All Packages
  21859. Tool Chest Edition
  21860. OTEndpointInfo
  21861. Advanced Web Site Technique.pdf
  21862. Avoid Audio Pitfalls Guide.pdf
  21863. CompbasedMediaBroadcastEnv
  21864. Creating MIDI for the Web3.pdf
  21865. DeBabelizer 3.0.pdf
  21866. Design For Reuse.pdf
  21867. DesignForRobustness
  21868. Digital Asset Management.pdf
  21869. Digital Storyboard.pdf 
  21870. DVD Development.pdf
  21871. DVD_Primer.pdf
  21872. Enhanced CD Survival Guide.pdf
  21873. EOModeler
  21874. Frameworks.pdf
  21875. Gender-Based Title Creation.pdf
  21876. Int_Media_Writer_Resources.pdf
  21877. Java Survival Guide.pdf
  21878. Making Cool QD3D Apps.pdf
  21879. Music on the Net.pdf
  21880. New Audio Features QT3.pdf
  21881. Porting
  21882. kObjectiveCtoJava
  21883. Push Tech Survival Gd.pdf
  21884. QT3-More Than Dig. Video.pdf
  21885. Simplified Stream Audio.pdf
  21886. Web Animation Guide.pdf
  21887. WebObjects Database Part I.pdf
  21888. WebObjects Database Part II.pdf
  21889. WebObjects Memory Mgmt.pdf
  21890. WebObjects Tools and Techniques
  21891. WebObjectsCategories&Posers.pdf
  21892. WebObjectsPerformanceTuning
  21893. Working with WebObjects.pdf
  21894. Writing for Interactive Media
  21895.     return
  21896. end try
  21897. All Packages
  21898. PowerTalk (PPC)O
  21899. Dev.CD Oct 94P
  21900. Dev.CD Oct 9V
  21901. 73003X
  21902. Oct 94
  21903. netsprocket
  21904. netstat
  21905. netware
  21906. networkB
  21907. network-aware
  21908. network-connected
  21909. network/hard-disk
  21910. networkable
  21911. networkingj
  21912. networks
  21913. networksetuphelpers
  21914. networkstream
  21915. never
  21916. never-before-possibl
  21917. nevertheless
  21918. fcode
  21919. tokenizer
  21920. board
  21921. fcode
  21922. driver
  21923. development
  21924. newer
  21925. newfolder
  21926. newgworld
  21927. newsi
  21928. newsgroup
  21929. newsgroups
  21930. CJ(develop Issue  5:
  21931. develop Issue  5 code:K
  21932. Vol IIIL
  21933. Jun 95OCDev.CD Sept 96 RL:Technical Documentation:develop:develop Issue  5:PKDev.CD Sept 96 RL
  21934.  - Technical Documentation
  21935.  - develop
  21936.  - develop Issue  5 error errMsg number errNum
  21937.     --enter statements to perform when no records are found such as...
  21938.     display dialog "Sorry, the item you selected could not be found."
  21939.     return
  21940. end try
  21941. All Packages
  21942. F    QuickTimeO"Dev.CD Jun 97 SSW
  21943. Dev.CD Dec 96 SEP!Dev.CD Jun 97 SSW
  21944. Dev.CD Dec 96 SV
  21945. 73209X
  21946. Jun 97
  21947. w--set theItem to choose file -- uncomment to test in an AS editor
  21948.     tell application "Finder"
  21949.         open item "Dev.CD Jun 97 SSW
  21950. Dev.CD Dec 96 SE"
  21951.         activate
  21952.     end tell
  21953. on error errMsg number errNum
  21954.     --enter statements to perform when no records are found such as...
  21955.     display dialog "Sorry, the item you selected could not be found."
  21956.     return
  21957. end try
  21958. All Packages
  21959. F    QuickTimeO"Dev.CD Jun 97 SSW
  21960. Dev.CD Dec 96 SEV
  21961. 73210X
  21962. accelerationO
  21963. acceleratorj
  21964. accent
  21965. accept
  21966. accepting
  21967. accepts
  21968. accesory
  21969. accessA
  21970. accessed
  21971. accesses
  21972. accessible
  21973. accessing
  21974. accessorb
  21975. acclaimed
  21976. accolades
  21977. accommodates
  21978. accompanied
  21979. accompanies
  21980. accompany
  21981. accompanying
  21982. accomplish
  21983. accomplished
  21984. accurately
  21985. print
  21986. image
  21987. scanned
  21988. accurately
  21989. print
  21990. image
  21991. viewed
  21992. monitor
  21993. acgis
  21994. achieve
  21995. achieved
  21996. acrobatZ
  21997. acrossZ
  21998. actionh
  21999. actionsh
  22000. activeo
  22001. 74955X
  22002. Jul 99^
  22003. --set theItem to choose file -- uncomment to test in an AS editor
  22004.     tell application "Finder"
  22005.         open item "Dev.CD Jul 99 SDK1:Development Kits:Hardware:Zoomed Video Driver v1.0 SDK:"
  22006.         activate
  22007.     end tell
  22008. on error errMsg number errNum
  22009.     --enter statements to perform when no records are found such as...
  22010.     display dialog "Sorry, the item you selected could not be found."
  22011.     return
  22012. end try
  22013. Deletedq
  22014. Dev.CD Jul 99 SDK1
  22015. UD!All Packages
  22016. Tool Chest Edition
  22017. ZZPortList init
  22018.     main
  22019. neighborhood.q
  22020. Dev.CD Jul 00 SDK1
  22021. %D!All Packages
  22022. Tool Chest Edition
  22023. Network Stream
  22024.     tion
  22025.  - develop
  22026.  - develop Issue  3
  22027. 6N<ASLM, Apple Shared Library Manager, DLL Dynamic Link LibraryOHDev.CD Jul 99 SDK1:Development Kits:Mac OS:Apple Shared Library Manager:PPDev.CD Jul 99 SDK1
  22028.  - Development Kits
  22029.  - Mac OS
  22030.  - Apple Shared Library ManagerV
  22031. 73773X
  22032. Jul 99^
  22033. --set theItem to choose file -- uncomment to test in an AS editor
  22034.     tell application "Finder"
  22035.         open item "Dev.CD Jul 99 SDK1:Development Kits:Mac OS:Apple Shared Library Manager:"
  22036.         activate
  22037.     end tell
  22038. on error errMsg number errNum
  22039.     --enter statements to perform when no records are found such as...
  22040.     display dialog "Sorry, the item you selected could not be found."
  22041.     return
  22042. end try
  22043. Deletedf:ASLM
  22044. Apple Shared Library Manager
  22045. DLL Dynamic Link Libraryq
  22046. Dev.CD Jul 99 SDK1
  22047. All Packages
  22048. Apple Standards for DevelopersI
  22049. Summary: This document discusses Apple's new role in creating and supporting national and international standards for data interchange and temporal media data formats.
  22050. 73774X
  22051. 1e    No Change
  22052. 74494X
  22053. Jul 00^
  22054. --set theItem to choose file -- uncomment to test in an AS editor
  22055.     tell application "Finder"
  22056.         open item "Dev.CD Jul 00 SDK1:Development Kits:Mac OS:Security SDK:"
  22057.         activate
  22058.     end tell
  22059. on error errMsg number errNum
  22060.     --enter statements to perform when no records are found such as...
  22061.     display dialog "Sorry, the item you selected could not be found."
  22062.     return
  22063. end try
  22064. e    No Changef-Keychain
  22065. URL Access
  22066. Cryptography
  22067. File Signingq
  22068. Dev.CD Jul 00 SDK1
  22069. Sedit 1.0b3I
  22070. Summary: Sedit is a SCSI device editor  and general purpose SCSI utility.  It talks to any device on the SCSI bus.  It can function as a block editor; much like Fedit.  It also allows you to send SCSI commands directly out to any SCSI device.  J$Sedit
  22071. Sedit Documentation
  22072. Template.rK
  22073. Vol IIIL
  22074. Vol VIIO5Dev.CD May 00 TC:Tool Chest:Devices:SCSI:Sedit 1.0b3:P@Dev.CD May 00 TC
  22075.  - Tool Chest
  22076.  - Devices
  22077.  - SCSI
  22078.  - Sedit 1.0b3V
  22079. 74495X
  22080. May 00
  22081. 74495X
  22082. May 00e    No Change
  22083. makeN
  22084. makefile
  22085. makefiles
  22086. makefolder
  22087. makeicon
  22088. makeitable
  22089. makemake
  22090. makerp
  22091. makes
  22092. makethefolder
  22093. making`
  22094. mamake
  22095. manager's
  22096. manager-related
  22097. vM.Mac OS with the Apple Event Manager installed.N$Finder, open, display folder, launchapplication "Finder"
  22098.         open item "Dev.CD May 98 TC:Tool Chest:Development Kits:HyperCard Related:PeopleSurveyor 2.1.2:"
  22099.         activate
  22100.     end tell
  22101. on error errMsg number errNum
  22102.     --enter statements to perform when no records are found such as...
  22103.     display dialog "Sorry, the item you selected could not be found."
  22104.     return
  22105. end try
  22106. --set theItem to choose file -- uncomment to test in an AS editor
  22107.     tell application "Finder"
  22108.         open item "Dev.CD May 00 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:Byrne's XCMDs&XFCNs:"
  22109.         activate
  22110.     end tell
  22111. on error errMsg number errNum
  22112.     --enter statements to perform when no records are found such as...
  22113.     display dialog "Sorry, the item you selected could not be found."
  22114.     return
  22115. end try
  22116. e    No Changeq
  22117. Dev.CD May 00 TC
  22118. hD!All Packages
  22119. Tool Chest Edition
  22120. C.S.M.P. Digests
  22121.     werpc
  22122. applicatio
  22123. user-interface
  22124. user-perceived
  22125. userchkgestaltfuncti
  22126. userfunction
  22127. usersh
  22128. usingA
  22129. quicktimej
  22130. quicktime
  22131. oughta
  22132. pictures
  22133. guillermo
  22134. ortiz
  22135. quicktime
  22136. quicktime
  22137. includes
  22138. quicktime
  22139. javad
  22140. quicktime
  22141. windows
  22142. includes
  22143. quicktime
  22144. raises
  22145. expansion
  22146. ramifications
  22147. randall
  22148. random
  22149. range
  22150. rangingf
  22151. rankb
  22152. rappoport
  22153. rates
  22154. ratherg
  22155. rationale
  22156. rawip
  22157. O6Dev.CD Jun 00 RL Disk 2:Technical Publications:macos8:P;Dev.CD Jun 00 RL Disk 2
  22158.  - Technical Publications
  22159.  - macos8/incompatibilite
  22160. build]
  22161. builder
  22162. buildglfromwindow
  22163. buildingU
  22164. built-in
  22165. bulletproof
  22166. bundle
  22167. bundled
  22168. bundleservices
  22169. businessj
  22170. businesses
  22171. butcdef
  22172. butler
  22173. buttin
  22174. button
  22175. buttons
  22176. acur.c
  22177. acur.h
  22178. DropShell.68K.
  22179. DropShell.c
  22180. DropShell.h
  22181. DropShell.PPC.
  22182. DropShell.rsrc
  22183. DSAppleEvents.c
  22184. DSAppleEvents.h
  22185. DSGlobals.h
  22186. DSUserProcs.c
  22187. DSUserProcs.h
  22188. DSUtils.c
  22189. DSUtils.h
  22190. GetHelpStrings
  22191. Read MeK
  22192. Dec 95N<balloon help, C, finder help strings, spinning cursors, acurO3Dev.CD May 00 TC:Tool Chest:Toolbox:GetHelpStrings:P;Dev.CD May 00 TC
  22193.  - Tool Chest
  22194.  - Toolbox
  22195.  - GetHelpStringsV
  22196. 73974X
  22197. May 00^
  22198. --set theItem to choose file -- uncomment to test in an AS editor
  22199.     tell application "Finder"
  22200.         open item "Dev.CD May 00 TC:Tool Chest:Toolbox:GetHelpStrings:"
  22201.         activate
  22202.     end tell
  22203. on error errMsg number errNum
  22204.     --enter statements to perform when no records are found such as...
  22205.     display dialog "Sorry, the item you selected could not be found."
  22206.     return
  22207. end try
  22208. e    No Changef8balloon help
  22209. finder help strings
  22210. spinning cursors
  22211. acurq
  22212. Dev.CD May 00 TC
  22213. D!All Packages
  22214. Tool Chest Edition
  22215. GetPPPStatusTC
  22216. 73968X
  22217. May 00^
  22218. r--set theItem to choose file -- uncomment to test in an AS editor
  22219.     tell application "Finder"
  22220.         open item "Dev.CD May 00 TC:Sample Code:"
  22221.         activate
  22222.     end tell
  22223. on error errMsg number errNum
  22224.     --enter statements to perform when no records are found such as...
  22225.     display dialog "Sorry, the item you selected could not be found."
  22226.     return
  22227. end try
  22228. Movedf
  22229. background apple eventq
  22230. Dev.CD May 00 TC
  22231. All Packages
  22232. Fonts 6.0.4O
  22233. Dev CD Vol. VP
  22234. Dev CD Vol. V
  22235. 73969X
  22236. Vol. V
  22237. b--set theItem to choose file -- uncomment to test in an AS editor
  22238.     tell application "Finder"
  22239.         open item "Dev CD Vol. V"
  22240.         activate
  22241.     end tell
  22242. on error errMsg number errNum
  22243.     --enter statements to perform when no records are found such as...
  22244.     display dialog "Sorry, the item you selected could not be found."
  22245.     return
  22246. end try
  22247. {D!All Packages
  22248. Tool Chest Edition
  22249. Fragment Tool
  22250.     ese dictation software, CDK  allows
  22251. 74516X
  22252. May 00^
  22253. --set theItem to choose file -- uncomment to test in an AS editor
  22254.     tell application "Finder"
  22255.         open item "Dev.CD May 00 TC:Tool Chest:OS Utilities:SnapshotSample1.0b4:"
  22256.         activate
  22257.     end tell
  22258. on error errMsg number errNum
  22259.     --enter statements to perform when no records are found such as...
  22260.     display dialog "Sorry, the item you selected could not be found."
  22261.     return
  22262. end try
  22263. e    No Changef
  22264. grab icon desktopq
  22265. Dev.CD May 00 TC
  22266. D!All Packages
  22267. Tool Chest Edition
  22268. Snarfer
  22269. Drive UtilitiesI
  22270. This package contains  Drive Setup v1.7.2,  a program that lets you partition, initialize, and update fixed and removable disks.J
  22271. Drive Setup
  22272. Drive Setup GuideK
  22273. May 96L
  22274. Feb 99N
  22275. Disk, Drive Setup, AidO2Dev.CD Jun 00 RL Disk 1:Utilities:Drive Utilities:P7Dev.CD Jun 00 RL Disk 1
  22276.  - Utilities
  22277.  - Drive UtilitiesV
  22278. 73939X
  22279. Jun 00^    RL Disk 1
  22280. --set theItem to choose file -- uncomment to test in an AS editor
  22281.     tell application "Finder"
  22282.         open item "Dev.CD Jun 00 RL Disk 1:Utilities:Drive Utilities:"
  22283.         activate
  22284.     end tell
  22285. on error errMsg number errNum
  22286.     --enter statements to perform when no records are found such as...
  22287.     display dialog "Sorry, the item you selected could not be found."
  22288.     return
  22289. end try
  22290. e    No Changef
  22291. Drive Setup
  22292. Dev.CD Jun 00 RL Disk 1
  22293. ]D!All Packages
  22294. Tool Chest Edition
  22295. Driver Installer
  22296.     display dialog "Sorry, the item you selected could not be found."
  22297.     return
  22298. end try
  22299. end try
  22300. --set theItem to choose file -- uncomment to test in an AS editor
  22301.     tell application "Finder"
  22302.         open item "Dev.CD May 00 TC:Language Kits:Hebrew Language Kit 1.0.1:"
  22303.         activate
  22304.     end tell
  22305. on error errMsg number errNum
  22306.     --enter statements to perform when no records are found such as...
  22307.     display dialog "Sorry, the item you selected could not be found."
  22308.     return
  22309. end try
  22310. replacing the entire OF part of Non-Volatile-RAM (NVRAM; also called PRAM or Parameter 
  22311. RAM) with an image contained in the Extension.
  22312. You can see if the Extension is taking effect by seeing if its icon appears in the Extension icon parade that shows up during boot.
  22313. This OF NVRAM image that is written is that of factory-default OF settings except with "use-nvramrc?" set to "true" and "nvramrc" set to Forth text.
  22314. The Forth text in "nvramrc" is executed by OF after its initialization but before the Device Tree probing process.
  22315. In the Device Tree probing process, OF builds a
  22316. reporting
  22317. buginfo
  22318. buginfo
  22319. macro
  22320. build/download
  22321. business
  22322. business
  22323. opp's
  22324. germany
  22325. byrne's
  22326. em "Dev.CD May 00 TC:Sample Code:"
  22327.         activate
  22328.     end tell
  22329. on error errMsg number errNum
  22330.     --enter statements to perform when no records are found such as...
  22331.     display dialog "Sorry, the item you selected could not be found."
  22332.     return
  22333. end try
  22334. MovedfCCDEV control panel INIT MPW Symantec Metrowerks StandardFile PACK 3q
  22335. Dev.CD May 00 TC
  22336. D!All Packages
  22337. Tool Chest Edition
  22338. STD File Saver 2.1.1
  22339. Summary:  StdFileSaver is a sample print driver written in C. It's based upon the STD File Saver 1.1 sample in Pascal that has been the only print driver sample available since 1991.  It writes to PICT resources, so it's not too useful as is, but illustrates what needs to be done with a minimum of extra gunk.
  22340. Changes since 2.0: Chooser support added. Bugs fixed. Save to PICT file as well as resouce.
  22341. 73316X
  22342. 1e    No Change
  22343. affordable
  22344. affordanceo
  22345. afloat
  22346. after
  22347. again
  22348. against
  22349. age-old
  22350. agent
  22351. agents
  22352. aggregate
  22353. aggressivej
  22354. aglfont
  22355. aglfonts
  22356. agreeZ
  22357. agreementZ
  22358. ahead
  22359. aiatb
  22360. aiding
  22361. aimedd
  22362. aincludes
  22363. airport
  22364. aladdin
  22365. alertj
  22366. alerting
  22367. alerts
  22368. alexander
  22369. introduction
  22370. introduction
  22371. component
  22372. introfoundationbook
  22373. introfoundationbook
  22374. iotracer
  22375. iotracer
  22376. iotracer
  22377. analyzer
  22378. gatewayS
  22379. ischeckedout
  22380. isdate
  22381. isdate
  22382. isfinderlocked
  22383. isfinderlocked
  22384. iso9660
  22385. iso9660
  22386. iso9660
  22387. iso9660
  22388. issue
  22389. italian
  22390. italian
  22391. 1.1.3
  22392. italy
  22393. italy
  22394. distributors/localiz
  22395. items
  22396. japan
  22397. japanesep
  22398. japanese
  22399. 3.0.1
  22400. japanese
  22401. resourcesp
  22402. survival
  22403. guide
  22404. helper
  22405. justify
  22406. mappings
  22407.     Df.0, WordPerfect, Nisus Writer, and WorldWrite. It can also be used with Korean localized applications.
  22408. Copy to your HD to install
  22409. Install 1
  22410. Install 10
  22411. Install 11
  22412. Install 12
  22413. Install 13
  22414. Install 14
  22415. Install 2
  22416. Install 3
  22417. Install 4
  22418. Install 5
  22419. Install 6
  22420. Install 7
  22421. Install 8
  22422. Install 9K
  22423. May 97O7Dev.CD May 00 TC:Language Kits:Korean Language Kit 1.0:P<Dev.CD May 00 TC
  22424.  - Language Kits
  22425.  - Korean Language Kit 1.0 required 8-bit or less), as well as a host of bug fixes (Memory Manager heaps are beB
  22426. tter examined for consistency).
  22427. Building dcmds
  22428. Emulator Update Extension
  22429. into Debugger Prefs file
  22430. into MacsBug Preferences folder
  22431. into System folder
  22432. MacsBug 6.6 Read Me
  22433. MacsBugAppK
  22434. Apr 94L
  22435. Feb 00M@Macintosh running  Mac OS 8.x or later and a Power PC processor.N,MacsBug, debugger, debugging, assembly, bugsONDev.CD May 00 TC:Tool Chest:Testing & Debugging:Debuggers & dcmds:MacsBug 6.6:PYDev.CD May 00 TC
  22436.  - Tool Chest
  22437.  - Testing & Debugging
  22438.  - Debuggers & dcmds
  22439.  - MacsBug 6.6
  22440. installations
  22441. installed
  22442. installerv
  22443. installer
  22444. chinese
  22445. language
  22446. installer-related
  22447. 1.1.1
  22448. 1.1.2
  22449. 1.1.3
  22450. 1.1.4
  22451. 1.1.6
  22452. et theItem to choose file -- uncomment to test in an AS editor
  22453.     tell application "Finder"
  22454.         open item "Dev.CD May 00 TC:Sample Code:"
  22455.         activate
  22456.     end tell
  22457. on error errMsg number errNum
  22458.     --enter statements to perform when no records are found such as...
  22459.     display dialog "Sorry, the item you selected could not be found."
  22460.     return
  22461. end try
  22462. e    No Changef
  22463. ATAPI
  22464. CD Romq
  22465. Dev.CD May 00 TC
  22466. ev.CD May 00 TC
  22467. copyfolder
  22468. copyres
  22469. copyres
  22470. corefoundation
  22471. coreheaders
  22472. coresample\
  22473. coresample
  22474. coresource
  22475. count
  22476. coursesR
  22477. crcpatch
  22478. crcpatch
  22479. folder
  22480. createalias
  22481. createalias
  22482. createcopy
  22483. createcopy
  22484. createcustomicon
  22485. createcustomicon
  22486. createfolder
  22487. createfolder
  22488. createmenuhelp
  22489. createmenuhelp
  22490. createthumbnail
  22491. createthumbnail
  22492. creating
  22493. creating
  22494. creating
  22495. pippin
  22496. cdroms
  22497. creation
  22498. creator
  22499. creator
  22500. registration
  22501. fileinfoz
  22502. filemaker
  22503. filename
  22504. filenames
  22505. filesQ
  22506. files/foldersB
  22507. filesharingon
  22508. filetool
  22509. filing
  22510. filled
  22511. filler
  22512.  text
  22513. Instance VariablesK
  22514. Jun 93M
  22515. HyperCard 2.1 or laterNLHyperCard, variable, button, field, instance variables, global, saving stateO\Dev.CD May 00 TC:Tool Chest:Development Kits:HyperCard Related:HyperCard Instance Variables:PgDev.CD May 00 TC
  22516.  - Tool Chest
  22517.  - Development Kits
  22518.  - HyperCard Related
  22519.  - HyperCard Instance Variables
  22520. mes with the Power Input Method, a feature-rich input method that allows conversion from hangul to hanja, can display the command menu in English or Korean, and provides an easy-to-use interface. The kit also includes two keyboard layouts for native speakers and two romaja modes for easy Korean input by non-native speakers. Also included is a set of transparent labels for customizing your keyboard.
  22521. The kit includes five QuickDraw GX-compatible TrueType fonts that produce high-quality on-s
  22522. creen and printed characters at many sizes. Unlike most other Korean language solutions, the Korean Language Kit offers full hanja support, including the hanja Dictionary Utility that allows a user to create a personal hanja dictionary.
  22523. The Korean Language Kit is based on Apple's WorldScript technology, which simplifies the way in which a single operating system can support multiple languages. It works with world ready applications that take advantage of WorldScript, such as ClarisWorks 4
  22524. center
  22525. cfallocator
  22526. cfarray
  22527. cfarray
  22528. cfbag
  22529. cfbag
  22530. cfbase
  22531. cfbase
  22532. cfbinaryheap
  22533. cfbinaryheap
  22534. cfbitvector
  22535. cfbitvector
  22536. cfbundle
  22537. cfbundle
  22538. cfcharacterset
  22539. cfcharacterset
  22540. cfcomparatorfunction
  22541. cfcomparisonresult
  22542. cfdata
  22543. cfdata
  22544. cfdictionary
  22545. cfdictionary
  22546. cfequal
  22547. cfhash
  22548. cfhashcode
  22549. cfindex
  22550. cfm-68k
  22551. cfoptionflags
  22552. cfpropertylist
  22553. yle-linking
  22554. stylemap
  22555. subject
  22556. subjects
  22557. submission
  22558. submit
  22559. subroutine
  22560. subsection
  22561. subset
  22562. subspace
  22563. substitute
  22564. substitutions
  22565. subtle
  22566. succeed
  22567. success
  22568. successfulf
  22569. successfullyx
  22570. suchQ
  22571. suffer
  22572. suffix
  22573. Jan 95
  22574. b--set theItem to choose file -- uncomment to test in an AS editor
  22575.     tell application "Finder"
  22576.         open item "Dev.CD Jan 95"
  22577.         activate
  22578.     end tell
  22579. on error errMsg number errNum
  22580.     --enter statements to perform when no records are found such as...
  22581.     display dialog "Sorry, the item you selected could not be found."
  22582.     return
  22583. end try
  22584. All Packages
  22585. AppleScriptO
  22586. Dev.CD Jan 95P
  22587. Dev.CD Jan 9V
  22588. 73780X
  22589. Jan 95
  22590. b--set theItem to choose file -- uncomment to test in an AS editor
  22591.     tell application "Finder"
  22592.         open item "Dev.CD Jan 95"
  22593.         activate
  22594.     end tell
  22595. on error errMsg number errNum
  22596.     --enter statements to perform when no records are found such as...
  22597.     display dialog "Sorry, the item you selected could not be found."
  22598.     return
  22599. end try
  22600. All Packages
  22601. AppleScriptO
  22602. Dev.CD Jan 95P
  22603. Dev.CD Jan 9V
  22604. 73781X
  22605. Jan 95
  22606. digitizer
  22607. digitizers
  22608. All Packages
  22609. F    PowerTalkO
  22610. Dev.CD Apr 95
  22611. Dev.CD Jan 95P
  22612. Dev.CD Apr 95
  22613. Dev.CD Jan 9V
  22614. 74220X
  22615. Apr 95
  22616. p--set theItem to choose file -- uncomment to test in an AS editor
  22617.     tell application "Finder"
  22618.         open item "Dev.CD Apr 95
  22619. Dev.CD Jan 95"
  22620.         activate
  22621.     end tell
  22622. on error errMsg number errNum
  22623.     --enter statements to perform when no records are found such as...
  22624.     display dialog "Sorry, the item you selected could not be found."
  22625.     return
  22626. end try
  22627. All Packages
  22628. F    PowerTalkO
  22629. Dev.CD Apr 95
  22630. Dev.CD Jan 95P
  22631. Dev.CD Apr 95
  22632. Dev.CD Jan 9V
  22633. 74221X
  22634. Apr 95
  22635. p--set theItem to choose file -- uncomment to test in an AS editor
  22636.     tell application "Finder"
  22637.         open item "Dev.CD Apr 95
  22638. Dev.CD Jan 95"
  22639.         activate
  22640.     end tell
  22641. on error errMsg number errNum
  22642.     --enter statements to perform when no records are found such as...
  22643.     display dialog "Sorry, the item you selected could not be found."
  22644.     return
  22645. end try
  22646. All Packages
  22647. oIpSummary:  A MacsBug macro and TMON User Area for debugging QuickTime. See the Read Me file for complete details.J
  22648. QuickTime tools.imgK
  22649. Feb 94O@Dev.CD May 00 TC:Tool Chest:Testing & Debugging:QuickTime tools:PHDev.CD May 00 TC
  22650.  - Tool Chest
  22651.  - Testing & Debugging
  22652.  - QuickTime toolsV
  22653. 74470X
  22654. May 00^
  22655. --set theItem to choose file -- uncomment to test in an AS editor
  22656.     tell application "Finder"
  22657.         open item "Dev.CD May 00 TC:Tool Chest:Testing & Debugging:QuickTime tools:"
  22658.         activate
  22659.     end tell
  22660. on error errMsg number errNum
  22661.     --enter statements to perform when no records are found such as...
  22662.     display dialog "Sorry, the item you selected could not be found."
  22663.     return
  22664. end try
  22665. e    No Changeq
  22666. Dev.CD May 00 TC
  22667. pD!All Packages
  22668. Tool Chest Edition
  22669. QuickTime Tools
  22670. 4.0.1
  22671. 4.0.8
  22672. library
  22673. 4pmlibraryA
  22674. 4pmlibrary
  22675. 4pmlibrary
  22676. 1.2 GM.  
  22677. Features:
  22678.  Cross-platform remote database access
  22679.  Wide range of third party drivers
  22680.  All major relational databases covered
  22681.  Many Mac OS databases also supported (Butler from Everyware Corp. , dTF from theta group and many more )
  22682. PleaB3se report bugs and problems to kodom@visigenic.com.
  22683. J\Documentation:
  22684. ODBC Install.image
  22685. ODBC Sample Bins.image
  22686. ODBC Tools.image
  22687. Readme - InstallerK
  22688. Sep 93L
  22689. Sep 96M
  22690. MacOS System 7.5NNODBC, MacODBC, Database, Connectivity, Drivers, Network, Middleware, VisigenicO5Dev.CD Apr 98 SDK1:Development Kits (Disc 1):MacODBC:P:Dev.CD Apr 98 SDK1
  22691.  - Development Kits (Disc 1)
  22692.  - MacODBC
  22693. title
  22694. system
  22695. folder
  22696. system
  22697. folder
  22698. 8.5.1
  22699. tool]
  22700. toolbox
  22701. toolbox
  22702. assistant
  22703. multiple
  22704. toolkit
  22705. tools]
  22706. tools
  22707. goodies
  22708. tools
  22709. topicsR
  22710. total
  22711. helper
  22712. traditional
  22713. trainingR
  22714. transitionso
  22715. 8859-3
  22716. 8859-4
  22717. Install Ad Lib 2.6.5K
  22718. Apr 00L
  22719. Apr 00
  22720. A&Mac OS 7.5 or later.  68020 or better.
  22721. AdLib,  MacAppO0Dev.CD May 00 TC:Tool Chest:MacApp:Ad Lib 2.6.5:P8Dev.CD May 00 TC
  22722.  - Tool Chest
  22723.  - MacApp
  22724.  - Ad Lib 2.6.5
  22725. cd-romf
  22726. cd-rom-basedf
  22727. cdent
  22728. cdk's
  22729. cdromdrivecheck
  22730. cdtool
  22731. celestial
  22732. celik
  22733. centerx
  22734. centered
  22735. central
  22736. centre
  22737. certain
  22738. certainly
  22739. certificates
  22740. certified
  22741. cfdata
  22742. cfm-68kd
  22743. cgrafport
  22744. cgrafports
  22745. chain
  22746. chance
  22747. changer
  22748. Code.imgK
  22749. Feb 00MZSystem 8.1+, PowerPC, NetSprocket, and either Universal Interfaces 3.3 or NetSprocket SDK
  22750. NDNetSprocket, NSp, networking, multi-player, LAN, internet, AppleTalkO
  22751. Dev.CD May 00 TC:Sample Code:P
  22752. Dev.CD May 00 TC
  22753.  - Sample CodeV
  22754. 70425X
  22755. May 00^
  22756. solve
  22757. solved
  22758. solves
  22759. somes
  22760. sophisticated
  22761. sorting
  22762. soulj
  22763. soundP
  22764. sounds
  22765. soundsprocket
  22766. sourcec
  22767. source-code
  22768. sourcemenu
  22769. sources
  22770. sourceserver
  22771. space
  22772.  an AppleScript called SeedBuilder to make uniform seed archives and segments.) This is a drawback in at least one sense, but also an advantage in another in that it may demystify scriptable applications for some number of developers by exposing scripting support in terms they already understand.
  22773. It's a tool for scripting the StuffIt Engine
  22774. , a library distributed by Aladdin Systems, Inc. as part of their StuffIt
  22775.  family of products, which are the de facto standard for data compression un
  22776. der Mac OS. (This is not an endorsement.)
  22777. It's also a C code sample which shows how easy it is to make a scriptable application for a specific use. It doesn't use the object model and it doesn't have a huge feature set. (Its functionality fills a specific need in Developer Relations, namely aiding an AppleScript called SeedBuilder to make uniform seed archives and segments.) This is a drawback in at least one sense, but also an advantage in another in that it may demystify scriptable appl
  22778. DraggingSpritesI
  22779. This demo program shows how to define MouseResponders to customise the behaviour of MouseDrag actions and to define a custom Matrix transformations on a Sprite.J
  22780. Sample Code.imgK
  22781. Feb 00
  22782. - Common
  22783.     - Sun Compliant Java Runtime Environment 1.1
  22784.     - QuickTime 3 
  22785.     - QTJava.zip
  22786.     - QTJava media samples
  22787. - Mac OS:
  22788.     - System 8 or later
  22789.     - Macintosh Runtime for Java (MRJ) 2.1
  22790. - Windows 95, 98, or NT::
  22791.     - JRE/JDK from Sun Microsystems, Inc. recommended
  22792. QuickTime, Java, MRJO
  22793. Dev.CD May 00 TC:Sample Code:P
  22794. Dev.CD May 00 TC
  22795.  - Sample CodeV
  22796. 73936m to choose file -- uncomment to test in an AS editor
  22797.     tell application "Finder"
  22798.         open item "Dev.CD Jan 96 SSW"
  22799.         activate
  22800.     end tell
  22801. on error errMsg number errNum
  22802.     --enter statements to perform when no records are found such as...
  22803.     display dialog "Sorry, the item you selected could not be found."
  22804.     return
  22805. end try
  22806. All Packages
  22807. QuickDraw 3DO
  22808. Dev.CD Jun 97 SSWV
  22809. 73048X
  22810. trate
  22811. protos
  22812. appearance
  22813. appearance
  22814. extensione
  22815. appearance
  22816. sample
  22817. codee
  22818. appearance
  22819. appearance
  22820. versionse
  22821. appearancecdev
  22822. appkit
  22823. appleS
  22824. apple
  22825. cd-rom
  22826. apple
  22827. cd-rom
  22828. handbookf
  22829. apple
  22830. cd-rom
  22831. apple
  22832. detectors
  22833. apple
  22834. directions
  22835. 01/95j
  22836. apple
  22837. directions
  22838. 01/96k
  22839. apple
  22840. directions
  22841. 01/97l
  22842. apple
  22843. directions
  22844. 02/95j
  22845. apple
  22846. directions
  22847. 02/96k
  22848. apple
  22849. directions
  22850. 02/97l
  22851. apple
  22852. directions
  22853. 03/95j
  22854. le -- uncomment to test in an AS editor
  22855.     tell application "Finder"
  22856.         open item "Dev.CD Sept 92
  22857. Dev.CD Aug 92"
  22858.         activate
  22859.     end tell
  22860. on error errMsg number errNum
  22861.     --enter statements to perform when no records are found such as...
  22862.     display dialog "Sorry, the item you selected could not be found."
  22863.     return
  22864. end try
  22865.  BNF notation, and can automatically generate abstract syntax trees. 
  22866. While PCCTS is a free tool set, it is actively supported by Terence Parr of Parr Research Corporation. Contact parrt@acm.org for information or join us in the comp.compilers.tools.pccts USENET newsgroup. Our ftp site is everest.ee.umn.edu in pub/pccts.
  22867. Issues:  PCCTS is completely in the public domain.  Please see the ANTLR README and RIGHTS files for details.
  22868. Jqantlr:
  22869. Documentation:
  22870. install.mpw
  22871. INSTRUCTIONS
  22872. lang:
  22873. non-MPW:
  22874. README
  22875. RIGHTS
  22876. support:
  22877. testcpp:
  22878. prebuilt:K
  22879. Nov 94L
  22880. May 95MnWorks with MPW out of the box; it also works with Symantec C and Metrowerks.  See config.h in the h directory.N?ANTLR, PCCTS, parser generator, BNF, EBNF, YACC, compiler toolsOJDev.CD Nov 99 TC:Tool Chest:Development Kits:
  22881.  Other Platforms:PCCTS 1.31:PUDev.CD Nov 99 TC
  22882.  - Tool Chest
  22883.  - Development Kits
  22884.  Other Platforms
  22885.  - PCCTS 1.31ces:How to Detect a CD:V
  22886. 72593X
  22887. 1e    No Change
  22888. All Packages
  22889. System Enabler 003 (LC III)OEDev.CD Apr 94
  22890. Dev.CD Jan 94
  22891. Dev.CD Oct 93
  22892. Dev.CD Jul 93
  22893. Dev.CD Apr 93PDDev.CD Apr 94
  22894. Dev.CD Jan 94
  22895. Dev.CD Oct 93
  22896. Dev.CD Jul 93
  22897. Dev.CD Apr 9V
  22898. 74674X
  22899. Apr 94
  22900. --set theItem to choose file -- uncomment to test in an AS editor
  22901.     tell application "Finder"
  22902.         open item "Dev.CD Apr 94
  22903. Dev.CD Jan 94
  22904. Dev.CD Oct 93
  22905. Dev.CD Jul 93
  22906. Dev.CD Apr 93"
  22907.         activate
  22908.     end tell
  22909. on error errMsg number errNum
  22910.     --enter statements to perform when no records are found such as...
  22911.     display dialog "Sorry, the item you selected could not be found."
  22912.     return
  22913. end try
  22914. All Packages
  22915. System Enabler 003 (LC III)O7Dev.CD Apr 94
  22916. Dev.CD Jan 94
  22917. Dev.CD Oct 93
  22918. Dev.CD Aug 93P6Dev.CD Apr 94
  22919. Dev.CD Jan 94
  22920. Dev.CD Oct 93
  22921. Dev.CD Aug 9V
  22922. 74675X
  22923. Apr 94
  22924. training
  22925. required
  22926. plug-and-play
  22927. design
  22928. no-copy
  22929. no-so-subtlej
  22930. noacclcurve
  22931. noble
  22932. nogrowdocproc
  22933. non-appleo
  22934. non-blessed
  22935. non-disclosure
  22936. non-ethernet
  22937. non-floppy
  22938. non-functional
  22939. non-macintosh
  22940. non-native
  22941. non-portable
  22942. non-scsi
  22943. non-us
  22944. non-volatile-ram
  22945. nopoweroffkey
  22946. norbert
  22947. noresdialog
  22948. normal
  22949. normally
  22950. normanj
  22951. north
  22952. norwegian
  22953. nosound
  22954. horizon
  22955. horizontal
  22956. horizontally
  22957. hostT
  22958. host-target
  22959. hosted
  22960. m calls can be made in a chain from an interrupt handler like the Time Manager.
  22961. CreateDirWithCustomIcon:  This snippet demonstrates how to create a directory and how to steal a custom icon from another directory by CatMoving the "Icon\r" file from the other directory.
  22962. CustomGet unresolved alias:  This sample demonstrates how to let the user choose an alias file f
  22963. rom an "open" dialog. The basic idea is to intercept the pseudo-item 'sfHookOpenAlias' in a CustomGetFile hook function and transform it into 'getOpen'. This causes the dialog to behave as if the user had clicked the open button. Also, we intercept the item number of a check box we have added to the dialog item template in order to allow the user to choose whether to resolve aliases. Finally, when CustomGetFile returns, we call DebugStr to let the user (you, the programmer, not end users -
  22964. displayinge
  22965. displaysa
  22966. dispose
  22967. disposed
  22968. disposehandle
  22969. disposeresource
  22970. distances
  22971. distinguished
  22972. distinguishes
  22973.     display dialog "Sorry, the item you selected could not be found."
  22974.     return
  22975. end try
  22976. fsmgluelib
  22977. fsspec
  22978. fullZ
  22979. full-features
  22980. fullscreen
  22981. usedA
  22982. training
  22983. using
  22984. verilog
  22985. usefulV
  22986. /Summary: An application which provides various test video and audio patterns. This includes color bars, gray scale and concentric ring patterns.
  22987. Features: All adjustable parameters are held in the resource fork. ResEdit templates and "Types.r" fragments are included to make the resource work friendly.
  22988. Hardware tools.imgK
  22989. Vol XIMbNormal Macs, System 6.0.7 or better. Works well on system 7 but there is no Apple event awareness.O?Dev.CD May 00 TC:Tool Chest:Testing & Debugging:Hardware tools:PGDev.CD May 00 TC
  22990.  - Tool Chest
  22991.  - Testing & Debugging
  22992.  - Hardware tools
  22993. 74186X
  22994. May 00^
  22995. r--set theItem to choose file -- uncomment to test in an AS editor
  22996.     tell application "Finder"
  22997.         open item "Dev.CD May 00 TC:Sample Code:"
  22998.         activate
  22999.     end tell
  23000. on error errMsg number errNum
  23001.     --enter statements to perform when no records are found such as...
  23002.     display dialog "Sorry, the item you selected could not be found."
  23003.     return
  23004. end try
  23005. e    No ChangefPPC Card
  23006. Network Driver
  23007. Open Transport Module
  23008. Token Ring
  23009. Enabler
  23010. Port Scannerq
  23011. Dev.CD May 00 TC
  23012. TD!All Packages
  23013. Tool Chest Edition
  23014. PCCTS 1.31
  23015.     ecture, higher processor speeds, and an ATI RAGE 128 graphics controller.
  23016.    The developer note includes information about
  23017.    - the features of the PowerBook
  23018.    - some compatibility issues
  23019.    - the internal logic and custom ICs
  23020.    - the I/O ports and built-in I/O devices
  23021.    - the expansion features
  23022.    - the system software
  23023. --------------------------------
  23024. iBook Developer Note 
  23025. This developer note has been updated to inclu
  23026. UPADev.CD Jul 00 SDK1
  23027.  - Development Kits
  23028.  - Hardware
  23029.  - PCI DDK 3.0V
  23030. 74188X
  23031. Jul 00^
  23032. --set theItem to choose file -- uncomment to test in an AS editor
  23033.     tell application "Finder"
  23034.         open item "Dev.CD Jul 00 SDK1:Development Kits:Hardware:PCI DDK 3.0:"
  23035.         activate
  23036.     end tell
  23037. on error errMsg number errNum
  23038.     --enter statements to perform when no records are found such as...
  23039.     display dialog "Sorry, the item you selected could not be found."
  23040.     return
  23041. end try
  23042. e    No Changef%PCI OpenFirmware FCode Forth tokenizeoBftp://ftp.apple.com/developer/Development_Kits/PCI_DDK_3.0.sit.hqxq
  23043. Dev.CD Jul 00 SDK1
  23044. VD!All Packages
  23045. Tool Chest Edition
  23046. PCI Sound Input driverIzA PCI sound input driver showing how to make a PCI sound input driver rather than the classic 68K only sound input driver.J
  23047. Sample Code.imgK
  23048. Aug 97M
  23049. PCI Power MacN$Sound Input Driver, PCI driver, ndrvO
  23050. Dev.CD May 00 TC:Sample Code:P
  23051. Dev.CD May 00 TC
  23052.  - Sample CodeV
  23053. 74189X
  23054. May 00^
  23055. install
  23056. 2.6.5X
  23057. install
  23058. 3.0.1Y
  23059. install
  23060. 1.0.2t
  23061. install
  23062. 2.0.1t
  23063. install
  23064. english
  23065. install
  23066. macapp
  23067. r13u5
  23068. install
  23069. macapp
  23070. r14a1
  23071. install
  23072. install
  23073. opengl
  23074. install
  23075. quicktime
  23076. conferencing
  23077. install
  23078. quickview
  23079. installerZ
  23080. installer
  23081. 4.0.8
  23082. installer
  23083. drivers
  23084. be found."
  23085.     return
  23086. end try
  23087. e    No Changef
  23088. Technote
  23089. Macintosho.http://developer.apple.com/techpubs/index.htmlq
  23090. Dev.CD Jun 00 RL Disk 1
  23091. D!All Packages
  23092. Mac OS SDK Edition
  23093. MacODBC 2.1.2 GM
  23094.     l Toolkit 2..img
  23095. HyperCard Video Toolkit 2.0.img
  23096. Ideas Toolkit 1.0.img
  23097. Prototyping Toolkit 2.0.imgK
  23098. May 95M
  23099. Hypercard.  It is uncertain that these packages will work correctly with the latest version of Hypercard, but they did work with an earlier version.ORDev.CD May 00 TC:Tool Chest:Development Kits:HyperCard Related:HyperCard Toolkits:--------------------------------------------
  23100. provider
  23101. shtml
  23102. telecom
  23103. telephone
  23104. telephone
  23105. manager
  23106. telephonym
  23107. telephony
  23108. suitem
  23109. template^
  23110. template
  23111. template
  23112. terminology^
  23113. terminology
  23114. 3/92^
  23115. test]
  23116. target
  23117. testbanks
  23118. testbanks
  23119. testcpp
  23120. tester
  23121. testhooks
  23122. testhooks
  23123. testhooks
  23124. testhooks
  23125. testhooks
  23126. makeout
  23127. testing
  23128. testmagic
  23129. testmagic
  23130. tests
  23131. tetomltesample
  23132. textw
  23133. encoding
  23134. converter
  23135. encodings
  23136. extractors
  23137. plug-ins
  23138. text-to-speech
  23139. text-to-speech
  23140. first
  23141. textchanger
  23142. textchanger
  23143. 2.0.1
  23144. textencodingcmgr
  23145. textintlsvcs
  23146. textoid
  23147. textoid
  23148. textres
  23149. textres
  23150. texture
  23151. texture
  23152. sample
  23153. ocumentation:
  23154. e    No Changeq
  23155. Dev.CD May 00 TC
  23156. D!All Packages
  23157. Tool Chest Edition
  23158. F)Snippets - Interapplication Communication
  23159. (** = new, * = revised)
  23160. AE Interaction Sample:  Two small applications, Sender and Receiver, show what interaction levels mean to the Apple Event Manager.
  23161. AECDEV/AEDEAMON:  This sample is designed to answer that age-old question; "How do I send AppleEvents from a DA/CDEV/INIT/Driver?" Read the read_me to find the answer <grin>.
  23162. AECoercion:  AECoercionINIT shows how to install System level AppleEvent Coercion routines at INIT time.  You may also be interested in the coercion routines as C Profile SpecI&Latest ICC specification for profiles.J
  23163. Embedding ICC Profile in EPS
  23164. Embedding ICC Profile in GIF89a
  23165. Embedding ICC Profile in Pict
  23166. Embedding ICC Profiles in JFIF
  23167. Embedding ICC Profiles in TIFFK
  23168. Apr 98M
  23169. ColorSync 2.xN%ColorSync, ICC, Profile SpecificationOkDev.CD Jul 00 SDK1:Development Kits:Mac OS:ColorSync 3.0 Mac SDK:Documentation:Embedding ICC Profiles Docs:nge
  23170. initialize
  23171. initiallyh
  23172. initiate
  23173. initiativesj
  23174. initport
  23175. initprojector
  23176. inline
  23177. innocuous
  23178. innovative
  23179. inputs
  23180. inputsprocket
  23181. inputstream
  23182. inputting
  23183. inquiry
  23184. inscript
  23185. inserted
  23186. inside[
  23187. insight
  23188. instaler
  23189. installx
  23190. installationZ
  23191. installations
  23192. installed
  23193. installerv
  23194. installer
  23195. chinese
  23196. language
  23197. installer-related
  23198. installers
  23199. installingU
  23200. installment
  23201. installs
  23202. instance
  23203. instances
  23204. instant
  23205. instantly
  23206. insteado
  23207. instruction
  23208. instructionalu
  23209. instructionsZ
  23210. instrumentation
  23211. instrumented
  23212. All Packages
  23213. F    QuickTimeO
  23214. Dev.CD Jan 94P
  23215. Dev.CD Jan 9V
  23216. 74393X
  23217. Jan 94
  23218. b--set theItem to choose file -- uncomment to test in an AS editor
  23219.     tell application "Finder"
  23220.         open item "Dev.CD Jan 94"
  23221.         activate
  23222.     end tell
  23223. on error errMsg number errNum
  23224.     --enter statements to perform when no records are found such as...
  23225.     display dialog "Sorry, the item you selected could not be found."
  23226.     return
  23227. end try
  23228. All Packages
  23229. F    QuickTimeO
  23230. Dev.CD Jan 94
  23231. Dev.CD Oct 93P
  23232. Dev.CD Jan 94
  23233. Dev.CD Oct 9V
  23234. 74394X
  23235. Jan 94
  23236. p--set theItem to choose file -- uncomment to test in an AS editor
  23237.     tell application "Finder"
  23238.         open item "Dev.CD Jan 94
  23239. Dev.CD Oct 93"
  23240.         activate
  23241.     end tell
  23242. on error errMsg number errNum
  23243.     --enter statements to perform when no records are found such as...
  23244.     display dialog "Sorry, the item you selected could not be found."
  23245.     return
  23246. end try
  23247. All Packages
  23248. F    QuickTimeV
  23249. 74395X
  23250. tiresome
  23251. title
  23252. titledp
  23253. titles
  23254. tmon's
  23255. tmtask
  23256. tnetworkbuf
  23257. tnetworkiostream
  23258. tnetworkistream
  23259. tnetworkostream
  23260. VBL Snippet:  A simple example of a persistent VBL written in C that works with 68K or PowerPC.
  23261. Sample Code.imgK
  23262. Feb 92L
  23263. Nov 96O
  23264. Dev.CD May 00 TC:Sample Code:P
  23265. Dev.CD May 00 TC
  23266.  - Sample CodeV
  23267. 73285X
  23268. May 00^
  23269. #009-4441
  23270. ct-009-4441
  23271. ct-009-4442
  23272. ct-009-4442
  23273. ct-009-4443
  23274. ct-009-4443
  23275. p--set theItem to choose file -- uncomment to test in an AS editor
  23276.     tell application "Finder"
  23277.         open item "Dev.CD Apr 94
  23278. Dev.CD Jan 94"
  23279.         activate
  23280.     end tell
  23281. on error errMsg number errNum
  23282.     --enter statements to perform when no records are found such as...
  23283.     display dialog "Sorry, the item you selected could not be found."
  23284.     return
  23285. end try
  23286. Miller and Cameron Esfahani.  How your application can live copacetically with the Display Manager.
  23287. MPW TIPS AND TRI
  23288. CKS:  Scripted Text Editing  by Tim Maroney.  An overview of MPW
  23289. s powerful, scriptable text editing capabilities. 
  23290. ACCORDING TO SCRIPT:  Attaching and Embedding Scripts by Cal Simone.  Integrating scripts in your application can have a big payoff for your users.
  23291. PRINT HINTS:  The Top 10 Printing Crimes Revisited by Dave Polaschek.  Despite our best efforts, developers continue to commit printing crimes. We
  23292. re not giving up.
  23293. BALANCE OF POWER:  Sleuthing Through Your Code  by Dave Evans.
  23294. p--set theItem to choose file -- uncomment to test in an AS editor
  23295.     tell application "Finder"
  23296.         open item "Dev.CD Apr 94
  23297. Dev.CD Jan 94"
  23298.         activate
  23299.     end tell
  23300. on error errMsg number errNum
  23301.     --enter statements to perform when no records are found such as...
  23302.     display dialog "Sorry, the item you selected could not be found."
  23303.     return
  23304. end try
  23305. ay dialog "Sorry, the item you selected could not be found."
  23306.     return
  23307. end try
  23308. e    No Changef
  23309. QuickTime
  23310. Dev.CD May 00 TC
  23311. D!All Packages
  23312. Tool Chest Edition
  23313. F    ImageFileIqThis demo program shows the usage of the GraphicsImporter to import and display a plethora of image file formats.J
  23314. Sample Code.imgK
  23315. Feb 00
  23316. - Common
  23317.     - Sun Compliant Java Runtime Environment 1.1
  23318.     - QuickTime 3 
  23319.     - QTJava.zip
  23320.     - QTJava media samples
  23321. - Mac OS:
  23322.     - System 8 or later
  23323.     - Macintosh Runtime for Java (MRJ) 2.1
  23324. - Windows 95, 98, or NT::
  23325.     - JRE/JDK from Sun Microsystems, Inc. recommended
  23326. QuickTime, Java, MRJ
  23327. composit
  23328. composite
  23329. composited
  23330. compositepictures
  23331. compositing
  23332. composition
  23333. compositor
  23334. compound
  23335. compound-document
  23336. comprehensive
  23337. compress
  23338. compressed
  23339. compressimage
  23340. compressionP
  23341. compression/decompreP
  23342. compressor/decompres
  23343. compromising
  23344. compuserve
  23345. computerj
  23346. model that enables transparent conversion, encoding, upload and download of documents. 
  23347. Navigation Services also provides a number of tools to increase productivity and speed up document access, including:
  23348. - outline view (icon, name, date modified, sorting, etc)
  23349. - simultaneous opening of multiple documents, including on different volumes
  23350. - recent documents tracking
  23351. - favorite folders and do
  23352. customchoose
  23353. customenabler
  23354. customer
  23355. customer's
  23356. customersj
  23357. customget
  23358. customgetfile
  23359. customgetfolder
  23360. customicon
  23361. customise
  23362. customizable
  23363. customization
  23364. customize
  23365. customize/rewrite
  23366. customized
  23367. customizing
  23368. custompicproc
  23369. customputappend
  23370. customputdialog
  23371. customputsuffix
  23372. cutting
  23373. cvtccomments
  23374. cyberdog
  23375. cycle
  23376. cycles
  23377. ed in Technote #1084 and u
  23378. end try
  23379. All Packages
  23380. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  23381. Dev.CD Jan 94
  23382. Dev.CD Oct 93
  23383. Dev.CD Jul 93
  23384. Dev.CD Apr 93PDDev.CD Apr 94
  23385. Dev.CD Jan 94
  23386. Dev.CD Oct 93
  23387. Dev.CD Jul 93
  23388. Dev.CD Apr 9V
  23389. 72187X
  23390. Apr 94
  23391. summary
  23392. color
  23393. locator
  23394. enables
  23395. anything
  23396. summary
  23397. contains
  23398. documentation
  23399. header
  23400. files
  23401. utiliti
  23402. summary
  23403. contains
  23404. documentation
  23405. header
  23406. files
  23407. tools
  23408.     --enter statements to perform when no records are found such as...
  23409.     display dialog "Sorry, the item you selected could not be found."
  23410.     return
  23411. end try
  23412.  return
  23413. end try
  23414. uPJDev.CD May 00 TC
  23415.  - Tool Chest
  23416.  - Testing & Debugging
  23417.  - Memory ManagementV
  23418. 73964X
  23419. May 00^
  23420. --set theItem to choose file -- uncomment to test in an AS editor
  23421.     tell application "Finder"
  23422.         open item "Dev.CD May 00 TC:Tool Chest:Testing & Debugging:Memory Management:"
  23423.         activate
  23424.     end tell
  23425. on error errMsg number errNum
  23426.     --enter statements to perform when no records are found such as...
  23427.     display dialog "Sorry, the item you selected could not be found."
  23428.     return
  23429. end try
  23430. e    No Changeq
  23431. Dev.CD May 00 TC
  23432. vD!All Packages
  23433. Tool Chest Edition
  23434. FinderLaunch
  23435. RA routine for sending an open documents Apple event to the finder.  This routine provides functionality equivalent to selecting a document/file/application and choosing the open command in the Finder's file menu. 
  23436. allows application to tell the finder to open and display the contents of folders, launch applications, and open documents.
  23437. Sample Code.imgK
  23438. Nov 99nge
  23439. ackages
  23440. 70997
  23441. keyboard
  23442. keychain
  23443. keychain
  23444. keycode
  23445. keymenu
  23446. kh-hangulkorean
  23447. killer
  23448. killer
  23449. content
  23450. killres
  23451. killres
  23452. korean
  23453. korean
  23454. 1.1.3
  23455. color
  23456. space
  23457. profile
  23458. language
  23459. language
  23460. analysis
  23461. linkedo
  23462. linked
  23463. fileso
  23464. links
  23465. interface
  23466. locales
  23467. locales
  23468. localization
  23469. locator
  23470. lookup
  23471. lookupmenu
  23472. development
  23473. toolkit
  23474. encodingsw
  23475. macapp
  23476. macapp
  23477. cdent
  23478. stuff
  23479. macbinary
  23480. maccalendar
  23481. machack
  23482. macintosh
  23483. macos8and9
  23484. macos8documentation
  23485. macsbug]
  23486. macsbug
  23487. resources]
  23488. mag'n
  23489. magic
  23490. magic
  23491. magic
  23492. utility
  23493. magican
  23494. magician
  23495. mailm
  23496. suite
  23497. Movedf
  23498. Finder label menu iconq
  23499. Dev.CD May 00 TC
  23500. D!All Packages
  23501. Mac OS SDK Edition
  23502. Language Analysis SDK
  23503. The Language Analysis Architecture (LAA) provides applications with standard interface for lexical analysis on Mac OS.
  23504. It has been difficult for an application to support features such as indexing, grammar check, sorting, text-to-speech, translation, and rubi (reading of words), for some languages including Japanese, Chineese and Korean unlike English and other European languages.
  23505. In case of Japanese text, you see no space or punctuation between words within a clause or sometimes even wi
  23506. J.index.html
  23507. index.html.1
  23508. style.css
  23509. technotesK
  23510. Jan 00L
  23511. Jan 00M
  23512. web browserN
  23513. Technote, Q&A, MacintoshOMDev.CD Jun 00 RL Disk 1:Technical Documentation:Macintosh Technotes and Q&As:PRDev.CD Jun 00 RL Disk 1
  23514.  - Technical Documentation
  23515.  - Macintosh Technotes and Q&AsV
  23516. 72848X
  23517. Jun 00e    No Changeo.http://developer.apple.com/techpubs/index.html
  23518. r--set theItem to choose file -- uncomment to test in an AS editor
  23519.     tell application "Finder"
  23520.         open item "Dev.CD May 00 TC:Sample Code:"
  23521.         activate
  23522.     end tell
  23523. on error errMsg number errNum
  23524.     --enter statements to perform when no records are found such as...
  23525.     display dialog "Sorry, the item you selected could not be found."
  23526.     return
  23527. end try
  23528.  devfeedback@applelink.apple.com.
  23529. J)Open Me With Web Browser
  23530. techqa.shtmlK
  23531. Sep 95L
  23532. Dec 96M
  23533. Netscape 2.0 or later.OBDev.CD Dec 99 RL:Technical Documentation:Macintosh Technical Q&As:PGDev.CD Dec 99 RL
  23534.  - Technical Documentation
  23535.  - Macintosh Technical Q&Asicationq
  23536. Dev.CD Jul 00 SDK1
  23537. D!All Packages
  23538. Tool Chest Edition
  23539. ImageCompositingI
  23540. This demo program shows how to composit a presentation out of disparate media sources, applying compositing effects such as blend and transparency. Recording a movie from the activities of the Compositor is also shown.J
  23541. Sample Code.imgK
  23542. Feb 00
  23543. with string o
  23544. e    No Changef
  23545. QuickTime
  23546. Dev.CD May 00 TC
  23547. D!All Packages
  23548. Tool Chest Edition
  23549. shows the usage of the GraphicsImporterDrawer is used to produce pixels to create a java.awt.Image
  23550. Sample Code.imgK
  23551. Feb 00
  23552. - Common
  23553.     - Sun Compliant Java Runtime Environment 1.1
  23554.     - QuickTime 3 
  23555.     - QTJava.zip
  23556.     - QTJava media samples
  23557. - Mac OS:
  23558.     - System 8 or later
  23559.     - Macintosh Runtime for Java (MRJ) 2.1
  23560. - Windows 95, 98, or NT::
  23561.     - JRE/JDK from Sun Microsystems, Inc. recommended
  23562. QuickTime, Java, MRJ
  23563. Dev.CD May 00 TC:Sample Code:P
  23564. Dev.CD May 00 TC
  23565.  - Sample CodeV
  23566. 74272X
  23567. May 00^
  23568. r--set theItem to choose file -- uncomment to test in an AS editor
  23569.     tell application "Finder"
  23570.         open item "Dev.CD May 00 TC:Sample Code:"
  23571.         activate
  23572.     end tell
  23573. on error errMsg number errNum
  23574.     --enter statements to perform when no records are found such as...
  23575.     display dialog "Sorry, the item you selected could not be found."
  23576.     return
  23577. end try
  23578. end try
  23579. Snapshot Sample is a tiny application that shows how to grab the icon positions for all the files on the desktop and later restore those icon positions.  This is useful for programs, like games, that switch resolutions on the fly, thereby causing havoc for the user
  23580. s desktop icons.
  23581. JORead Me About Snapshot Sample
  23582. Snapshot Sample
  23583. SnapshotSample.c
  23584. SnapshotSample.
  23585. Feb 97L
  23586. Dec 97N
  23587. grab icon desktopO=Dev.CD May 00 TC:Tool Chest:OS Utilities:SnapshotSample1.0b4:PEDev.CD May 00 TC
  23588.  - Tool Chest
  23589.  - OS Utilities
  23590.  - SnapshotSample1.0b4ict
  23591. icons
  23592. iconutilspriv
  23593. iconutilspriv
  23594. ideas
  23595. ideas
  23596. opportunities
  23597. ideas
  23598. toolkit
  23599. identifycd
  23600. idletasks
  23601. idletasks
  23602. distributors/localiz
  23603. im-telephony
  23604. imageg
  23605. images
  23606. 73896X
  23607. Sep 96^
  23608. --set theItem to choose file -- uncomment to test in an AS editor
  23609.     tell application "Finder"
  23610.         open item "Dev.CD Sep 96 RL:Technical Documentation:develop:develop Issue 15:"
  23611.         activate
  23612.     end tell
  23613. on error errMsg number errNum
  23614.     --enter statements to perform when no records are found such as...
  23615.     display dialog "Sorry, the item you selected could not be found."
  23616.     return
  23617. end try
  23618. Deletedq
  23619. Dev.CD Sep 96 RL
  23620. 2D(All Packages
  23621. Reference Library Edition
  23622. develop Issue 16
  23623.     :Devices:NuBus/Slot Manager:Slots"
  23624.         activate
  23625.     end tell
  23626. on error errMsg number errNum
  23627.     --enter statements to perform when no records are found such as...
  23628.     display dialog "Sorry, the item you selected could not be found."
  23629.     return
  23630. end try
  23631. e    No Changeq
  23632. Dev.CD May 00 TC
  23633. D!All Packages
  23634. Tool Chest Edition
  23635. SnapshotSample1.0b4
  23636. install
  23637. install
  23638. install
  23639. install
  23640. install
  23641. install
  23642. May 93O9Dev.CD May 00 TC:Tool Chest:Testing & Debugging:Networks:PADev.CD May 00 TC
  23643.  - Tool Chest
  23644.  - Testing & Debugging
  23645.  - NetworksV
  23646. 74554X
  23647. May 00^
  23648. --set theItem to choose file -- uncomment to test in an AS editor
  23649.     tell application "Finder"
  23650.         open item "Dev.CD May 00 TC:Tool Chest:Testing & Debugging:Networks:"
  23651.         activate
  23652.     end tell
  23653. on error errMsg number errNum
  23654.     --enter statements to perform when no records are found such as...
  23655.     display dialog "Sorry, the item you selected could not be found."
  23656.     return
  23657. end try
  23658. e    No Changeq
  23659. Dev.CD May 00 TC
  23660. D!All Packages
  23661. Tool Chest Edition
  23662. F    StreamNOPIrStreamNOP is a sample STREAMS module that was designed for you to use as a template when creating STREAMS modules.J
  23663. Sample Code.imgK
  23664. Oct 97L
  23665. Sep 98M
  23666. Open Transport 1.1.1 or higherN'Open Transport, STREAMS, module, driverO
  23667. Dev.CD May 00 TC:Sample Code:P
  23668. Dev.CD May 00 TC
  23669.  - Sample CodeV
  23670. 74555X
  23671. May 00^
  23672. #medit
  23673. streaming
  23674. streamlined
  23675. macintosh
  23676. powerbook
  23677. series
  23678. developer
  23679. macintosh's
  23680. macintosh-based
  23681. macintosh-powerpc
  23682. macintoshes
  23683. macjapanese
  23684. macodbc
  23685. zonez
  23686. zones
  23687. zoombox
  23688. signing
  23689. silevelmeteronoff
  23690. silly
  23691. simenel
  23692. similarN
  23693. similarities
  23694. similarly
  23695. simone
  23696. simple\
  23697. simple
  23698. sample
  23699. which
  23700. demonstrates
  23701. setdeskcpa
  23702. simpleapp
  23703. simplechooser
  23704. simpleinit
  23705. ltaneously
  23706. since
  23707. MyQuickTakeApp 1.0.1TC7 
  23708. MyQuickTakeApp 1.0.2 
  23709. QuickTake - Read Me First
  23710. QuickTake Documentation:
  23711. QuickTake Marketing Items :
  23712. QuickTake/Macintosh  SDK.image
  23713. QuickTake/Windows SDK:
  23714. System Folder Items:
  23715. Windows System Files:
  23716. summary
  23717. scanner
  23718. development
  23719. contains
  23720. documentation
  23721. summary
  23722. snarfer
  23723. application
  23724. directs
  23725. whatever
  23726. summary
  23727. stopxpp
  23728. attempts
  23729. close
  23730. summary
  23731. system
  23732. 7.5.5
  23733. update
  23734. system
  23735. software
  23736. summary
  23737. suite
  23738. collection
  23739. tools
  23740. summary
  23741. telephone
  23742. manager
  23743. manager
  23744. macin
  23745. summary
  23746. thread
  23747. manager
  23748. system
  23749. extension
  23750. which
  23751. summary
  23752. verifier
  23753. apple
  23754. internal
  23755. localization
  23756. verif
  23757. summary
  23758. these
  23759. obsolete
  23760. hypercard
  23761. toolkits
  23762. which
  23763. summary
  23764. these
  23765. updated
  23766. tools
  23767. quicktime
  23768. summary
  23769. these
  23770. applications
  23771. remote
  23772. control
  23773. server
  23774. summary
  23775. application
  23776. demonstrates
  23777. appleev
  23778. summary
  23779. application
  23780. exercises
  23781. copybits
  23782. copymask
  23783. summary
  23784. brochure
  23785. serves
  23786. foundation
  23787. explaining
  23788. summary
  23789. sample
  23790. demonstrates
  23791. palette
  23792. n a dialog. It's easy, just create the list right after you create the dialog, then call LUpdate and LClick in a dialog filter to respond to user events.
  23793. MDEF.Sample:  An MDEF written in Pascal that supports rez MENU templates and allows you to request the use of the Shift-Command symbol (made famous by our friends to the North).
  23794. Menu 'cicn' Fun:  This snippet demonstrates 'cicn's in menu items.  It's an unfortunately little-known fact that 'cicn's can be many sizes, and not only that, b
  23795. ut that any size 'cicn' can be put into a menu item. It's probably not good HI to put in 'cicn's of sizes other than 32x32 or 16x16; happily, this covers the sizes developers want most.
  23796. MenuHook/MBarHook exposed:  Installs routines called when a menu is pulled down and when the mouse is down in the menu bar.  Inverts the region underneath the menu so you can graphically see the results, as well as flashes status indicators.  Can mess up your desktop (but only visually).
  23797. Modal TextEdit:  
  23798.     O/Dev CD Vol. V
  23799. Dev CD Vol. IV
  23800. Developer CD (III)P.Dev CD Vol. V
  23801. Dev CD Vol. IV
  23802. Developer CD (IIIV
  23803. 74880X
  23804. Vol. V
  23805. --set theItem to choose file -- uncomment to test in an AS editor
  23806.     tell application "Finder"
  23807.         open item "Dev CD Vol. V
  23808. Dev CD Vol. IV
  23809. Developer CD (III)"
  23810.         activate
  23811.     end tell
  23812. on error errMsg number errNum
  23813.     --enter statements to perform when no records are found such as...
  23814.     display dialog "Sorry, the item you selected could not be found."
  23815.     return
  23816. end try
  23817. All Packages
  23818. Technical Publications
  23819. 74881X
  23820.  - Technical Documentation
  23821.  - develop
  23822.  - develop Issue 10re a group of emulated 68K registers around calls to a PowerPC active or send function, which in turn calls YieldToAnyThread.  Provides 68K wrapper functions, named Preserve68KRegsActiveProc and Preserve68KRegsSendProc, to be installed as an OSAActiveProc or OSASendProc, respectively.
  23823. SendFinderOpen:  This snippet shows you how to send an OpenSelection Fin
  23824. Dev.CD Apr 9V
  23825. 74759X
  23826. Apr 93
  23827. b--set theItem to choose file -- uncomment to test in an AS editor
  23828.     tell application "Finder"
  23829.         open item "Dev.CD Apr 93"
  23830.         activate
  23831.     end tell
  23832. on error errMsg number errNum
  23833.     --enter statements to perform when no records are found such as...
  23834.     display dialog "Sorry, the item you selected could not be found."
  23835.     return
  23836. end try
  23837. All Packages
  23838. System Enabler 111 (PB 160/180)O
  23839. Dev.CD Apr 93P
  23840. Dev.CD Apr 9V
  23841. 74760X
  23842. Apr 93
  23843. b--set theItem to choose file -- uncomment to test in an AS editor
  23844.     tell application "Finder"
  23845.         open item "Dev.CD Apr 93"
  23846.         activate
  23847.     end tell
  23848. on error errMsg number errNum
  23849.     --enter statements to perform when no records are found such as...
  23850.     display dialog "Sorry, the item you selected could not be found."
  23851.     return
  23852. end try
  23853. All Packages
  23854. System Enabler 111 (PB 160/180)O
  23855. Dev.CD Apr 93P
  23856. Dev.CD Apr 9V
  23857. 74761X
  23858. Apr 93
  23859. inheritance
  23860. Dev.CD May 00 TC:Sample Code:P
  23861. Dev.CD May 00 TC
  23862.  - Sample CodeV
  23863. 73997X
  23864. May 00^
  23865. r--set theItem to choose file -- uncomment to test in an AS editor
  23866.     tell application "Finder"
  23867.         open item "Dev.CD May 00 TC:Sample Code:"
  23868.         activate
  23869.     end tell
  23870. on error errMsg number errNum
  23871.     --enter statements to perform when no records are found such as...
  23872.     display dialog "Sorry, the item you selected could not be found."
  23873.     return
  23874. end try
  23875. Movedf9OpenTransport
  23876. Server
  23877. Thread Manager
  23878. TCP/IP
  23879. IOStreamsq
  23880. Dev.CD May 00 TC
  23881. All Packages
  23882. Human Interface Notes
  23883. @Summary: Human Interface Notes are a collection of human interface guidelines for Macintosh applications.
  23884. Features: The introduction to the Human Interface Notes has been updated to provide more accurate information about the Human Interface Notes and Guidelines, and how to contact the Human Interface groups at Apple.
  23885. Jul 93V
  23886. 73998X
  23887. 1e    No Change
  23888. tSample code demonstrating how to test for certain kinds of ATA hard drives which would cause problems for some PowerBooks in SCSI disk mode.
  23889. Demonstrates using the ATA inquiry command and the fields returned by this command to determine information about an ATA drive.  Detects an error documented in the technote "PowerBook HD Upgrades and SCSI Disk Mode Compatibility".
  23890. Sample Code.imgK
  23891. Jan 98M
  23892. PowerBook with ATA manager (190, 2300, 5300, 1400, 3400, 2400).  Later PowerBooks are not affected by these bugs, but the test will run.N$ATA, PowerBook, SCSI, SCSI disk modeO
  23893. Dev.CD May 00 TC:Sample Code:P
  23894. Dev.CD May 00 TC
  23895.  - Sample Code
  23896. ignoring
  23897. async
  23898. device
  23899. asynchronous
  23900. atapi
  23901. powerbook
  23902. atapi
  23903. atmark
  23904. atsui
  23905. attributes
  23906. atworld
  23907. audio
  23908. audio
  23909. compression
  23910. playback
  23911. codec
  23912. authentication
  23913. automated
  23914. automation
  23915. aware
  23916. background
  23917. background
  23918. apple
  23919. event
  23920. background
  23921. color
  23922. window
  23923. background-only
  23924. backside
  23925. backup
  23926. balloon
  23927. balloon
  23928. finder
  23929. strings
  23930. spinning
  23931. cursors
  23932. balloon
  23933. dialog
  23934. balloons
  23935. bandai
  23936. bandwidthA
  23937. barrier
  23938. based
  23939. batch
  23940. bi-directional
  23941. blanking
  23942. blitters
  23943. block
  23944. cad/cam
  23945. cad/cam
  23946. design
  23947. calibrator
  23948. capabilities
  23949. --set theItem to choose file -- uncomment to test in an AS editor
  23950.     tell application "Finder"
  23951.         open item "Dev.CD Jul 00 SDK1:Development Kits:Mac OS:Universal Interfaces3.3.2:"
  23952.         activate
  23953.     end tell
  23954. on error errMsg number errNum
  23955.     --enter statements to perform when no records are found such as...
  23956.     display dialog "Sorry, the item you selected could not be found."
  23957.     return
  23958. end try
  23959. ctsupportlib
  23960. objectsupportlib
  23961. 1.1.4
  23962. offscreencontrolupda
  23963. onescannerg
  23964. transport
  23965. transport
  23966. transport
  23967. debug
  23968. transport/ppp
  23969. opendoc
  23970. opendoc
  23971. development
  23972. framework
  23973. release
  23974. palette
  23975. parserV
  23976. pascal
  23977. performance
  23978. photoshop
  23979. player
  23980. plugins
  23981. postscript
  23982. powerbook
  23983. primer
  23984. debug]
  23985. debug
  23986. extensions
  23987. debug
  23988. sound
  23989. manager
  23990. debugger
  23991. debuggingv
  23992. debugging
  23993. optimized
  23994. debugging
  23995. tools
  23996. defect
  23997. defect
  23998. defprocs
  23999. demo_
  24000. applications
  24001. suite
  24002. source
  24003. demoextractor
  24004. denmark
  24005. denmark
  24006. distributors/localiz
  24007. design
  24008. design
  24009. reuse
  24010. designforrobustness
  24011. designforrobustness
  24012. detection
  24013. detectorsh
  24014. change
  24015. develop
  24016. develop
  24017. issue
  24018. develop
  24019. issue
  24020. develop
  24021. issue
  24022. thin a whole sentense. This makes it difficult for an application to break text into words, or morphemes.
  24023. Now, LAA analyzes text, breaks it into morphemes, and returns them with lexical information, which applications can use to perform high-level tasks such as mentioned above. "Kotoeri", Apple's input method for Japanese, uses LAA to convert a string entered all in phonetic characters into a text of Kanji and Kana characters in the right order. It uses LAA to convert a given text of KanjC
  24024. i and Kana characters back into a string of phonetic characters as well.
  24025. Language Analysis SDK provides API for Language Analysis Manager and Dictionary Manager.
  24026. Japanese is the only target language in this release.
  24027. Language Analysis SDK.imgK
  24028. Jan 99M#MacOS 8.5 Japanese version or newerNvLanguage, Analysis, Language Analysis Architecture, Japanese, morpheme, Dictionary Manager, Analysis, Language ManagerOADev.CD Jul 00 SDK1:Development Kits:Mac OS:Language Analysis SDK:. recommended
  24029. placex
  24030. placedx
  24031. placement
  24032. places`
  24033. placing
  24034. plain
  24035. plain-text
  24036. plaindbox
  24037. plaintalk
  24038. plamondon
  24039. planj
  24040. plane
  24041. planned
  24042. planning
  24043. plans
  24044. platform
  24045. platformsZ
  24046. playable
  24047. playback
  24048. playbar
  24049. played
  24050. player
  24051. players
  24052. playing
  24053. plays
  24054. plethora
  24055. plug-and-play
  24056. plug-inh
  24057. plug-in's
  24058. plug-ins
  24059. plugged
  24060. plugging
  24061. pluses
  24062. 74917X
  24063. Aug 99^
  24064. --set theItem to choose file -- uncomment to test in an AS editor
  24065.     tell application "Finder"
  24066.         open item "Dev.CD Aug 99 TC:What's New?:Development Kits:Mac OS:URL Access 1.0.1 SDK:"
  24067.         activate
  24068.     end tell
  24069. on error errMsg number errNum
  24070.     --enter statements to perform when no records are found such as...
  24071.     display dialog "Sorry, the item you selected could not be found."
  24072.     return
  24073. end try
  24074. e    No Changef
  24075. URL Access
  24076. Internet
  24077. Dev.CD Aug 99 TC
  24078. /D!All Packages
  24079. Tool Chest Edition
  24080. US Distribution GuideI
  24081. Summary: This piece is intended to assist non-US developers understand the US market and the 3rd party software distribution channel in he US.J
  24082. US Distribution GuideK
  24083. Vol VIIM
  24084. Adobe Acrobat Reader.OCDev.CD May 98 TC:Programs & Marketing:Market & Distribution Guides:PHDev.CD May 98 TC
  24085.  - Programs & Marketing
  24086.  - Market & Distribution GuidesV
  24087. 74918X
  24088. May 98^
  24089. powerbook
  24090. primer
  24091. aboutj
  24092. practices
  24093. pre-7.0
  24094. pre-7.5p
  24095. pre-emptively
  24096. pre-installed
  24097. pre-mac
  24098. pre-measured
  24099. pre-mixer
  24100. e-translates
  24101. prediction
  24102. predispatch
  24103. preemptive
  24104. prefer
  24105. preference
  24106. preferences
  24107. preferred
  24108. preliminary
  24109. preloaded
  24110. premastering
  24111. premiereh
  24112. preparation
  24113. prepare
  24114. prepared
  24115. preparememoryforio
  24116. preparing
  24117. prerelease
  24118. prerequisite
  24119. prerequisitesR
  24120. prescalers
  24121. presence
  24122. presentp
  24123. presentation
  24124. presentedZ
  24125. presenting
  24126. presently
  24127. presents
  24128. preserved
  24129. press
  24130. pressing
  24131. pretty
  24132. prevent
  24133. prevented
  24134. preview
  24135. previousa
  24136. previouslyn
  24137. prgeneral
  24138. prgram
  24139. price
  24140. pricesj
  24141. primarily
  24142. primary
  24143. primer
  24144. gunther
  24145. gurmukhi
  24146. guschwan
  24147. gworld
  24148. gworld's
  24149. gworlds
  24150. gx-aware
  24151. gx-compatible
  24152. gxgraphics
  24153. gxifier
  24154. gxoverridetool
  24155. having
  24156. he/she
  24157. headerg
  24158. headers
  24159. healthj
  24160. heaps
  24161. heartbeat
  24162. hedgingj
  24163. helpZ
  24164. helper
  24165. helpful
  24166. helpsZ
  24167. heralds
  24168. herej
  24169. here's
  24170. hersey
  24171. hierarchical
  24172. hifi-color
  24173. highg
  24174. high-end
  24175. high-leveld
  24176. highlighting
  24177. highlightsj
  24178. hints
  24179. historyv
  24180. holdsh
  24181. holidayj
  24182. Jul 95
  24183. b--set theItem to choose file -- uncomment to test in an AS editor
  24184.     tell application "Finder"
  24185.         open item "Dev.CD Jul 95"
  24186.         activate
  24187.     end tell
  24188. on error errMsg number errNum
  24189.     --enter statements to perform when no records are found such as...
  24190.     display dialog "Sorry, the item you selected could not be found."
  24191.     return
  24192. end try
  24193. All Packages
  24194. System 7.5 Update 1.0O
  24195. Dev.CD Jul 95P
  24196. Dev.CD Jul 9V
  24197. 74617X
  24198. Jul 95
  24199. b--set theItem to choose file -- uncomment to test in an AS editor
  24200.     tell application "Finder"
  24201.         open item "Dev.CD Jul 95"
  24202.         activate
  24203.     end tell
  24204. on error errMsg number errNum
  24205.     --enter statements to perform when no records are found such as...
  24206.     display dialog "Sorry, the item you selected could not be found."
  24207.     return
  24208. end try
  24209. All Packages
  24210. System 7.5 Update 1.0O
  24211. Dev.CD Jul 95P
  24212. Dev.CD Jul 9V
  24213. 74618X
  24214. Jul 95
  24215. scanner
  24216. scomP
  24217. screen
  24218. script\
  24219. scriptable\
  24220. xcmdsn
  24221. xcmds&xfcns
  24222. xfcnc
  24223. xfcns
  24224. xthings
  24225. shell
  24226. sample
  24227. 1.3.6
  24228. first
  24229. headers
  24230. xtnow
  24231. xtnow
  24232. docsr
  24233. yahoo
  24234. yahoo
  24235. yellowboxandjava
  24236. 1.0a13
  24237. sounds
  24238. zaptcp
  24239. zaptcp
  24240. zoneranger
  24241. zoneranger
  24242. revision
  24243. history
  24244. zoomed
  24245. mapping
  24246. packages
  24247. palette
  24248. OCDev.CD May 00 TC:Tool Chest:Testing & Debugging:Virtual User tools:PKDev.CD May 00 TC
  24249.  - Tool Chest
  24250.  - Testing & Debugging
  24251.  - Virtual User toolsV
  24252. 74505X
  24253. May 00^
  24254. --set theItem to choose file -- uncomment to test in an AS editor
  24255.     tell application "Finder"
  24256.         open item "Dev.CD May 00 TC:Tool Chest:Testing & Debugging:Virtual User tools:"
  24257.         activate
  24258.     end tell
  24259. on error errMsg number errNum
  24260.     --enter statements to perform when no records are found such as...
  24261.     display dialog "Sorry, the item you selected could not be found."
  24262.     return
  24263. end try
  24264. e    No Changeq
  24265. Dev.CD May 00 TC
  24266. D!All Packages
  24267. Tool Chest Edition
  24268. Show GlobalsI
  24269. Summary: Show globals is a MultiFinder friendly application that can help you monitor global variables in drivers and code resources.  It uses a description file and it shows the values of your variables in a scrolling window.
  24270. Parameters.imgK
  24271. Vol IVL
  24272. Vol VIIO;Dev.CD May 00 TC:Tool Chest:Testing & Debugging:Parameters:nge
  24273. nov/dec
  24274. nov/dec
  24275. MP=Dev.CD Nov 99 TC
  24276.  - System Software
  24277.  - Worldwide QuickDraw GX
  24278. summary
  24279. color
  24280. locator
  24281. enables
  24282. anything
  24283. er a SCSI device is accessed.  It is useful for people with multiple hard disks, since it can display the SCSI ID when in use, and for people with internal drives.
  24284. J4In Use
  24285. In Use Release Notes
  24286. In Use Release Notes.txtK
  24287. Vol IIIL
  24288. Vol VIIIO0Dev.CD May 00 TC:Tool Chest:Devices:SCSI:In Use:P;Dev.CD May 00 TC
  24289.  - Tool Chest
  24290.  - Devices
  24291.  - SCSI
  24292.  - In UseV
  24293. 71536X
  24294. May 00^
  24295. --set theItem to choose file -- uncomment to test in an AS editor
  24296.     tell application "Finder"
  24297.         open item "Dev.CD May 00 TC:Tool Chest:Devices:SCSI:In Use:"
  24298.         activate
  24299.     end tell
  24300. on error errMsg number errNum
  24301.     --enter statements to perform when no records are found such as...
  24302.     display dialog "Sorry, the item you selected could not be found."
  24303.     return
  24304. end try
  24305. e    No Changeq
  24306. Dev.CD May 00 TC
  24307. All Packages
  24308. Indian Language KitV
  24309. 71537X
  24310. PIDev.CD Jul 00 SDK1
  24311.  - Development Kits
  24312.  - Mac OS
  24313.  - Language Analysis SDK 2400cV
  24314. 72845X
  24315. Aug 97^
  24316. --set theItem to choose file -- uncomment to test in an AS editor
  24317.     tell application "Finder"
  24318.         open item "Dev.CD Aug 97 TC:What's New?:Developer Notes:Macintosh PowerBook 2400c:"
  24319.         activate
  24320.     end tell
  24321. on error errMsg number errNum
  24322.     --enter statements to perform when no records are found such as...
  24323.     display dialog "Sorry, the item you selected could not be found."
  24324.     return
  24325. end try
  24326. e    No Changeq
  24327. Dev.CD Aug 97 TC
  24328. Macintosh PowerBook Qualified
  24329. pSummary:  This is the prgram guide for the new Macintosh PowerBook Qualified logo licensing program. This is technical, legal and marketing documentation in Adobe Acrobat format.
  24330. The Kit includes:
  24331. Guide to Macintosh PowerBook Qualified Program
  24332. Program Technical Specifications
  24333. Program Pre-testing Guidelines
  24334. Legal Documentation for licensing and program participation
  24335. cipation
  24336. Nov 95
  24337. color
  24338. color
  24339. picker
  24340. 2.1.1
  24341. color2index
  24342. colorsync
  24343. colorsync
  24344. photoshop
  24345. plug-ins
  24346. colorsync
  24347. profile
  24348. rename
  24349. colour
  24350. colour
  24351. table
  24352. comet
  24353. communications
  24354. communications
  24355. toolbox
  24356. compare
  24357. compiler
  24358. compiler
  24359. tools
  24360. compilers
  24361. component
  24362. component
  24363. software
  24364. compound
  24365. compound
  24366. document
  24367. architecture
  24368. compress
  24369. compression
  24370. computer
  24371. computer
  24372. based
  24373. media
  24374. conditional
  24375. conditional
  24376. statements
  24377. conference
  24378. conferencing
  24379. configuration
  24380. configuration
  24381. connectivity
  24382. consumer
  24383. consumer
  24384. electronics
  24385. container
  24386. content
  24387. content
  24388. region
  24389. context
  24390. context
  24391. switch
  24392. sound
  24393. manager
  24394. 3.2.1
  24395. debugging
  24396. decompression
  24397. delete
  24398. depth
  24399. designing
  24400. detector
  24401. detectorsh
  24402. developeri
  24403. developer
  24404. documentation
  24405. nubus
  24406. number
  24407. number
  24408. formatting
  24409. resedit
  24410. localization
  24411. object
  24412. object
  24413. disassembly
  24414. ultraslimfast
  24415. dumpobj
  24416. object-orientedY
  24417. objective-c
  24418. objects
  24419. ctsupportlib
  24420. macodbc
  24421. database
  24422. connectivity
  24423. drivers
  24424. network
  24425. middlewar
  24426. off-screen
  24427. opaque
  24428. choose
  24429. folder
  24430. navigation
  24431. services
  24432. transport
  24433. cache
  24434. delete
  24435. query
  24436. transport
  24437. resource
  24438. codewarrior
  24439. ethern
  24440. transport
  24441. debug
  24442. transport
  24443. kernel
  24444. strlog
  24445. debug
  24446. streams
  24447. transport
  24448. appletalk
  24449. rawmode
  24450. nbplookup
  24451. otlookup
  24452. transport
  24453. mapper
  24454. mapperref
  24455. transport
  24456. netstat
  24457. display
  24458. cache
  24459. logical
  24460. physic
  24461. transport
  24462. networking
  24463. appletalk
  24464. tcp/ip
  24465. large
  24466. large
  24467. count
  24468. laser
  24469. laser
  24470. doctor
  24471. laserwriter
  24472. laserwriter
  24473. 8.5.1
  24474. launch
  24475. launchdoc
  24476. launchdoc
  24477. ldefproc0
  24478. ldefproc0
  24479. learning
  24480. learning
  24481. drive
  24482. learning
  24483. drive
  24484. disclaimer
  24485. legacy
  24486. letter
  24487. letter
  24488. paper
  24489. interface
  24490. install
  24491. install
  24492. locales
  24493. locales
  24494. localization
  24495. locator
  24496. lookup
  24497. lookupmenu
  24498. development
  24499. toolkit
  24500. encodingsw
  24501. macapp
  24502. macapp
  24503. cdent
  24504. stuff
  24505. macbinary
  24506. maccalendar
  24507. machack
  24508. macintosh
  24509. macos8and9
  24510. macos8documentation
  24511. macsbug]
  24512. macsbug
  24513. resources]
  24514. mag'n
  24515. magic
  24516. magic
  24517. magic
  24518. utility
  24519. magican
  24520. magician
  24521. mailm
  24522. suite
  24523. QN'Sample Code, Games, Graphics, AnimationO>Dev.CD May 00 TC:Tool Chest:Games:Game Sample Code:ZAM 1.0a13:PIDev.CD May 00 TC
  24524.  - Tool Chest
  24525.  - Games
  24526.  - Game Sample Code
  24527.  - ZAM 1.0a13V
  24528. 74952X
  24529. May 00^
  24530. --set theItem to choose file -- uncomment to test in an AS editor
  24531.     tell application "Finder"
  24532.         open item "Dev.CD May 00 TC:Tool Chest:Games:Game Sample Code:ZAM 1.0a13:"
  24533.         activate
  24534.     end tell
  24535. on error errMsg number errNum
  24536.     --enter statements to perform when no records are found such as...
  24537.     display dialog "Sorry, the item you selected could not be found."
  24538.     return
  24539. end try
  24540. e    No Changef$Sample Code
  24541. Games
  24542. Graphics
  24543. Animationq
  24544. Dev.CD May 00 TC
  24545. RD!All Packages
  24546. Tool Chest Edition
  24547. ZapTCP 1.2.1
  24548. navigate
  24549. transition@
  24550. using
  24551. what's@
  24552. written@
  24553. 03-information
  24554. registrati
  24555. 1.4.2@
  24556. about@
  24557. aegizmos
  24558. 1.4.2@
  24559. apple
  24560. directions
  24561. 03/96@
  24562. apple
  24563. standardsw
  24564. 74047X
  24565. Jul 00^
  24566. --set theItem to choose file -- uncomment to test in an AS editor
  24567.     tell application "Finder"
  24568.         open item "Dev.CD Jul 00 SDK1:Development Kits:Mac OS:Language Analysis SDK:"
  24569.         activate
  24570.     end tell
  24571. on error errMsg number errNum
  24572.     --enter statements to perform when no records are found such as...
  24573.     display dialog "Sorry, the item you selected could not be found."
  24574.     return
  24575. end try
  24576. e    No ChangefoLanguage
  24577. Analysis
  24578. Language Analysis Architecture
  24579. Japanese
  24580. morpheme
  24581. Dictionary Manager
  24582. Analysis
  24583. Language Managerq
  24584. Dev.CD Jul 00 SDK1
  24585. All Packages
  24586. Language Kit UpdaterO
  24587. Dev.CD Nov 97 TCP
  24588. Dev.CD Nov 97 TV
  24589. 74048X
  24590. Nov 97
  24591. a Movie and the presentation of mixer channels to edit the playback volumes and balance of audio media.J
  24592. Sample Code.imgK
  24593. Feb 00
  24594. C:Sample Code:V
  24595. 70418X
  24596. 1e    No Change
  24597. We    No Changef*DisposeResource debugging resource handlesq
  24598. Dev.CD May 00 TC
  24599. XD!All Packages
  24600. Tool Chest Edition
  24601. DoubleTrouble initI
  24602. Summary: DoubleTrouble is a debugging utility made to catch a common programming error: freeing a handle that has already been freed.  
  24603. Issues:  This utility is not compatible with System 7.5.J
  24604. Memory Management.imgK
  24605. Sep 92OBDev.CD May 00 TC:Tool Chest:Testing & Debugging:Memory Management:PJDev.CD May 00 TC
  24606.  - Tool Chest
  24607.  - Testing & Debugging
  24608.  - Memory ManagementV
  24609. 73935X
  24610. May 00^
  24611. --set theItem to choose file -- uncomment to test in an AS editor
  24612.     tell application "Finder"
  24613.         open item "Dev.CD May 00 TC:Tool Chest:Testing & Debugging:Memory Management:"
  24614.         activate
  24615.     end tell
  24616. on error errMsg number errNum
  24617.     --enter statements to perform when no records are found such as...
  24618.     display dialog "Sorry, the item you selected could not be found."
  24619.     return
  24620. end try
  24621. e    No Changeq
  24622. Dev.CD May 00 TC
  24623. All Packages
  24624. 73936
  24625. f--set theItem to choose file -- uncomment to test in an AS editor
  24626.     tell application "Finder"
  24627.         open item "Dev.CD Jun 97 SSW"
  24628.         activate
  24629.     end tell
  24630. on error errMsg number errNum
  24631.     --enter statements to perform when no records are found such as...
  24632.     display dialog "Sorry, the item you selected could not be found."
  24633.     return
  24634. end try
  24635. cardbus
  24636. categories
  24637. audio
  24638. audio
  24639. toolkit
  24640. cd-rom
  24641. control
  24642. panel
  24643. symantec
  24644. metrowerks
  24645. standardfile
  24646. fbinaryheap
  24647. cfbinaryheap
  24648. cfbitvector
  24649. cfbitvector
  24650. cfbundle
  24651. cfbundle
  24652. cfcharacterset
  24653. cfcharacterset
  24654. cfcomparatorfunction
  24655. cfcomparisonresult
  24656. cfdata
  24657. cfdata
  24658. cfdictionary
  24659. cfdictionary
  24660. cfequal
  24661. cfhash
  24662. cfhashcode
  24663. cfindex
  24664. cfm-68k
  24665. cfoptionflags
  24666. cfpropertylist
  24667. color
  24668. depth
  24669. color
  24670. cursor
  24671. simpletext
  24672. simpletext
  24673. sample
  24674. slideshow
  24675. slots
  24676. snapshotsample1.0b4
  24677. snarfer
  24678. snippets
  24679. snippets
  24680. communications
  24681. toolbox
  24682. snippets
  24683. development
  24684. tools
  24685. languages
  24686. snippets
  24687. devices
  24688. snippets
  24689. files
  24690. snippets
  24691. hardware
  24692. snippets
  24693. interapplication
  24694. communication
  24695. snippets
  24696. memory
  24697. snippets
  24698. networking
  24699. snippets
  24700. utilities
  24701. snippets
  24702. printing
  24703. snippets
  24704. processes
  24705. snippets
  24706. quickdraw
  24707. snippets
  24708. quicktime
  24709. snippets
  24710. sound
  24711. snippets
  24712. testing
  24713. debugging
  24714. snippets
  24715. snippets
  24716. toolbox
  24717. token
  24718. tokenizer
  24719. toolbox
  24720. toolkit
  24721. toolkits
  24722. tools]
  24723. transport
  24724. transport/ppp
  24725. aining, the Apple Chinese Handwriting Kit is a true plug-and-play solution. It recognizes virtually all 3,000 simplified characters
  24726. or more than 7,000 traditional characters
  24727. found in common day-to-day usage, without the need to pre-train the system. The Apple Chinese Handwriting Kit is fast and intelligent
  24728. it accurately converts Chinese characters written in cursive forms or as print characters, with no delay in intepreting the written characters.
  24729. Features:
  24730. No training required
  24731. a true plu
  24732. g-and-play design.
  24733. FAT version of software
  24734. runs on both PowerPC-based as well as 68K-based Macs.
  24735. Works with virtually any application that allows text input.
  24736. Accurate recognition, even with cursive writing.
  24737. User expandable dictionary enables phrases to be represented by simple clicks.
  24738. Separate lexicon manager for maintaining dictionaries.
  24739. Accommodates different writing styles to suit wide user preferences.
  24740. On-screen keyboards to enable quick input of symbols and puntuation marks.
  24741. Recognize
  24742. --set theItem to choose file -- uncomment to test in an AS editor
  24743.     tell application "Finder"
  24744.         open item "Dev.CD Apr 94
  24745. Dev.CD Jan 94
  24746. Dev.CD Oct 93
  24747. Dev.CD Jul 93
  24748. Dev.CD Apr 93"
  24749.         activate
  24750.     end tell
  24751. on error errMsg number errNum
  24752.     --enter statements to perform when no records are found such as...
  24753.     display dialog "Sorry, the item you selected could not be found."
  24754.     return
  24755. end try
  24756. ector
  24757. codes
  24758. gestalt
  24759. manager
  24760. machine
  24761. identificatio
  24762. getenetaddrdirect
  24763. getnextevent
  24764. getnextevent
  24765. waitnextevent
  24766. filter
  24767. helper
  24768. notes
  24769. devnotes
  24770. heaps
  24771. helpp
  24772. helper
  24773. menubar
  24774. corners
  24775. desktop
  24776. finder
  24777. grayrgn
  24778. htmlq
  24779. htmlrenderinglib
  24780. packages
  24781. htmlrenderinglib
  24782. zibar
  24783. knows
  24784. knowspict
  24785. kodom
  24786. konstantin
  24787. kopala
  24788. korean
  24789. korean-language
  24790. kotoeri
  24791. kunicodetextrunheuri
  24792. kzoomlarger
  24793. label
  24794. labels
  24795. labels-like
  24796. labor
  24797. lands
  24798. languages
  24799. language-neutral
  24800. languagess
  24801. largeb
  24802. large
  24803. collection
  24804. tools
  24805. scripts
  24806. libraries
  24807. examples
  24808. larger
  24809. summary
  24810. apple's
  24811. korean
  24812. language
  24813. affordable
  24814. summary
  24815. appleglot
  24816. translation
  24817. display
  24818. folder
  24819. Summary: Objects in HyperCard are not allowed to have variables inside them
  24820. until now.  Instance variables are useful for storing more data with a button or field.  This stack script allows you to have variables attached to a button, shared field, or other HyperCard object.
  24821. An object may have any number of variables. Values are preserved when you quit.  They stay with your stack when you drag it to another disk.  The objects that can have variables are: a card button, a card field, the caBJrd itself, a background button, a shared field, or the background itself. 
  24822. J)Instance Variable text
  24823. Instance VariablesK
  24824. Jun 93M
  24825. HyperCard 2.1 or laterNLHyperCard, variable, button, field, instance variables, global, saving stateO\Dev.CD May 00 TC:Tool Chest:Development Kits:HyperCard Related:HyperCard Instance Variables:PgDev.CD May 00 TC
  24826.  - Tool Chest
  24827.  - Development Kits
  24828.  - HyperCard Related
  24829.  - HyperCard Instance Variables
  24830. F    QuickTimeO
  24831. Dev.CD Jul 93
  24832. Dev.CD Apr 93V
  24833. 70722X
  24834. Summary:  The file 
  24835. CODE editor for ResEdit 2.1
  24836.  contains a ResEdit 2.1 (or later) RSSC resource that adds a disassembly viewer to ResEdit to handle CODE and code-like resources.  This allows you to view code resources as assembly code instead of 
  24837.  hex.  When added to ResEdit version 2.1.1 or later, the CODE editor can also operate concurrently with the basic HEXA editor, providing editing and searching capabilities as well.  The disassembly code is annotated with the module names extr
  24838. acted from the MacsBug strings in the code.  Navigation facilities are provided to allow viewing related pieces of code.   Special formatting may be applied to the disassembly for embedded data that cannot normally be distinguished from actual code.  There are also facilities to allow you to answer the question 
  24839. who references this location?
  24840. Issues:  Do not add this editor to versions of ResEdit before 2.1.  This editor is not part of the official ResEdit release, and has not been rigo
  24841. Dev.CD Apr 95
  24842. Dev.CD Jan 95P
  24843. Dev.CD Apr 95
  24844. Dev.CD Jan 9V
  24845. 74334X
  24846. Apr 95
  24847. p--set theItem to choose file -- uncomment to test in an AS editor
  24848.     tell application "Finder"
  24849.         open item "Dev.CD Apr 95
  24850. Dev.CD Jan 95"
  24851.         activate
  24852.     end tell
  24853. on error errMsg number errNum
  24854.     --enter statements to perform when no records are found such as...
  24855.     display dialog "Sorry, the item you selected could not be found."
  24856.     return
  24857. end try
  24858. All Packages
  24859. QuickDraw GXO
  24860. Dev.CD Apr 95
  24861. Dev.CD Jan 95P
  24862. Dev.CD Apr 95
  24863. Dev.CD Jan 9V
  24864. 74335X
  24865. Apr 95
  24866. p--set theItem to choose file -- uncomment to test in an AS editor
  24867.     tell application "Finder"
  24868.         open item "Dev.CD Apr 95
  24869. Dev.CD Jan 95"
  24870.         activate
  24871.     end tell
  24872. on error errMsg number errNum
  24873.     --enter statements to perform when no records are found such as...
  24874.     display dialog "Sorry, the item you selected could not be found."
  24875.     return
  24876. end try
  24877. All Packages
  24878. QuickDraw GXV
  24879. 74336X
  24880. --set theItem to choose file -- uncomment to test in an AS editor
  24881.     tell application "Finder"
  24882.         open item "Dev.CD Apr 94
  24883. Dev.CD Jan 94
  24884. Dev.CD Oct 93
  24885. Dev.CD Jul 93
  24886. Dev.CD Apr 93"
  24887.         activate
  24888.     end tell
  24889. on error errMsg number errNum
  24890.     --enter statements to perform when no records are found such as...
  24891.     display dialog "Sorry, the item you selected could not be found."
  24892.     return
  24893. end try
  24894. moveable
  24895. moved
  24896. movement
  24897. moves
  24898. movie
  24899. movie's
  24900. moviecontroller
  24901. movies
  24902. movieshop
  24903. movietoaiff
  24904. mrj's
  24905. mrj-dev
  24906. mrjclasses
  24907. mrjlib
  24908. mrplus
  24909. mrplus
  24910. performance
  24911. analysis
  24912. powerpc
  24913. applicatio
  24914. opendoc
  24915. international
  24916. openfwbridgefixjul97
  24917. opengl
  24918. opengl
  24919. drawsprocket
  24920. opengl
  24921. install
  24922. opp's
  24923. optimization
  24924. optimization
  24925. demos
  24926. option
  24927. papserversample
  24928. server
  24929. sample
  24930. 1.0.1
  24931. ot/ppp
  24932. ot/ppp
  24933. control
  24934. strip
  24935. sample
  24936. otcoderesource
  24937. otdumpinternetstatus
  24938. otdumpportregistry
  24939. otendpointinfo
  24940. otfindserialports
  24941. otllctest
  24942. otlookupnametest
  24943. otpingsample
  24944. otsimpledownloadhttp
  24945. otsimpleserverhttp
  24946. otstreamlogviewer
  24947. ottcpwilldial
  24948. ottraceroutesample
  24949. output
  24950. packagetool
  24951. palette
  24952. palette&gworld
  24953. palette&gworld
  24954. paper
  24955. papserversample
  24956. parserV
  24957. partmaker
  24958. partmaker
  24959. pascal
  24960. pascal
  24961. sample
  24962. 3.0b10
  24963. patch
  24964. 73930X
  24965. May 00^
  24966. --set theItem to choose file -- uncomment to test in an AS editor
  24967.     tell application "Finder"
  24968.         open item "Dev.CD May 00 TC:Tool Chest:Devices:SCSI:Disk I/O Performance Tools:"
  24969.         activate
  24970.     end tell
  24971. on error errMsg number errNum
  24972.     --enter statements to perform when no records are found such as...
  24973.     display dialog "Sorry, the item you selected could not be found."
  24974.     return
  24975. end try
  24976. e    No Changef
  24977. Disk I/O
  24978. Performanceq
  24979. Dev.CD May 00 TC
  24980. TD!All Packages
  24981. Tool Chest Edition
  24982. DiskFiller
  24983.     contains the Apple Event User Terminology resource.
  24984. Features: This package contains the "Terminology Dev Note 3/92" and files needed for adding the 'aeut' to your application.J
  24985. AETE ResEdit Template
  24986. AEUserTermTypes.r
  24987. aeut resource
  24988. AppleEventTypes.h
  24989. EnglishMiscellaneous.r
  24990. EnglishMiscellaneous.rsrc
  24991. EnglishTerminology.r
  24992. EnglishTerminology.rsrc
  24993. Terminology Dev Note 3/92K
  24994. May 92L
  24995. May 94M
  24996. System 7.0N
  24997. AE, Apple Events, AppleEventsents, AppleEvents
  24998. All Packages
  24999. System Enabler 065 (LC 575)O
  25000. Dev.CD Apr 94
  25001. Dev.CD Jan 94P
  25002. Dev.CD Apr 94
  25003. Dev.CD Jan 9V
  25004. 74722X
  25005. Apr 94
  25006. p--set theItem to choose file -- uncomment to test in an AS editor
  25007.     tell application "Finder"
  25008.         open item "Dev.CD Apr 94
  25009. Dev.CD Jan 94"
  25010.         activate
  25011.     end tell
  25012. on error errMsg number errNum
  25013.     --enter statements to perform when no records are found such as...
  25014.     display dialog "Sorry, the item you selected could not be found."
  25015.     return
  25016. end try
  25017. All Packages
  25018. System Enabler 065 (LC 575)O
  25019. Dev.CD Apr 94
  25020. Dev.CD Jan 94P
  25021. Dev.CD Apr 94
  25022. Dev.CD Jan 9V
  25023. 74723X
  25024. Apr 94
  25025. ation
  25026. launched
  25027. launcher
  25028. launches
  25029. launchingj
  25030. launchwithdoc
  25031. layouts
  25032. ldefproc0
  25033. leading
  25034. leading-edge
  25035. leadsj
  25036. leaks
  25037. learn
  25038. folder
  25039. contains
  25040. archives
  25041. format
  25042. apple
  25043. package
  25044. contains
  25045. number
  25046. routines
  25047. helpful
  25048. package
  25049. contains
  25050. processor
  25051. emulator
  25052. extensions
  25053. sample
  25054. demonstrates
  25055. ottransferproviderow
  25056. sample
  25057. demonstrates
  25058. easiest
  25059. transpo@
  25060. sample
  25061. includes
  25062. source
  25063. libraries
  25064. which
  25065. provide@
  25066. sample
  25067. designed
  25068. proper
  25069. thooks@
  25070. those
  25071. though@
  25072. thoughts@
  25073. three-dimensional@
  25074. tiac@
  25075. tiresome@
  25076. support
  25077. sales
  25078. products
  25079. apple
  25080. conjunction
  25081. ritten@
  25082. wrong@
  25083. you'll@
  25084. zoomdocproc@
  25085. 03-information
  25086. registrati
  25087. 1.4.2@
  25088. about@
  25089. about
  25090. appleshare
  25091. client
  25092. aegizmos
  25093. 1.4.2@
  25094. apple
  25095. directions
  25096. 03/96@
  25097. apple
  25098. event
  25099. xcmds
  25100. 1.0b3@
  25101. apple
  25102. standardsw
  25103. problems
  25104. procdoggie
  25105. procdoggie
  25106. blown
  25107. application
  25108. demonstrates
  25109. procedure
  25110. procedures
  25111. proceed
  25112. processesp
  25113. processing
  25114. processord
  25115. processor-basedj
  25116. processorsd
  25117. prodos
  25118. produce
  25119. producer
  25120. producer/consumer
  25121. produces
  25122. produces
  25123. module
  25124. productf
  25125. product-specific
  25126. production
  25127. productivity
  25128. mentors
  25129. menuT
  25130. menubar
  25131. menuhook/mbarhook
  25132. menumanager
  25133. menuse
  25134. menuscripter
  25135. merchandised
  25136. merchandising
  25137. meres
  25138. merely
  25139. messagex
  25140. messagepadj
  25141. messagesj
  25142. messagewatcher
  25143. messy
  25144. meta-content
  25145. metafile
  25146. meter
  25147. metering
  25148. meters
  25149. metertest
  25150. methodg
  25151. methodology
  25152. methods
  25153. metrowerks
  25154. mexican
  25155. minilauncher
  25156. minimizep
  25157. minimum
  25158. minor
  25159. This Quick Reference will explain the basic functions of Disk Copy. More detail is provided in the Disk Copy Manual and Balloon Help.
  25160. Changes from Disk Copy 6.3.2
  25161.  Added support for accessing disk images with the Macintosh Compatibility Application of Mac OS X Server.
  25162. Changes from Disk Copy 6.3.1
  25163.  An issue that prevented accessing AppleShare file servers via Navigation Services dialogs has been corrected.
  25164.  Added support for making floppies from certain USB floppy drives.
  25165.  Various i
  25166. nterface improvements.
  25167. Changes from Disk Copy 6.3
  25168.  An issue that prevented making a read-only or read-only compressed image  from volumes that have data at the end of the volume has been corrected.
  25169. Changes from Disk Copy 6.2
  25170.  Added Navigation Services support.
  25171.  Added ability to duplicate a floppy.
  25172.  Added support for creating self-mounting images.
  25173.  Various improvements to AppleScript support.
  25174.  Fixed possible data loss issue when imaging a folder from an HFS+ volume.
  25175.  Imaging a fo
  25176. BO5Dev.CD May 00 TC:Tool Chest:Toolbox:WindowPicker 1.1:P=Dev.CD May 00 TC
  25177.  - Tool Chest
  25178.  - Toolbox
  25179.  - WindowPicker 1.1V
  25180. 74937X
  25181. May 00^
  25182. --set theItem to choose file -- uncomment to test in an AS editor
  25183.     tell application "Finder"
  25184.         open item "Dev.CD May 00 TC:Tool Chest:Toolbox:WindowPicker 1.1:"
  25185.         activate
  25186.     end tell
  25187. on error errMsg number errNum
  25188.     --enter statements to perform when no records are found such as...
  25189.     display dialog "Sorry, the item you selected could not be found."
  25190.     return
  25191. end try
  25192. e    No Changeq
  25193. Dev.CD May 00 TC
  25194. CD!All Packages
  25195. Mac OS SDK Edition
  25196. Word Services SDK 1.0.8
  25197. change
  25198. package
  25199. we'll
  25200. what's@
  25201. developing
  25202. drivers
  25203. sometimes
  25204. resedit@
  25205. which
  25206. while@
  25207. williams@
  25208. window's@
  25209. windows@
  25210. windows/dos@
  25211. plug-in's
  25212. woodcock@
  25213. wouldn't@
  25214. writing
  25215. written@
  25216. wrong@
  25217. xresult@
  25218. you'll@
  25219. zoomdocproc@
  25220. 03-information
  25221. registrati
  25222. 1.4.2@
  25223. about@
  25224. about
  25225. appleshare
  25226. client
  25227. aegizmos
  25228. 1.4.2@
  25229. apple
  25230. directions
  25231. 03/96@
  25232. apple
  25233. event
  25234. xcmds
  25235. 1.0b3@
  25236. apple
  25237. standardsw
  25238. ~--set theItem to choose file -- uncomment to test in an AS editor
  25239.     tell application "Finder"
  25240.         open item "Dev.CD Apr 94
  25241. Dev.CD Jan 94
  25242. Dev.CD Oct 93"
  25243.         activate
  25244.     end tell
  25245. on error errMsg number errNum
  25246.     --enter statements to perform when no records are found such as...
  25247.     display dialog "Sorry, the item you selected could not be found."
  25248.     return
  25249. end try
  25250. end-of-message
  25251. endless
  25252. endorsement
  25253. endpoint
  25254. endpoints
  25255. enforces
  25256. engineb
  25257. engineering
  25258. engineers
  25259. engines
  25260. engler
  25261. english
  25262. enhance[
  25263. enhanced
  25264. enhancementa
  25265. enhancements`
  25266. can't
  25267. cancel
  25268. cancelwindowcheckout
  25269. cannot
  25270. projector
  25271. unwrapcommenttext
  25272. update
  25273. updatedo
  25274. updated
  25275. documentation
  25276. updated
  25277. grayscale
  25278. appearanceo
  25279. updates
  25280. upgrader
  25281. upgrader
  25282. 1.2.3
  25283. engines
  25284. upgrading
  25285. upgrading
  25286. bbedit
  25287. 1.4.3b3
  25288. driver
  25289. useful
  25290. useful
  25291. addmenu
  25292. script
  25293. user's
  25294. usersy
  25295. userstartup
  25296. userstartup
  25297. goodies
  25298. using
  25299. utilities
  25300. utility
  25301. v1.5.3
  25302. validator
  25303. validator
  25304. validator
  25305. documentation
  25306. validator
  25307. documentation
  25308. variable
  25309. variables
  25310. This sample code accompanies "TN 1174: Optimization Strategies for the Mac OS".
  25311. The Cacheline Optimizer evaluates cacheline usage.  Given a stride value, it will simulate the cache utilization for the L1 and L2 caches on an iMac, as well as giving an approximate idea of the TLB usage.  It gives the percentage utilization as well as how many iterations before you will begin to evict data from the cache.
  25312. CBuffFileStream demonstrates the  implementation of a buffered file system on top of B
  25313. the Mac OS file system.
  25314. Sample Code.imgK
  25315. Nov 99M0Optimization Strategies for the Mac OS Technote.N4Optimization, buffered file system, cache, cachelineO
  25316. Dev.CD May 00 TC:Sample Code:P
  25317. Dev.CD May 00 TC
  25318.  - Sample Codes Tools and Techniques
  25319. WebObjectsCategories&Posers.pdf
  25320. WebObjectsPerformanceTuning
  25321. Working with WebObjects.pdf
  25322. Writing for Interactive Media
  25323. imulates TMON
  25324. s heap purge in MacsBug.
  25325. Time Manager Debugging:  Add this resource file to your MacsBug  "Debugger Prefs" 
  25326. quickdraw
  25327. enables
  25328. computer
  25329. display
  25330. three-dimensio
  25331.  SDK Read Me
  25332. Appearance Versions
  25333. AppearanceCDEV
  25334. Documents
  25335. Prefs for use with System 7.x
  25336. Tools
  25337. _KeyboardK
  25338. Oct 98L
  25339. Sep 99N$Appearance, .Keyboard, function keysO@Dev.CD Jul 00 SDK1:Development Kits:Mac OS:Appearance SDK 1.0.4:PHDev.CD Jul 00 SDK1
  25340.  - Development Kits
  25341.  - Mac OS
  25342.  - Appearance SDK 1.0.4V
  25343. 72519X
  25344. Jul 00^
  25345. --set theItem to choose file -- uncomment to test in an AS editor
  25346.     tell application "Finder"
  25347.         open item "Dev.CD Jul 00 SDK1:Development Kits:Mac OS:Appearance SDK 1.0.4:"
  25348.         activate
  25349.     end tell
  25350. on error errMsg number errNum
  25351.     --enter statements to perform when no records are found such as...
  25352.     display dialog "Sorry, the item you selected could not be found."
  25353.     return
  25354. end try
  25355. e    No Changef"Appearance
  25356. .Keyboard
  25357. function keysq
  25358. Dev.CD Jul 00 SDK1
  25359. &D(All Packages
  25360. Reference Library Edition
  25361. Apple CD-ROM Handbook
  25362. primer
  25363. folderso
  25364. folks
  25365. follow
  25366. followed
  25367. following
  25368. follows
  25369. fonte
  25370. fonts
  25371. fontsync
  25372. footprintg
  25373. multimedia
  25374. internet
  25375. playback
  25376. summary
  25377. popupfuncs
  25378. productivity
  25379. developers
  25380. summary
  25381. portlist
  25382. extension
  25383. helps
  25384. summary
  25385. powertracer
  25386. system
  25387. atrap
  25388. powerpc
  25389. function
  25390. summary
  25391. programmer's
  25392. small
  25393. allows
  25394. summary
  25395. projectdrag
  25396. drag-and-drop
  25397. source
  25398. control
  25399. summary
  25400. resedit
  25401. apple's
  25402. standard
  25403. direct-manipulation
  25404. developer
  25405. documentation
  25406. contains
  25407. summary
  25408. communications
  25409. toolbox
  25410. contains
  25411. if you send us MacsBug logs when a 
  25412. Summary: AETracker is an INIT/Control Panel that allows you to monitor and collect a record of all AppleEvent Manager activity on your machine
  25413. AETracker records all AppleEvent Manager activity on your machine, and places the output in an MPW readable text file.
  25414. This allows you the ability to track down bugs and problem code quickly, you can see the exact sequence of calls your (or other) application is making, and the data given to and the results returned from the call.
  25415. Features: AET 3B
  25416. .0 includes many enhancements, including more speed, and external programmatic interface, and MacsBug symbol recording.  Please see the Read Me for complete details.
  25417. JUAETracker
  25418. AETracker Monitor
  25419. AETracker 
  25420.  Read
  25421. AETracker.h
  25422. Programmatic Interface - AETK
  25423. Mar 92L
  25424. Oct 92M4System 7.0 or later.  Any System 7 capable MacintoshN
  25425. AE, Apple Events, AppleEventsORDev.CD May 00 TC:Tool Chest:Interapplication Communication:AE Tools:AETracker 3.0:criptapplet
  25426. kanjitalk
  25427. kanjitalk
  25428. update
  25429. D!All Packages
  25430. Tool Chest Edition
  25431. Language Kit Updater f/MacOS8
  25432. The release of Apple's Mac OS 8 brings increased functionality to your computer.  The "Language Kit Updater for Mac OS 8" is designed to make this transition as easy as possible for Language Kit users.  This Language Kit Updater will update your Apple Language Kit for compatibility with Mac OS 8.0 on your Mac OS compatible computer.  The Apple Language Kit Updater for Mac OS 8 (LKU8) is necessary when attempting to use one of the following:
  25433. Current Language Kits with Mac OS 8.0 or newer.
  25434. The critical thing to remember is that MRJLib and MRJ Symantec JITC are both Code Fragment Manager (CFM) import libraries, so they must be moved out of the CFM search path to be disabled. CFM import library search paths are detailed in Chapter 3 of Inside Macintosh: PowerPC System Software. This book is available at http://developer.apple.com/techpubs/mac/PPCSoftware/PPCSoftware-2.html
  25435. Before swapping MRJ versions in t
  25436.  real project.
  25437. It has not been extensively tested. It is code written by the sprockets engineers, expressly to demonstrate the sprockets. The InputSprocket code in this version is solid, and was specifically designed to be similar to a flightsim so that those who are working on a project with flight-sim like controls can use the InputSprocket code almost verbatim.
  25438. You will need to download InputSprocket 1.2.1 in order to build this project.
  25439. Sample Code.imgK
  25440. Feb 00MUQuickDraw 3D, GameSprockets, and either Universal Interfaces 3.3 or GameSprockets SDKN:InputSprocket, DrawSprocket, SoundSprocket, 3D Sound, QD3DO
  25441. Dev.CD May 00 TC:Sample Code:P
  25442. Dev.CD May 00 TC
  25443.  - Sample Codeanother. This project differs from the QTShowEffect sample code it is based on in that it allows the user to create the effect "by hand" e.g. without the aid of the standard QuickTime effects parameter dialog box. Instead, the program itself builds the correct effects parameter description atoms.
  25444. apple
  25445. event
  25446. xcmds
  25447. 1.0b3n
  25448. apple
  25449. grayscale
  25450. appearanceo
  25451. apple
  25452. guidep
  25453. apple
  25454. apple
  25455. monitor
  25456. apple
  25457. international
  25458. glossariess
  25459. apple
  25460. location
  25461. managert
  25462. apple
  25463. publications
  25464. style
  25465. guideu
  25466. apple
  25467. shared
  25468. library
  25469. managerv
  25470. apple
  25471. standards
  25472. developersw
  25473. apple
  25474. system
  25475. profilerx
  25476. applegloty
  25477. appleglot
  25478. appleglot
  25479. 2.4b6z
  25480. applescript
  25481. applescript
  25482. 1.3.4
  25483. applesearch
  25484. appleshare
  25485. appleshare
  25486. client
  25487. appleshare
  25488. applications\
  25489. archivei
  25490. cd-romf
  25491. client
  25492. color[
  25493. datah
  25494. dcmda
  25495. detectorsh
  25496. developerR
  25497. developersw
  25498. directionsj
  25499. enablerC
  25500. eventm
  25501. glossariess
  25502. grayscaleo
  25503. guidep
  25504. handbookf
  25505. helpq
  25506. imaging[
  25507. internationals
  25508. libraryv
  25509. locationt
  25510. managert
  25511. monitorr
  25512. newsi
  25513. notesS
  25514. onescannerg
  25515. parserV
  25516. buginfo
  25517. f--set theItem to choose file -- uncomment to test in an AS editor
  25518.     tell application "Finder"
  25519.         open item "Dev.CD Jan 96 SSW"
  25520.         activate
  25521.     end tell
  25522. on error errMsg number errNum
  25523.     --enter statements to perform when no records are found such as...
  25524.     display dialog "Sorry, the item you selected could not be found."
  25525.     return
  25526. end try
  25527. region
  25528. regions
  25529. registerZ
  25530. registeredZ
  25531. registering
  25532. registers
  25533. registration
  25534. registrym
  25535. regularh
  25536. regularly
  25537. reinitV
  25538. reinitialize
  25539. reinitialize
  25540. reinstallable
  25541. reinstaller
  25542. reinstalling
  25543. rejoice
  25544. relate
  25545. relatedb
  25546. relates
  25547. relating
  25548. relational
  25549. relations
  25550. relationship
  25551. relationships
  25552. relativez
  25553. relatively
  25554. relax
  25555. releaseQ
  25556. released
  25557. releasesj
  25558. relevanti
  25559. ProfileRenamer
  25560. What is the name of ColorSync
  25561.  Profile?
  25562. With ColorSync ICC Profiles, there are two separate profile names.  The obvious name is the name of the profile file.  This is the name that one can easily view and edit in the Finder.  The other name is the name in the profile.  This name can be longer and more descriptive than the file name which is limited by the file system to 31 characters on the Mac (or 8 characters on the DOS).  
  25563. Many applications correctly use the more descriptive internal 
  25564. All Packages
  25565. Technical Publications
  25566. 72407X
  25567. command-line
  25568. commando
  25569. commandsB
  25570. commented
  25571. comments
  25572. commercial
  25573. commit
  25574. commitment
  25575. committedj
  25576. commonj
  25577. commonly
  25578. commons
  25579. commpilerj
  25580. commtoolbox
  25581. bjects.
  25582. J_CFBaseServices
  25583. CFBundleServices
  25584. CFCollectionServices
  25585. CFOverview
  25586. CFPropertyList
  25587. CFStringServicesK
  25588. Jan 00
  25589. Core Foundation, overview, opaque types, reference counts, Base Services, CFBase.h, CFRetain, CFRelease, Reference counting, allocators, custom allocators, CFAllocator, CFType, Polymorphic functions, CFTypeID, CFIndex, CFOptionFlags, CFHashCode, CFHash, compare, CFComparatorFunction, CFComparisonResult, CFEqual, CFRange, Bundle Services, CFBundle.h, CFBundle, bundle, main bundle, resources, resource management, localization, internationalization, cross-platform, application package, Applic
  25590. OsDev.CD Jan 00 SDK1:What's New:Technical Documentation:Technical Publications:DeveloperDocumentation:corefoundation:1
  25591. editor
  25592. resedit
  25593. codewarrior@
  25594. compilable@
  25595. config@
  25596. copyfolder
  25597. csmp-digest-readme@
  25598. csmp-digest-v3-032
  25599. csmp-digest-v3-077@
  25600. csmp-digest-v3-122@
  25601. ct-009-4443
  25602. cwpro2@
  25603. debug@
  25604. develop
  25605. issue
  25606. develop
  25607. issue
  25608. code@
  25609. develop
  25610. issue
  25611. code@
  25612. developer@
  25613. disclaimer@
  25614. dragging@
  25615. drawsprocketlib@
  25616. english
  25617. int'l
  25618. 1.1.3@
  25619. enhanced@
  25620. extensions@
  25621. findfolder
  25622. fkeys@
  25623. framework@
  25624. fully@
  25625. getinfo@
  25626. getvol@
  25627. grabguy@
  25628. hardware2@
  25629. home@
  25630. renderinglib
  25631. imaging@
  25632. import@
  25633. information@
  25634. install
  25635. 2.6.5@
  25636. installer
  25637. licensing
  25638. interfaces@
  25639. international@
  25640. warming
  25641. warning
  25642. warnings
  25643. warns
  25644. warrior
  25645. waste
  25646. waste
  25647. editing
  25648. library
  25649. macintosh
  25650. programmers
  25651. watch
  25652. watcher
  25653. wavetable
  25654. wavetablesynth
  25655. waving
  25656. wdefcolorsample
  25657. wdefpatch
  25658. wdefs
  25659. we'll
  25660. All Packages
  25661. PPC EnablerO
  25662. Dev.CD Jul 95P
  25663. Dev.CD Jul 9V
  25664. 74250X
  25665. Jul 95
  25666. b--set theItem to choose file -- uncomment to test in an AS editor
  25667.     tell application "Finder"
  25668.         open item "Dev.CD Jul 95"
  25669.         activate
  25670.     end tell
  25671. on error errMsg number errNum
  25672.     --enter statements to perform when no records are found such as...
  25673.     display dialog "Sorry, the item you selected could not be found."
  25674.     return
  25675. end try
  25676. All Packages
  25677. PPC EnablerO
  25678. Dev.CD Jul 95P
  25679. Dev.CD Jul 9V
  25680. 74251X
  25681. Jul 95
  25682. b--set theItem to choose file -- uncomment to test in an AS editor
  25683.     tell application "Finder"
  25684.         open item "Dev.CD Jul 95"
  25685.         activate
  25686.     end tell
  25687. on error errMsg number errNum
  25688.     --enter statements to perform when no records are found such as...
  25689.     display dialog "Sorry, the item you selected could not be found."
  25690.     return
  25691. end try
  25692. All Packages
  25693. PPC EnablerO
  25694. Dev.CD Jul 95P
  25695. Dev.CD Jul 9V
  25696. 74252X
  25697. Jul 95
  25698. on (u
  25699. 72546X
  25700. e    No Changef"DrawSprocket
  25701. GSpGetVersion
  25702. Toolboxq
  25703. Dev.CD May 00 TC
  25704. D!All Packages
  25705. Tool Chest Edition
  25706. SimpleApp 1.0.2
  25707. Summary: SimpleApp is a general utility for handling TEXT, PICT and movie editing. Its purpose is to demonstrate the human interface features with QuickTime
  25708.  and hold the basic functions of text editing and PICT viewing. There are no new features to v1.0.2, just some bug fixes.
  25709. Features:
  25710. Viewing, editing and saving text files.
  25711. Viewing picture files.
  25712. Viewing, editing and saving movie files.
  25713. Clipboard window supports TEXT,PICT and MooV.
  25714. Preference settings.
  25715. J'Sample PICT
  25716. SimpleApp
  25717. SimpleApp Read MeK
  25718. Aug 93MYAny Macintosh, running System 7.0 on up.  QuickTime
  25719.  1.0  or 1.5 needed but not required.O6Dev.CD May 00 TC:Tool Chest:QuickTime:SimpleApp 1.0.2:P>Dev.CD May 00 TC
  25720.  - Tool Chest
  25721.  - QuickTime
  25722.  - SimpleApp 1.0.2V
  25723. 74511X
  25724. May 00^
  25725. specialized
  25726. specifics
  25727. specifically
  25728. All Packages
  25729. System Enabler 201 (PB Duo)O7Dev.CD Apr 94
  25730. Dev.CD Jan 94
  25731. Dev.CD Oct 93
  25732. Dev.CD Jul 93P6Dev.CD Apr 94
  25733. Dev.CD Jan 94
  25734. Dev.CD Oct 93
  25735. Dev.CD Jul 9V
  25736. 74827X
  25737. Apr 94
  25738. --set theItem to choose file -- uncomment to test in an AS editor
  25739.     tell application "Finder"
  25740.         open item "Dev.CD Apr 94
  25741. Dev.CD Jan 94
  25742. Dev.CD Oct 93
  25743. Dev.CD Jul 93"
  25744.         activate
  25745.     end tell
  25746. on error errMsg number errNum
  25747.     --enter statements to perform when no records are found such as...
  25748.     display dialog "Sorry, the item you selected could not be found."
  25749.     return
  25750. end try
  25751. All Packages
  25752. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  25753. Dev.CD Jan 94
  25754. Dev.CD Oct 93
  25755. Dev.CD Jul 93
  25756. Dev.CD Apr 93PDDev.CD Apr 94
  25757. Dev.CD Jan 94
  25758. Dev.CD Oct 93
  25759. Dev.CD Jul 93
  25760. Dev.CD Apr 9V
  25761. 74828X
  25762. Apr 94
  25763. t be found."
  25764.     return
  25765. end try
  25766. All Packages
  25767. F    QuickTimeV
  25768. 70701X
  25769. slower
  25770. smallo
  25771. smalldaemon
  25772. smaller
  25773. smallest
  25774. smart
  25775. smith
  25776. smith's
  25777. snapshot
  25778. snapshot
  25779. sample
  25780. application
  25781. shows
  25782. snapshots
  25783. snarfer
  25784. snarfing
  25785. snazzy
  25786. sndforever
  25787. sndplay
  25788. sndplaydoublebuffer
  25789. sndplaydoublebuffera
  25790. sndstartfileplay
  25791. snippet
  25792. snippets
  25793. snively
  25794. soulj
  25795. soundP
  25796. sounds
  25797. sourcec
  25798. sources
  25799. space-saving
  25800. speakj
  25801. speaking
  25802. speaksj
  25803. specialT
  25804. specialized
  25805. specifics
  25806. Summary: This is the electronic version of develop magazine.
  25807.  Issue 28 highlights:
  25808. Coding Your Object Model for Advanced Scriptability by Ron Reuter.  Basic support for an Apple event object model isn
  25809. t too tough, but supporting more complex scripts takes some planning, and can trip you up in subtle ways if you
  25810. re not careful. This advice will help you out.
  25811. New QuickDraw 3D Geometries by Philip J. Schneider.  QuickDraw 3D 1.5 includes several useful new geometric primitives. This artic
  25812. le introduces the new primitives and discusses the differences among the various polyhedral primitives, both new and old.
  25813. QuickDraw GX Line Layout: Bending the Rules by Daniel I. Lipton.  The typographic capabilities of QuickDraw GX are without peer, but until now drawing that beautiful text along an arbitrary path took a concerted effort. Here
  25814. s a library that makes it easy to do.
  25815. MacApp Debugging Aids by Conrad Kopala.  Programming with a framework saves time and effort, but debugging 
  25816. Summary:  The File System Manager provides a systematic way for one or more foreign file systems to interact with the Macintosh file system using high-level language interface.
  25817. Features:
  25818.  File System Manager -- A system extension which implements version 1.2 of FSM and the extended Disk Initialization Package. This extension is compatible with System 7.0 and later.
  25819.  FSMGlueLib.o -- The glue code for the File System Manager service routines.
  25820.  FSM.h. FSM.p and FSM.a -- The Universal Inte
  25821. rface files for the File System Manager. This version of the interface files was built to work with the Universal Interfaces 2.0a1 from ETO #15, MPW prerelease. However, for 68K development, FSM.h works perfectly with the current release of Universal Interfaces on ETO #15.
  25822.  Guide - File System Manager -- The documentation for the File System Manager in Apple DocViewer format.
  25823. Issues:  The File System Manager extension may be licensed for distribution from Apple Software Licensing.
  25824. F!Snippets - Communications Toolbox
  25825. f(** = new, * = revised)
  25826. FindSerialPorts:  This is a little snippet from the "Inside the Macintosh Communications Toolbox" which demonstrates the correct method for detecting which serial ports are present.
  25827. Get Tool Config:  This sample shows how to accumulate into a TEXT file the config strings of Connection Tools that have been configured with CMChoose.
  25828. Sample Code.imgK
  25829. Feb 92L
  25830. Apr 97O
  25831. Dev.CD May 00 TC:Sample Code:P
  25832. Dev.CD May 00 TC
  25833.  - Sample CodeV
  25834. 74518X
  25835. 1ilemaker
  25836. filesi
  25837. filesharingmaster
  25838. filesharingmaster
  25839. filing
  25840. filter
  25841. filterdirectory
  25842. filterdirectory
  25843. findchange
  25844. finder
  25845. finder
  25846. 7.1.3
  25847. finderevents
  25848. finderevents
  25849. finderevents
  25850. release
  25851. notes
  25852. findeverything
  25853. findeverything
  25854. findfolder
  25855. hange
  25856. e--set theItem to choose file -- uncomment to test in an AS editor
  25857.     tell application "Finder"
  25858.         open item "Dev.CD Nov 97 TC"
  25859.         activate
  25860.     end tell
  25861. on error errMsg number errNum
  25862.     --enter statements to perform when no records are found such as...
  25863.     display dialog "Sorry, the item you selected could not be found."
  25864.     return
  25865. end try
  25866. ich allows any user running System 7.0 or later to get automatic document translation.  Macintosh Easy Open also assists in perfB
  25867. orming scrap (in memory) translation.  Kind strings are enhanced in the Finder so document types are more robust.
  25868. Issues:  Please contact Apple Licensing for redistribution information.
  25869. Claris XTND Files:
  25870. Document Converter
  25871. Documentation:
  25872. Macintosh Easy Open
  25873. Macintosh Easy Open Reference
  25874. Open Me
  25875. Read Me First
  25876. Translation Extensions:K
  25877. Jul 93L
  25878. Aug 95OADev.CD Apr 98 SDK1:Development Kits (Disc 1):Macintosh Easy Open: provide utility functions.
  25879. QuickDraw GX Graphics
  25880. This book shows  
  25881. the hierarchical lists described in Issue 18 (and other custom list types) in PowerPlant, CodeWarrior
  25882. s object-oriented framework.
  25883. Balance of Power:  Introducing PowerPC Assembly Language by Dave Evans.  You won
  25884. t often need to write it, but you
  25885. ll surely have to read it and debug it. Get the basics here.
  25886. MPW Tips and Tricks:  Launching MPW Faster Than a Speeding Turtle by Tim Maroney.  The first installment of a new column to help you get the most out of MPW. This time: speeding up MPW
  25887. s launching.
  25888. Print Hints:  Writing QuickDraw GX Drivers With Custom I/O and Buffering by Dave Hersey.  Here
  25889. s what you
  25890. ll need to know to write a QuickDraw GX driver that uses custom I/O or buffering schemes.
  25891. Somewhere in QuickTime:  Choosing the Right Codec by John Wang.  Compressor/decompressor components vary widely in their capabilities and limitations. Learn how to pick the right one.
  25892. The Art of Human Computing:  Finger-Coded Binary by Tobias Engler.  Trapped in the wilderness with
  25893. HyperCard. The source code and the demo stack will get you going.
  25894. UserFunction Gestalt:  This snippet is for Installer scripters.  The UserChkGestaltFunction provides an alternative to the CheckGestalt clause which requires that the scripter provide all possible matches to the results of the Gestalt call.  With the User Function, the script writer can simply check for the existence of a gestalt selector, without having to worry about it's return values.
  25895. Windoid:  Windoid is a MacApp 3.0 G?sample, which shows how to construct tear-off floating windows.
  25896. Sample Code.imgK
  25897. Nov 94L
  25898. May 95O
  25899. Dev.CD May 00 TC:Sample Code:P
  25900. Dev.CD May 00 TC
  25901.  - Sample CodeDraw GXle Applet Runner 2.1.4.
  25902.  Apple has created a mailing list server, called MRJ-DEV, to serve the Mac OS Runtime for Java (MRJ) developer community. To join this list, go to the Apple Mailing List Server at http://www.lists.apple.com/mrj.html.
  25903.  Do not call Apple
  25904. s 800 number(s) regarding this software since our operat
  25905. 73929X
  25906. Jun 00^    RL Disk 1
  25907. --set theItem to choose file -- uncomment to test in an AS editor
  25908.     tell application "Finder"
  25909.         open item "Dev.CD Jun 00 RL Disk 1:Utilities:Disk Copy:"
  25910.         activate
  25911.     end tell
  25912. on error errMsg number errNum
  25913.     --enter statements to perform when no records are found such as...
  25914.     display dialog "Sorry, the item you selected could not be found."
  25915.     return
  25916. end try
  25917. e    No Changef
  25918. utilityq
  25919. Dev.CD Jun 00 RL Disk 1
  25920. SD!All Packages
  25921. Tool Chest Edition
  25922. Disk I/O Performance Tools
  25923.     tell application "Finder"
  25924.         open item "Dev.CD Jan 96 SDK1"
  25925.         activate
  25926.     end tell
  25927. on error errMsg number errNum
  25928.     --enter statements to perform when no records are found such as...
  25929.     display dialog "Sorry, the item you selected could not be found."
  25930.     return
  25931. end try
  25932. All Packages
  25933. QuickDraw GXO
  25934. Dev.CD Jan 96 SDK1P
  25935. Dev.CD Jan 96 SDKV
  25936. 73073X
  25937. Jan 96
  25938.  This tool is not needed for VU and System 7.x.
  25939. %OBDev.CD May 00 TC:Tool Chest:Testing & Debugging:Memory Management:PJDev.CD May 00 TC
  25940.  - Tool Chest
  25941.  - Testing & Debugging
  25942.  - Memory Managementretrieve the colortable from multiple PICT resources using the System 7 calls RecordPictInfo and RetrievePictInfo.
  25943. Restore Screen Cluts:  This snippet shows how to restore all the screen
  25944. s color tables back to what they normally are using two different methods.
  25945. Rotate Bitmap 90
  25946. :  Shows a fast way to rotate bitmaps by 90 degrees.
  25947. RotateString:  This c
  25948. ontains the code for rotating a string 90 degrees.  Just call  RotateString and you get back a BitMap containing the rotated text.
  25949. Rubber Bandit:  This silly little app demonstrates how to do rubber-banding in a dialog using srcXOr mode.
  25950. Save PICT file:  Creates a QuickDraw PICT and saves it as a PICT file, including the required header of 512 bytes of nothing important.
  25951. ScreenDump:  This snippet shows how to dump an area of the screen to a PicHandle
  25952. SearchProcs & Color Separation:  Th
  25953. 6MjCan be opened by any application which will read PICT files, but looks best when opened with Canvas 3.0.3.OYDev.CD May 00 TC:Tool Chest:Hardware:Display & Video Hardware:VRAM & bit-depth explained:PdDev.CD May 00 TC
  25954.  - Tool Chest
  25955.  - Hardware
  25956.  - Display & Video Hardware
  25957.  - VRAM & bit-depth explainedV
  25958. 74925X
  25959. May 00^
  25960. --set theItem to choose file -- uncomment to test in an AS editor
  25961.     tell application "Finder"
  25962.         open item "Dev.CD May 00 TC:Tool Chest:Hardware:Display & Video Hardware:VRAM & bit-depth explained:"
  25963.         activate
  25964.     end tell
  25965. on error errMsg number errNum
  25966.     --enter statements to perform when no records are found such as...
  25967.     display dialog "Sorry, the item you selected could not be found."
  25968.     return
  25969. end try
  25970. e    No Changeq
  25971. Dev.CD May 00 TC
  25972. 7D!All Packages
  25973. Tool Chest Edition
  25974. VU Assist Modules for MacApp
  25975. englishmiscellaneous
  25976. englishmiscellaneous
  25977. rsrc^
  25978. englishterminology^
  25979. englishterminology
  25980. englishterminology
  25981. rsrc^
  25982. Summary:  BBEdit Lite is a freeware derivative of BBEdit 3.5, the popular and critically acclaimed text editor for programmers, HTML authors, on-line-service users, and anyone else who needs to edit plain-text files.
  25983. BBEdit Lite is shipped with a QuickStart document which describes many of the application
  25984. s features. Full documentation, as well as a considerable amount of additional functionality, is available with the purchase of BBEdit 3.5. See the document 
  25985. How do I order BBEdit 3.5
  25986. or details on obtaining your own copy of BBEdit.
  25987. Issues:  This is NOT AN APPLE PRODUCT. It is provided on an AS-IS basis. Apple is not responsible for any problems you may encounter in its use.  
  25988. BBEdit Lite is copyright 
  25989. 1992-1995 by Bare Bones Software, Inc.. All rights reserved. Address all correspondence to:
  25990. Postal:  Bare Bones Software, Inc.
  25991.     P.O. Box 108
  25992.     Bedford, MA  01730-0108
  25993. Phone:  +1 508 651 3561
  25994. Fax:    +1 508 651 7584
  25995. WWW:    http://www.tiac.net/biz/bbsw/
  25996. email
  25997. raries and sample code that will allow you to develop your applications and plug-ins for the AppleShare IP and AppleShare Client APIs.  Refer to the SDK Read Me for additional information.
  25998. ASIP 6.3 SDK Read Me
  25999. AFP Protocol folder (containing 3 PDF documents)
  26000. ASIP Registry folder (containing headers, samples, documentation)
  26001. ASIP Server Controls/Events folder (containing headers, samples, documentation)
  26002. ASIP User Authentication Module folder (containing headers, samples, documentation)
  26003. ApplC
  26004. eShare Client API (containing headers and documentation) 
  26005. ASIP Print Security Protocol (documentation)
  26006. Obsolete/Pre-ASIP 6.0 folder (containing older SDK packages and ASIP software)
  26007. Tools folder (containing info regarding 2-way Random UAM)
  26008. AFP Protocol
  26009. AppleShare Client API
  26010. AppleShare IP 6.3 SDK Read Me
  26011. ASIP Print Security Protocol
  26012. ASIP Registry
  26013. ASIP Server Controls/Events
  26014. ASIP User Authentication Module
  26015. Tools
  26016.  Obsolete/ Pre-ASIP 6.0K
  26017. Apr 98L
  26018. Jan 00
  26019. modifier@
  26020. morefiles@
  26021. mostly@
  26022. moving@
  26023. multitasking@
  26024. name@
  26025. navigable@
  26026. needed@
  26027. netsprocket@
  26028. newsletter@
  26029. training
  26030. required
  26031. plug-and-play
  26032. design@
  26033. note@
  26034. numbers@
  26035. obsolete/pre-asip@
  26036. offer@
  26037. offers@
  26038. older@
  26039. on-line@
  26040. on-line-service@
  26041. onto@
  26042. openfirmware@
  26043. opengl
  26044. macintosh
  26045. enables
  26046. computer
  26047. display
  26048. three-@
  26049. opens@
  26050. operate@
  26051. options@
  26052. oracle@
  26053. os-compatible@
  26054. ot/ppp@
  26055. others@
  26056. overall@
  26057. packagetool
  26058. application
  26059. illustrating
  26060. create
  26061. panels@
  26062. partial@
  26063. particular@
  26064. passed@
  26065. password@
  26066. pc-card@
  26067. perspectives@
  26068. summary
  26069. appleglot
  26070. 2.4b6
  26071. translation
  26072. summary
  26073. color
  26074. locator
  26075. enables
  26076. anything
  26077. selected
  26078. selector
  26079. sequences
  26080. serial
  26081. serial
  26082. series
  26083. server
  26084. server
  26085. controls
  26086. services
  26087. setting
  26088. setup
  26089. sharedv
  26090. shared
  26091. volumes
  26092. sherlock
  26093. signature
  26094. simplified
  26095. socket
  26096. softwareQ
  26097. solaris
  26098. solutions
  26099. sound
  26100. soundsprocket
  26101. space
  26102. specification
  26103. speech
  26104. spinning
  26105. spinning
  26106. cursors
  26107. sprite
  26108. sprockets
  26109. stacks
  26110. standard
  26111. standards
  26112. standards
  26113. based
  26114. starmax
  26115. state
  26116. statements
  26117. status
  26118. storage
  26119. stress
  26120. string
  26121. string
  26122. encoding
  26123. string
  26124. services
  26125. strings
  26126. strip
  26127. structure
  26128. structure
  26129. region
  26130. style
  26131. style
  26132. guideu
  26133. stylechat
  26134. sub-menus
  26135. suite
  26136. summary
  26137. switch
  26138. switching
  26139. symbiotic
  26140. synchronization
  26141. change
  26142. attach
  26143. attachedU
  26144. attaches
  26145. attaching
  26146. attemptx
  26147. attempting
  26148. attempts
  26149. attention
  26150. attractive
  26151. attribute
  26152. attributes
  26153. audiencef
  26154. audiencesR
  26155. audio
  26156. audio
  26157. allows
  26158. start
  26159. pause
  26160. audit
  26161. audited
  26162. auditing
  26163. augustj
  26164. aurp-speaking
  26165. authenticate
  26166. authenticated
  26167. authentication
  26168. author
  26169. authoring
  26170. authorized
  26171. authorsp
  26172. autoz
  26173. autoguest
  26174. oSummary: This tool allows the developer to monitor the ADB Bus on a host Macintosh.  It will capture a sequence of packets and display them in both packet and trace forms.
  26175. Features: User can specify an ADB command to trigger the capture.
  26176. Issues: Special cable needs to be made to adapt the ADB bus to the host Macs modem port.  Menu item shows cable diagram.  
  26177. ADB AnalyzerK
  26178. Mar 92M%Mac SE or later machine for the host.OIDev.CD May 00 TC:Tool Chest:Devices:Apple Desktop Bus:ADB Analyzer 1.0d6:PTDev.CD May 00 TC
  26179.  - Tool Chest
  26180.  - Devices
  26181.  - Apple Desktop Bus
  26182.  - ADB Analyzer 1.0d6em 7 extension that provides you with a convenient/simple way to bring any open window to the front.
  26183. Features:
  26184. - WindowPicker Menu next to the Help Menu
  26185. - popup WindowPicker Menu
  26186. - arrow keys to switch between open windows and applications
  26187. - customizable modifier keys
  26188. - help for setting preferences
  26189. J Read Me
  26190. Read Me.txt
  26191. WindowPickerK
  26192. Jul 92L
  26193. Aug 93M
  26194. System 7 & Any Macintosh
  26195.     E| non-Apple operating systems and/or third-party applications designed for execution on such systems is strictly prohibited. 
  26196. Jx100% View Files
  26197. 7/96 Apple Grayscale Appearance
  26198. Linked Files
  26199. Transitions To Mac OS 8 Themes
  26200. Updated Grayscale AppearanceK
  26201. Apr 96L
  26202. Sep 96M6SimpleText 1.2 or later, Acrobat Exchange 2.0 or laterO[Dev.CD Jun 00 RL Disk 1:Technical Documentation:Human Interface:Apple Grayscale Appearance:PcDev.CD Jun 00 RL Disk 1
  26203.  - Technical Documentation
  26204.  - Human Interface
  26205.  - Apple Grayscale Appearancesprocket
  26206. joystick
  26207. gamepad
  26208. gaming
  26209. blanking
  26210. screen
  26211. display
  26212. buffering
  26213. games
  26214. sprocket
  26215. gaming
  26216. networking
  26217. games
  26218. multiprocessing
  26219. preemptive task
  26220. multitasking
  26221. threads
  26222. threading
  26223. Icon Services
  26224. Icon Utilities
  26225. 'icns'
  26226. icon family
  26227. icon resources
  26228. IconRef
  26229. icon plotting
  26230. Navigation Services
  26231. Standard File
  26232. file management
  26233. file 
  26234. navigation
  26235. opening files
  26236. saving files
  26237. Network Services Location
  26238. file preview
  26239. Apple Help
  26240. Apple Guide
  26241. user assist
  26242. aegizmos_
  26243. colorsync
  26244. profile
  26245. appear
  26246. where
  26247. location
  26248. memory
  26249. multi-player
  26250. multi-processing
  26251. multi-processing
  26252. pascal
  26253. multicast
  26254. multihoming
  26255. multilingual
  26256. multimedia
  26257. multiple
  26258. multiprocessing
  26259. multiprocessing
  26260. multitasking
  26261. multiprocessor
  26262. carbon
  26263. multiprocessor
  26264. multitasking
  26265. multitasking
  26266. multiprocessing
  26267. 74172X
  26268. May 00^
  26269. r--set theItem to choose file -- uncomment to test in an AS editor
  26270.     tell application "Finder"
  26271.         open item "Dev.CD May 00 TC:Sample Code:"
  26272.         activate
  26273.     end tell
  26274. on error errMsg number errNum
  26275.     --enter statements to perform when no records are found such as...
  26276.     display dialog "Sorry, the item you selected could not be found."
  26277.     return
  26278. end try
  26279. e    No Changef;Ethernet
  26280. raw mode
  26281. multicast
  26282. MDATA
  26283. 802.2
  26284. 802.3q
  26285. Dev.CD May 00 TC
  26286. FD!All Packages
  26287. Tool Chest Edition
  26288. OTLookupNameTestI
  26289. This sample demonstrates the use of an NBP mapper to look up NBP entities on an AppleTalk network using Open Transport.  The code from this sample is featured in the latest release (v1.2) of the book 
  26290. Inside Macintosh: Open Transport
  26291. Sample Code.imgK
  26292. Nov 97L
  26293. Jun 98M
  26294. Open Transport 1.1.1 or higherN&Open Transport, NBP, mapper, MapperRefO
  26295. Dev.CD May 00 TC:Sample Code:P
  26296. Dev.CD May 00 TC
  26297.  - Sample CodeV
  26298. 74173X
  26299. May 00^
  26300. sequence@
  26301. serving@
  26302. setmarkers@
  26303. sharedlibs@
  26304. ship@
  26305. showballoon@
  26306. shrinking@
  26307. simpler@
  26308. single@
  26309. slow@
  26310. snmp@
  26311. sole@
  26312. solve@
  26313. someday@
  26314. sourcebug
  26315. source-level
  26316. debugger
  26317. debugging
  26318. 68k-based@
  26319. space-saving@
  26320. specification@
  26321. speed-critical@
  26322. sprockets@
  26323. standardized@
  26324. starting@
  26325. stat@
  26326. step-by-step@
  26327. streamnop@
  26328. strengths@
  26329. strip@
  26330. styles@
  26331. suggested@
  26332. summarizes@
  26333. summary@
  26334. summary
  26335. 5thcolumn
  26336. allows
  26337. control
  26338. informati@
  26339. summary
  26340. hypercard
  26341. create
  26342. resolve
  26343. aliases@
  26344. summary
  26345. apple
  26346. licensed
  26347. ported
  26348. ibm's
  26349. somobjects
  26350. summary
  26351. appleglot
  26352. 2.4b6
  26353. translation
  26354. bar and the barber pole.
  26355. readLocation:  This snippet shows how to retrieve the Map control panel settings for longitude and latitude and the time offset from GMT
  26356. Reinstalla
  26357. finderopenselection
  26358. finders
  26359. findfamilies
  26360. finding
  26361. findlurkers
  26362. findsh
  26363. findserialports
  26364. findserialports
  26365. little
  26366. snippet
  26367. inside
  26368. findsysfolder
  26369. findwindow
  26370. fine-tune
  26371. finer
  26372. finger-coded
  26373. finished
  26374. finishing
  26375. finnish
  26376. firewire
  26377. firmware
  26378. firmworks
  26379. firstj
  26380. applesingle/appledou
  26381. formatw
  26382. applesingle/appledou
  26383. formats
  26384. appleswupdates-engli
  26385. appleswupdates-engli
  26386. appleswupdates-ww
  26387. appleswupdates-ww
  26388. appletalkS
  26389. appletalk
  26390. administration
  26391. appletalk
  26392. administration
  26393. 1.0.2
  26394. appletalk
  26395. connection
  26396. appletalk
  26397. connection
  26398. 1.0.2
  26399. All Packages
  26400. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  26401. Dev.CD Jan 94
  26402. Dev.CD Oct 93
  26403. Dev.CD Jul 93
  26404. Dev.CD Apr 93PDDev.CD Apr 94
  26405. Dev.CD Jan 94
  26406. Dev.CD Oct 93
  26407. Dev.CD Jul 93
  26408. Dev.CD Apr 9V
  26409. 74815X
  26410. Apr 94
  26411. --set theItem to choose file -- uncomment to test in an AS editor
  26412.     tell application "Finder"
  26413.         open item "Dev.CD Apr 94
  26414. Dev.CD Jan 94
  26415. Dev.CD Oct 93
  26416. Dev.CD Jul 93
  26417. Dev.CD Apr 93"
  26418.         activate
  26419.     end tell
  26420. on error errMsg number errNum
  26421.     --enter statements to perform when no records are found such as...
  26422.     display dialog "Sorry, the item you selected could not be found."
  26423.     return
  26424. end try
  26425. All Packages
  26426. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  26427. Dev.CD Jan 94
  26428. Dev.CD Oct 93
  26429. Dev.CD Jul 93
  26430. Dev.CD Apr 93PDDev.CD Apr 94
  26431. Dev.CD Jan 94
  26432. Dev.CD Oct 93
  26433. Dev.CD Jul 93
  26434. Dev.CD Apr 9V
  26435. 74816X
  26436. Apr 94
  26437. mixed-partition
  26438. mixer
  26439. mixing
  26440. mobile
  26441. mockup
  26442. modal
  26443. modeO
  26444. model\
  26445. modeled
  26446. modeless
  26447. modeling
  26448. modelsd
  26449. modemT
  26450. moderate
  26451. moderated
  26452. modermd
  26453. moderny
  26454. modernization
  26455. modernized
  26456. modes
  26457. modification
  26458. modified[
  26459.  consistent standards that encourage software developers to create application programs that look and act the same from a user
  26460. s point of view, regardless of the computer, network service, or devices being used.
  26461. Install QuickTime Conferencing
  26462. Marketing Stuff
  26463. Programming Stuff
  26464. QTC Technical Backgrounder
  26465. QuickTime Conf. - Read Me First
  26466. Using QuickTime ConferencingK
  26467. Apr 96
  26468. Arabic Language Kit 1.0.1
  26469. Chinese Language Kit 1.2 (also CLK 1.1.1)
  26470. Cyrillic Language Kit 1.0
  26471. Hebrew Language Kit 1.0.1
  26472. Indian Language Kit 1.0
  26473. Japanese Language Kit 1.2
  26474. Korean Language Kit 1.0
  26475. Any attempt to use the LKU8 with previous versions of the above Language Kits is not supported and therefore not recommended.
  26476. Arabic Language Kit 1.0.1
  26477. Chinese Language Kit 1.2 (also CLK 1.1.1)
  26478. Cyrillic Language Kit 1.0
  26479. Hebrew Language Kit 1.0.1
  26480. Indian Language Kit 1.0
  26481. Japanese Language Kit 1.2
  26482. orean Language Kit 1.0
  26483. J%LKU Install Disk 1
  26484. LKU Install Disk 2K
  26485. Nov 97M/Current Language Kits with Mac OS 8.0 or newer.NSLanguage Kit Updater Mac OS 8 Arabic Chinese Cyrillic Hebrew Indian Japanese KoreanO=Dev.CD May 00 TC:Language Kits:Language Kit Updater f/MacOS8:PBDev.CD May 00 TC
  26486.  - Language Kits
  26487.  - Language Kit Updater f/MacOS8des the experimental instrumented InterfaceLib that was part of E.T.O. 22.
  26488. 71545X
  26489. 1e    No Change
  26490. quires Hypercard 2.1.
  26491. Creator/File Types can now be registered on the Web.  Before registering, you can search the existing creator/file type database to see if the ID you want has been taken.  If not, fill out the Web registration form to claim that ID.  This service is at <http://dev.info.apple.com/cftype/>
  26492.  Dev Info Change Form
  26493. Developer Programs delivers its monthly mailings to the Certified contact at your company.  We may occasionally deliver specialized information to the Marketi
  26494. ng or Technical contact as well. If you have recently moved or had a contact change, please take a few minutes to fill out and send this form to ensure we have the most current and accurate information for your company.
  26495.  NuBus Board Registration
  26496. This stack contains a questionaire that allows Macintosh board developers to register their board information in order to receive board ids and functional sResource values for their boards. Because this stack creates a file, YOU MUST FIRST COPY T
  26497. p--set theItem to choose file -- uncomment to test in an AS editor
  26498.     tell application "Finder"
  26499.         open item "Dev.CD Jul 93
  26500. Dev.CD Apr 93"
  26501.         activate
  26502.     end tell
  26503. on error errMsg number errNum
  26504.     --enter statements to perform when no records are found such as...
  26505.     display dialog "Sorry, the item you selected could not be found."
  26506.     return
  26507. end try
  26508. management
  26509. manager
  26510. preview
  26511. sharing
  26512. signing
  26513. english
  26514. british
  26515. 1.1.3@
  26516. enhanced@
  26517. extensions@
  26518. findfolder
  26519. fkeys@
  26520. fullhpop
  26521. gender-based@
  26522. getvol@
  26523. grabguy@
  26524. hardware2@
  26525. home@
  26526. renderinglib
  26527. imaging@
  26528. import@
  26529. macapp
  26530. developer
  26531. survey@
  26532. mag'n@
  26533. makefile@
  26534. markpascal@
  26535. memory@
  26536. *D!All Packages
  26537. Tool Chest Edition
  26538. DetachedControllerIdThis demo program shows how to select and then play a QuickTime movie with its controller detached. J
  26539. Sample Code.imgK
  26540. Feb 00
  26541. - Common
  26542.     - Sun Compliant Java Runtime Environment 1.1
  26543.     - QuickTime 3 
  26544.     - QTJava.zip
  26545.     - QTJava media samples
  26546. - Mac OS:
  26547.     - System 8 or later
  26548.     - Macintosh Runtime for Java (MRJ) 2.1
  26549. - Windows 95, 98, or NT::
  26550.     - JRE/JDK from Sun Microsystems, Inc. recommended
  26551. QuickTime, Java, MRJ-du
  26552. training
  26553. sites
  26554. 2-1.1.3
  26555. 2.0.1t
  26556. 2.0.2
  26557. 2.0.6
  26558. 2.0.6
  26559. files
  26560. 2.0b6
  26561. 2.1.1p
  26562. 2.1.1d1
  26563. 2.1.2
  26564. 2.1.4
  26565. 2.3e4
  26566. 2.4b6z
  26567. 3.0.1Y
  26568. 3/92^
  26569. lisez-moi
  26570. lispj
  26571. listd
  26572. buttons
  26573. devices
  26574. directional
  26575. elements
  26576. x-axes
  26577. listedx
  26578. listen
  26579. listen/accept
  26580. listeners
  26581. listening
  26582. listindialog
  26583. listinga
  26584. listingsj
  26585. lists
  26586. literature
  26587. little
  26588. little-known
  26589. living
  26590. locations
  26591. locator
  26592. lock/unlock
  26593. locking
  26594. loggingY
  26595. logicz
  26596. login
  26597. Summary: The Apple CD-ROM Handbook provides an overview of the CD-ROM development process, from defining the product to creating an actual CD-ROM for the Macintosh.
  26598. Features: Targeting an audience ranging from the information publisher to the software programmer, this book gives you the information to create an exciting, successful CD-ROM-based product. It also provides tips on project managment and  building a development team.
  26599. Apple CD-ROM HandbookK
  26600. Aug 92M
  26601. Apple DocViewerOCDev.CD Dec 99 RL:Technical Documentation:Peripherals Documentation:PHDev.CD Dec 99 RL
  26602.  - Technical Documentation
  26603.  - Peripherals Documentationbugging
  26604. snippets
  26605. snippets
  26606. toolbox
  26607. token
  26608. tokenizer
  26609. toolbox
  26610. toolkit
  26611. toolkits
  26612. tools]
  26613. transport
  26614. transport/ppp
  26615. h interface.
  26616. Somewhere in QuickTime: Dynamic Customization of Components by Bill Guschwan.  A sample derived media handler that "speaks" the text track in a movie.
  26617. JEdevelop Issue 15:
  26618. develop Issue 15 code:
  26619. develop Issue 15 references:K
  26620. Vol IIIL
  26621. Jun 95OBDev.CD Sep 96 RL:Technical Documentation:develop:develop Issue 15:PJDev.CD Sep 96 RL
  26622.  - Technical Documentation
  26623.  - develop
  26624.  - develop Issue 15No ChangefAJava Tutorial
  26625. Introduction to Java Programming
  26626. Learning Java
  26627. Javaq
  26628. Dev.CD May 00 TC
  26629. D!All Packages
  26630. Tool Chest Edition
  26631. F    Slot LookINSlot Look: Sample Application source code showing common Slot Manager calls.  J[Slot Look info
  26632. Slot Look info.txt
  26633. Slotlook
  26634. Slotlook.c
  26635. Slotlook.c.o
  26636. Slotlook.make
  26637. Slotlook.rK
  26638. Oct 92OADev.CD May 00 TC:Tool Chest:Devices:NuBus/Slot Manager:Slot Look:PLDev.CD May 00 TC
  26639.  - Tool Chest
  26640.  - Devices
  26641.  - NuBus/Slot Manager
  26642.  - Slot LookV
  26643. 73277X
  26644. May 00^
  26645. Nov 95O
  26646. Dev.CD May 00 TC:Sample Code:P
  26647. Dev.CD May 00 TC
  26648.  - Sample CodeV
  26649. 68999X
  26650. May 00^
  26651. apple
  26652. styleguide00
  26653. apple
  26654. profiler
  26655. 1.3.1
  26656. apple
  26657. profiler
  26658. 1.3.1
  26659. infox
  26660. apple
  26661. telecom
  26662. software
  26663. Tag Manual
  26664. PopTag Manual.txt
  26665. PTags
  26666. Ptags Manual
  26667. Ptags Manual.txt
  26668. READ ME
  26669. READ ME.txt
  26670. Sample Startup
  26671. Tags.HelpK
  26672. Vol IIIL
  26673. Jan 93MDMPW and some free disk space. This package is System 7.0 compatible.O>Dev.CD May 00 TC:Tool Chest:Development Kits:MPW Related:Tags:PIDev.CD May 00 TC
  26674.  - Tool Chest
  26675.  - Development Kits
  26676.  - MPW Related
  26677.  - TagsV
  26678. 73642X
  26679. May 00^
  26680. --set theItem to choose file -- uncomment to test in an AS editor
  26681.     tell application "Finder"
  26682.         open item "Dev.CD May 00 TC:Tool Chest:Development Kits:MPW Related:Tags:"
  26683.         activate
  26684.     end tell
  26685. on error errMsg number errNum
  26686.     --enter statements to perform when no records are found such as...
  26687.     display dialog "Sorry, the item you selected could not be found."
  26688.     return
  26689. end try
  26690. e    No Changeq
  26691. Dev.CD May 00 TC
  26692. All Packages
  26693. F$Taiwan Chinese Font Option Kit 6.0.3V
  26694. 73643X
  26695. Dev.CD Jan 94P
  26696. Dev.CD Jan 9V
  26697. 74397X
  26698. Jan 94
  26699. b--set theItem to choose file -- uncomment to test in an AS editor
  26700.     tell application "Finder"
  26701.         open item "Dev.CD Jan 94"
  26702.         activate
  26703.     end tell
  26704. on error errMsg number errNum
  26705.     --enter statements to perform when no records are found such as...
  26706.     display dialog "Sorry, the item you selected could not be found."
  26707.     return
  26708. end try
  26709. All Packages
  26710. F    QuickTimeO
  26711. Dev.CD Jan 94
  26712. Dev.CD Oct 93P
  26713. Dev.CD Jan 94
  26714. Dev.CD Oct 9V
  26715. 74398X
  26716. Jan 94
  26717. p--set theItem to choose file -- uncomment to test in an AS editor
  26718.     tell application "Finder"
  26719.         open item "Dev.CD Jan 94
  26720. Dev.CD Oct 93"
  26721.         activate
  26722.     end tell
  26723. on error errMsg number errNum
  26724.     --enter statements to perform when no records are found such as...
  26725.     display dialog "Sorry, the item you selected could not be found."
  26726.     return
  26727. end try
  26728. All Packages
  26729. F    QuickTimeO
  26730. Dev.CD Jan 94
  26731. Dev.CD Oct 93V
  26732. 74399X
  26733. onization
  26734. qcopy
  26735. qcopy
  26736. environment
  26737. utilities
  26738. graphics
  26739. objects
  26740. printing
  26741. tevens  and Bill Guschwan.   The message hasn
  26742. t changed: Don
  26743. t write directly to the screen. But if you absolutely need to break the rules, here are some clues for success.
  26744. J(develop Issue 11:
  26745. develop Issue 11 code:K
  26746. Vol IIIL
  26747. Jun 95OBDev.CD Sep 96 RL:Technical Documentation:develop:develop Issue 11:PJDev.CD Sep 96 RL
  26748.  - Technical Documentation
  26749.  - develop
  26750.  - develop Issue 11le on the MacOS SDK CD in the File System Manager Libraries folder.
  26751. Keith's CatSearch:  This snippet provides a
  26752.  high-level interface to PBCatSearch and allows you to limit the search to a specific subdirectory (after the fact, of course - see the read me for the details).
  26753. ParseFullPathname:  ParseFullPathname takes a full pathname (which can be longer than 255 chars, and walks down it, converting it to dirID's along the way. This is the opposite of the procedure described in TN #68 (more or less). DTS does not condone this.
  26754. PBCatSearch:  This small sample shows how to use the PBCatSearch function
  26755. 73783X
  26756. Jul 00^
  26757. --set theItem to choose file -- uncomment to test in an AS editor
  26758.     tell application "Finder"
  26759.         open item "Dev.CD Jul 00 SDK1:Development Kits:Mac OS:AppleScript SDK:"
  26760.         activate
  26761.     end tell
  26762. on error errMsg number errNum
  26763.     --enter statements to perform when no records are found such as...
  26764.     display dialog "Sorry, the item you selected could not be found."
  26765.     return
  26766. end try
  26767. e    No Changef0AppleScript
  26768. scripting
  26769. Apple Event,Folder Actionsq
  26770. Dev.CD Jul 00 SDK1
  26771. AD!All Packages
  26772. Mac OS SDK Edition
  26773. AppleSearch
  26774. TSummary:  This folder contains:
  26775.  current release of the AppleSearch Client software for Macintosh (v1.5),
  26776.  prerelease version of the AppleSearch Client software for Windows,
  26777.  current version of the AppleSearch Client API for Macintosh (v1.5), 
  26778.  prerelease version of the AppleSearch Client API for Windows, and
  26779.  updated documentation.
  26780. J/AppleSearch - Read Me First
  26781. Macintosh:
  26782. Windows:K
  26783. Feb 94L
  26784. Nov 94nge
  26785.  will create all needed parent folders along the path and then the target folder itself.  If the folder already exists then no action is taken.
  26786.    SaveMenu is useful to save changes to user defined menus in MPW.
  26787. JX MPW scripts README
  26788.  MPW scripts README.txt
  26789. AskYesNo
  26790. IsCheckedOut
  26791. MakeTheFolder
  26792. SaveMenuK
  26793. Feb 94OMDev.CD May 00 TC:Tool Chest:Development Kits:MPW Related:helpful MPW scripts:PXDev.CD May 00 TC
  26794.  - Tool Chest
  26795.  - Development Kits
  26796.  - MPW Related
  26797.  - helpful MPW scriptshitecture
  26798. Objects
  26799. CORBAq
  26800. Dev.CD Jan 97 SDK2
  26801. 7D!All Packages
  26802. Mac OS SDK Edition
  26803. F(OpenDoc Development Framework, Release 3
  26804.      Anderson and Brad Post.   With both cooperative and preemptive threads, the possibilities provided by the new Thread Manager are nearly endless.
  26805. The Zen of Window Zooming  by Dean Yu.   Everybody does it, but many still don
  26806. t do it right. Dean has some code to help you out. 
  26807. Print Hints: Tracking QuickDraw GX Messages  by Pete (
  26808. ) Alexander.  MessageWatcher let
  26809. All Packages
  26810. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  26811. Dev.CD Jan 94
  26812. Dev.CD Oct 93
  26813. Dev.CD Jul 93
  26814. Dev.CD Apr 93PDDev.CD Apr 94
  26815. Dev.CD Jan 94
  26816. Dev.CD Oct 93
  26817. Dev.CD Jul 93
  26818. Dev.CD Apr 9V
  26819. 74654X
  26820. Apr 94
  26821. --set theItem to choose file -- uncomment to test in an AS editor
  26822.     tell application "Finder"
  26823.         open item "Dev.CD Apr 94
  26824. Dev.CD Jan 94
  26825. Dev.CD Oct 93
  26826. Dev.CD Jul 93
  26827. Dev.CD Apr 93"
  26828.         activate
  26829.     end tell
  26830. on error errMsg number errNum
  26831.     --enter statements to perform when no records are found such as...
  26832.     display dialog "Sorry, the item you selected could not be found."
  26833.     return
  26834. end try
  26835. All Packages
  26836. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  26837. Dev.CD Jan 94
  26838. Dev.CD Oct 93
  26839. Dev.CD Jul 93
  26840. Dev.CD Apr 93PDDev.CD Apr 94
  26841. Dev.CD Jan 94
  26842. Dev.CD Oct 93
  26843. Dev.CD Jul 93
  26844. Dev.CD Apr 9V
  26845. 74655X
  26846. Apr 94
  26847. se items may have some bugs.
  26848. You must obtain a separate license from Apple to ship Installer-related tools with your product.  See the docume
  26849. 74528X
  26850. May 00^
  26851. r--set theItem to choose file -- uncomment to test in an AS editor
  26852.     tell application "Finder"
  26853.         open item "Dev.CD May 00 TC:Sample Code:"
  26854.         activate
  26855.     end tell
  26856. on error errMsg number errNum
  26857.     --enter statements to perform when no records are found such as...
  26858.     display dialog "Sorry, the item you selected could not be found."
  26859.     return
  26860. end try
  26861. e    No Changeq
  26862. Dev.CD May 00 TC
  26863. D!All Packages
  26864. Tool Chest Edition
  26865. Snippets - QuickDraw
  26866. (** = new, * = revised)
  26867. AlternateBufferDisplay:  Shows that copybits along with offscreen bitmaps can emulate alternating buffer displays at a reasonable rate.
  26868. Band Copying, the Sequel:  Under low memory conditions, it's often necessary to draw an image by individual bands rather than to draw the entire image at once, and in most cases this method works fine unless the image requires dithering from its source to its destination.   The purpose of this app is to show the problem that may o
  26869. Summary: This is the electronic version of develop magazine.
  26870.  Issue 26 highlights:
  26871. Planning for Mac OS 8 Compatibility  by Steve Falkenburg.  Mac OS 8 brings changes that may affect your code. This article discusses the compatibility ramifications of Mac OS 8 and gives some sound advice for how to get your code ready now.
  26872. Connecting Users With QuickTime Conferencing  by Dean Blackketter.  QuickTime Conferencing allows users to share time-based data such as video and sound. Here are the
  26873.  basics.
  26874. OpenDoc Parts and SOM Dynamic Inheritance  by 
  26875. ric Simenel.  Although you don
  26876. t need to know much about SOM to write OpenDoc parts, with a little knowledge about this underlying technology you can do some very useful things.
  26877. Adding Custom Data to QuickDraw 3D Objects  by Nick Thompson, Pablo Fernicola, and Kent Davidson.  By defining your own attribute and element types, you can attach custom data to QuickDraw 3D objects. This flexibility opens up a world of new possibilities, a
  26878. 73875X
  26879. May 00^
  26880. --set theItem to choose file -- uncomment to test in an AS editor
  26881.     tell application "Finder"
  26882.         open item "Dev.CD May 00 TC:Tool Chest:Communications Toolbox:CTB Development Resources:"
  26883.         activate
  26884.     end tell
  26885. on error errMsg number errNum
  26886.     --enter statements to perform when no records are found such as...
  26887.     display dialog "Sorry, the item you selected could not be found."
  26888.     return
  26889. end try
  26890. e    No Changeq
  26891. Dev.CD May 00 TC
  26892. D!All Packages
  26893. Mac OS SDK Edition
  26894. Cursor Component SDK
  26895. EThe Cursor Component SDK enables the building and use of cursor components.  Cursor components allow you to build custom color cursor completely under your control.  For example cursors created utilizing this SDK could be extra large, thousands or millions of colors, transparent, situationually intelligent, and/or animated.
  26896. Cursor_Comp_1.0_SDK.imgK
  26897. Jun 00K1:Development Kits:Mac OS:Cursor Component 1.0 SDK:V
  26898. 73876X
  26899. 1e    No Change
  26900. getvol
  26901. getvol
  26902. newformat
  26903. getvolumes
  26904. getvolumes
  26905. gif89a
  26906. globallist
  26907. globallist
  26908. globalmaster
  26909. globalmaster
  26910. glossars
  26911. glossary
  26912. goodies
  26913. gouraud
  26914. gouraud
  26915. sample
  26916. guide
  26917. guide
  26918. contents
  26919. guidelines
  26920. spooler
  26921. patch
  26922. gxgraphics
  26923. gxoverridetool
  26924. gxtops
  26925. gxtops
  26926. installer
  26927. hack]
  26928. handbookf
  26929. hands-on
  26930. hardware
  26931. hardware
  26932. tools
  26933. stack
  26934. localization
  26935. navig
  26936. headers
  26937. helloworld
  26938. helloworld
  26939. helpq
  26940. helper
  26941. helplab
  26942. library
  26943. higuidelines
  26944. historyv
  26945. Summary:  AppleGlot 2.4b6 is a text translation tool used by the Apple Localizers to localize Apple Software.  AppleGlot extracts the text out of a resource file and dumps it into a text file for translation. Once translated, AppleGlot then replaces the original text by its translation into the resource file. In addition to the regular translation, AppleGlot handles updates from one version to another, and copies over resizeable items.
  26946. Features:
  26947.  supports 'RMAP' resources to remap to a dB
  26948. ifferent template
  26949.  can treat the datafork as a resource
  26950.  environement relative batch file
  26951.  P0nn retry logic
  26952.  file specific templates in a _FileInfo folder
  26953.  auto association by name
  26954.  bug fixes : size fields, speed zone (see 'What's New')
  26955. AppleGlot 2.4b6.imgK
  26956. Dec 95L
  26957. Mar 96M
  26958. System 7 or later.NBAppleGlot Localization Internationalization Translation GlossariesO3Dev.CD May 00 TC:Tool Chest:Localization:AppleGlot:P;Dev.CD May 00 TC
  26959.  - Tool Chest
  26960.  - Localization
  26961.  - AppleGlotd try
  26962. NuBus TesterI
  26963. NuBusTester:  A library (with source) to detect early Macintosh II CPU ROMs that didn't handle declaration ROMs in 32-bit space correctly.  Jm-Read Me
  26964. -Read Me.txt
  26965. nbTestIntf.p
  26966. nbTestLib.o
  26967. nbTestLib.
  26968. NuBusTest
  26969. NuBusTest.make
  26970. NuBusTest.p
  26971. NuBusTest.p.oK
  26972. Oct 92OCDev.CD May 00 TC:Tool Chest:Devices:NuBus/Slot Manager:NuBusTester:PNDev.CD May 00 TC
  26973.  - Tool Chest
  26974.  - Devices
  26975.  - NuBus/Slot Manager
  26976.  - NuBusTesterV
  26977. 74146X
  26978. May 00^
  26979. --set theItem to choose file -- uncomment to test in an AS editor
  26980.     tell application "Finder"
  26981.         open item "Dev.CD May 00 TC:Tool Chest:Devices:NuBus/Slot Manager:NuBusTester:"
  26982.         activate
  26983.     end tell
  26984. on error errMsg number errNum
  26985.     --enter statements to perform when no records are found such as...
  26986.     display dialog "Sorry, the item you selected could not be found."
  26987.     return
  26988. end try
  26989. e    No Changeq
  26990. Dev.CD May 00 TC
  26991. ,D!All Packages
  26992. Tool Chest Edition
  26993. Object Pascal to C++ Tipsbecoming more and more common. Thi
  26994. ive c
  26995. llama
  26996. load/dump
  26997. loaded
  26998. loading
  26999. local
  27000. locale
  27001. locale-insensitive
  27002. locale-sensitive
  27003. locales
  27004. localizable
  27005. localizations
  27006. localizey
  27007. localizeds
  27008. localizersy
  27009. localizing
  27010. localtalkB
  27011. locatex
  27012. located
  27013. locating
  27014. locationt
  27015. locations
  27016. locator
  27017. lock/unlock
  27018. locked
  27019. lockfile
  27020. locking
  27021. lockvol
  27022. logged
  27023. loggingY
  27024. logicz
  27025. logical
  27026. login
  27027. logins
  27028.  is required.
  27029. dumpsy
  27030. dumpsrec
  27031. dumpster
  27032. duplicate
  27033. duplicated
  27034. duringZ
  27035. dutch
  27036. dykstra-erickson
  27037. dylan
  27038. dynamic
  27039. dynamically
  27040. dynamics
  27041. dynamo
  27042. quickdraw
  27043. viewer
  27044. thompson
  27045. easy-to-use
  27046. eaxmple
  27047. edgar
  27048. editX
  27049. edit-related
  27050. editable
  27051. editing
  27052. editionj
  27053. editorN
  27054. editor'sj
  27055. editorsu
  27056. edittext
  27057. edittextcdev
  27058. educationalj
  27059. effect
  27060. laserwriter
  27061. laserwriter
  27062. custom
  27063. sample
  27064. laserwriter
  27065. driver
  27066. printer
  27067. 8.5.1
  27068. launch
  27069. layers
  27070. layout
  27071. learning
  27072. level
  27073. libraryv
  27074. light
  27075. limit
  27076. linkv
  27077. linked
  27078. linkers
  27079. linking
  27080. listen
  27081. scroll
  27082. dynamic
  27083. scrolling
  27084. scrolling
  27085. control
  27086. proportional
  27087. scroll
  27088. appearance
  27089. loadable
  27090. loader
  27091. loading
  27092. locales
  27093. localizationy
  27094. localized
  27095. locationt
  27096. location
  27097. configuration
  27098. setting
  27099. preference
  27100. switch
  27101. module
  27102. logical
  27103. lproj
  27104. lurkers
  27105. lurkers
  27106. projector
  27107. human
  27108. interface
  27109. guidelines
  27110. inside
  27111. macintosh
  27112. inside
  27113. runtime
  27114. architecture
  27115. sherlockq
  27116. sherlock's
  27117. shift
  27118. shift-command
  27119. shimmermate
  27120. shipping
  27121. shipsj
  27122. shoot
  27123. short
  27124. shortcuts
  27125. shotsB
  27126. shouldN
  27127. showcase
  27128. showingo
  27129. shown
  27130. showsN
  27131. shrink-wrapped
  27132. Summary: LaserWriter 8.0 is the driver for the current printing architecture that many have been waiting for, with lots of nifty new features.
  27133. Features: Streamlined user interface.  Supports PostScript printer definition (PPD) files for extensive printer-specific features.  Saves EPS files.  New API calls assist in QuickDraw to PostScript translation.  Generates PostScript Level 2 code for Level 2 devices.  Extremely compatible.  Fixes many problems with older drivers.  Faster performanceB
  27134. , especially in background.
  27135. JYDeveloper Information
  27136. New API  sample
  27137. New API documentation
  27138. Read me before using new API!K
  27139. Nov 93L
  27140. Nov 93M
  27141. System Software 6.0.7 or later.O7Dev.CD May 00 TC:Tool Chest:Printing:LaserWriter 8 API:P?Dev.CD May 00 TC
  27142.  - Tool Chest
  27143.  - Printing
  27144.  - LaserWriter 8 API
  27145. 74049X
  27146. May 00^
  27147. --set theItem to choose file -- uncomment to test in an AS editor
  27148.     tell application "Finder"
  27149.         open item "Dev.CD May 00 TC:Language Kits:Language Kit Updater f/MacOS8:"
  27150.         activate
  27151.     end tell
  27152. on error errMsg number errNum
  27153.     --enter statements to perform when no records are found such as...
  27154.     display dialog "Sorry, the item you selected could not be found."
  27155.     return
  27156. end try
  27157. e    No ChangefSLanguage Kit Updater Mac OS 8 Arabic Chinese Cyrillic Hebrew Indian Japanese Koreanq
  27158. Dev.CD May 00 TC
  27159. D!All Packages
  27160. Tool Chest Edition
  27161. LaserWriter 8 API
  27162.     executives.
  27163. Interactive Corp Success Gd.pdfK
  27164. Jan 98M
  27165. Adobe Acrobat Reader 3.0NEreturn on investment, business processes, interactive media solutionsOqDev.CD Jan 98 SDK1:What's New:Technical Documentation:Interactive Media Resources:Interactive Corp Success Guide:
  27166. All Packages
  27167. System 7.5 Update 1.0O
  27168. Dev.CD Jul 95P
  27169. Dev.CD Jul 9V
  27170. 74619X
  27171. Jul 95
  27172. b--set theItem to choose file -- uncomment to test in an AS editor
  27173.     tell application "Finder"
  27174.         open item "Dev.CD Jul 95"
  27175.         activate
  27176.     end tell
  27177. on error errMsg number errNum
  27178.     --enter statements to perform when no records are found such as...
  27179.     display dialog "Sorry, the item you selected could not be found."
  27180.     return
  27181. end try
  27182. All Packages
  27183. System 7.5 Update 2.0O"Dev.CD May 96 TC
  27184. Dev.CD Jul 96 SSWP!Dev.CD May 96 TC
  27185. Dev.CD Jul 96 SSV
  27186. 74620X
  27187. May 96
  27188. w--set theItem to choose file -- uncomment to test in an AS editor
  27189.     tell application "Finder"
  27190.         open item "Dev.CD May 96 TC
  27191. Dev.CD Jul 96 SSW"
  27192.         activate
  27193.     end tell
  27194. on error errMsg number errNum
  27195.     --enter statements to perform when no records are found such as...
  27196.     display dialog "Sorry, the item you selected could not be found."
  27197.     return
  27198. end try
  27199. imaging[
  27200. immediate
  27201. impacts
  27202. implement
  27203. implementation
  27204. implementations
  27205. implemented
  27206. implementing
  27207. implements
  27208. implications
  27209. implimentation
  27210. implimenting
  27211. implmenetation
  27212. implmentations
  27213.  end tell
  27214. on error errMsg number errNum
  27215.     --enter statements to perform when no records are found such as...
  27216.     display dialog "Sorry, the item you selected could not be found."
  27217.     return
  27218. end try
  27219. e    No Changef#Function Index
  27220. Mac OS 8
  27221. Inside Mac.q
  27222. Dev.CD Jun 00 RL Disk 2
  27223. All Packages
  27224. F Technical Publications: Hardware
  27225. 71174X
  27226. apple
  27227. styleguide00
  27228. apple
  27229. workgroup
  27230. servers@
  27231. appleii@
  27232. appletalk
  27233. alias@
  27234. appletalk
  27235. first@
  27236. architectures@
  27237. atcp@
  27238. authoring@
  27239. bigeasytextish@
  27240. registration
  27241. requests@
  27242. cfm-68k@
  27243. client@
  27244. copyfolder
  27245. csmp-digest-readme@
  27246. csmp-digest-v3-032
  27247. csmp-digest-v3-077@
  27248. csmp-digest-v3-122@
  27249. ct-009-4443
  27250. cwpro2@
  27251. debug@
  27252. develop
  27253. issue
  27254. develop
  27255. issue
  27256. code@
  27257. develop
  27258. issue
  27259. code@
  27260. developer@
  27261. disclaimer@
  27262. dragging@
  27263. drawsprocketlib@
  27264. enhanced@
  27265. extensions@
  27266. findfolder
  27267. fkeys@
  27268. fully@
  27269. getinfo@
  27270. getvol@
  27271. grabguy@
  27272. home@
  27273. imaging@
  27274. import@
  27275. information@
  27276. install
  27277. 2.6.5@
  27278. installer
  27279. licensing
  27280. interfaces@
  27281. international@
  27282. O9Dev.CD May 00 TC:Tool Chest:Printing:LaserWriter 8.5.1GM:PADev.CD May 00 TC
  27283.  - Tool Chest
  27284.  - Printing
  27285.  - LaserWriter 8.5.1GMV
  27286. 74051X
  27287. May 00^
  27288. --set theItem to choose file -- uncomment to test in an AS editor
  27289.     tell application "Finder"
  27290.         open item "Dev.CD May 00 TC:Tool Chest:Printing:LaserWriter 8.5.1GM:"
  27291.         activate
  27292.     end tell
  27293. on error errMsg number errNum
  27294.     --enter statements to perform when no records are found such as...
  27295.     display dialog "Sorry, the item you selected could not be found."
  27296.     return
  27297. end try
  27298. e    No Changef"LaserWriter 8 driver printer 8.5.1q
  27299. Dev.CD May 00 TC
  27300. D!All Packages
  27301. Tool Chest Edition
  27302. Leaks dcmdIkSummary: A dcmd for MacsBug or TMON that helps detect memory leaks. Heavily commented source code included.J
  27303. Memory Management.imgK
  27304. Vol XOBDev.CD May 00 TC:Tool Chest:Testing & Debugging:Memory Management:PJDev.CD May 00 TC
  27305.  - Tool Chest
  27306.  - Testing & Debugging
  27307.  - Memory ManagementV
  27308. 74052X
  27309. May 00^
  27310. #.CD May 00 TC
  27311. 74050X
  27312. May 00^
  27313. --set theItem to choose file -- uncomment to test in an AS editor
  27314.     tell application "Finder"
  27315.         open item "Dev.CD May 00 TC:Tool Chest:Printing:LaserWriter 8 API:"
  27316.         activate
  27317.     end tell
  27318. on error errMsg number errNum
  27319.     --enter statements to perform when no records are found such as...
  27320.     display dialog "Sorry, the item you selected could not be found."
  27321.     return
  27322. end try
  27323. e    No Changeq
  27324. Dev.CD May 00 TC
  27325. D!All Packages
  27326. Tool Chest Edition
  27327. LaserWriter 8.5.1GM
  27328. The LaserWriter 8.5.1 release contains many nwe utilities and features for both the user and the developer (see below for a list)
  27329. The LaserWriter 8.5.1 release contains:
  27330. Desktop Printer Utility 1.0- allows creation of TCP/IP/LPR, virtual, and hold desktop printers
  27331. Redesigned Custom Page Size Support
  27332. PostScript Level 3 support
  27333. Expanded ColorSync 2.1.x support
  27334. Collation
  27335. Print To PDF
  27336. LaserWriter 8.5.1 GM.seaK
  27337. Jun 95L
  27338. Jan 98N"LaserWriter 8 driver printer 8.5.1
  27339. /A4http://developer.apple.com/techpubs/macos8/mac8.html
  27340. Dev.CD Jun 00 RL Disk 2
  27341. All Packages
  27342. F Technical Publications: Mac OS XIESummary: Updated conceptual and reference documentation for Mac OS X.JKimages
  27343. Legacy
  27344. macosx.html
  27345. MacOSXDevTools
  27346. ObjectiveC
  27347. System
  27348. updates.htmlK
  27349. Jan 00L
  27350. Feb 00M
  27351. web browserNDMacOSXServer, AppKit, Foundation, Project Builder, Interface BuilderO6Dev.CD Jun 00 RL Disk 2:Technical Publications:macosx:P;Dev.CD Jun 00 RL Disk 2
  27352.  - Technical Publications
  27353.  - macosxV
  27354. 74889X
  27355. Jun 00^    RL Disk 2
  27356. --set theItem to choose file -- uncomment to test in an AS editor
  27357.     tell application "Finder"
  27358.         open item "Dev.CD Jun 00 RL Disk 2:Technical Publications:macosx:"
  27359.         activate
  27360.     end tell
  27361. on error errMsg number errNum
  27362.     --enter statements to perform when no records are found such as...
  27363.     display dialog "Sorry, the item you selected could not be found."
  27364.     return
  27365. end try
  27366. brochure
  27367. viewingZ
  27368. views
  27369. vincent
  27370. visuallyo
  27371. vocabulary
  27372. voice
  27373. volume
  27374. volumes[
  27375. w/sysp
  27376. walk-through
  27377. walkthrough
  27378. wantg
  27379. warming
  27380. warning
  27381. warrior
  27382. ways_
  27383. we're
  27384. webobjects
  27385. website
  27386. weeklyi
  27387. weiss
  27388. wellj
  27389. wereo
  27390. what_
  27391. aegizmos_
  27392. appear
  27393. where
  27394. location
  27395. memory
  27396. O or later (3.0.1 or later recommended)
  27397. (Netscape Navigator 2.0.2 can also be used with limitations; e.g., it will not allow you to submit a PDF form, and operations such as printing PDF files from within Netscape Navigator 2.0.2 can crash your Mac.)
  27398. You may also be able to use other Web browsers that fully support the Netscape APIs.
  27399. Adobe, Acrobat, Reader, PDFfor finding word and line breaks.  The built-in support for inline input makes WASTE fully WorldScript II-compliant (on thB
  27400. e other hand, bidirectional scripts, like Arabic, are not supported).
  27401. Replacement for TextEdit that breaks the 32k limit on text.
  27402. Issues: 3rd Party Product
  27403. Change History
  27404. Extras
  27405. Quick Intro
  27406. WASTE 1.3a6
  27407. WASTE C/C++ Headers
  27408. WASTE Demo (CFM fat)
  27409. WASTE Demo (classic 68K)
  27410. WASTE Documentation
  27411. WASTE Pascal Interfaces
  27412. WASTELibK
  27413. Dec 95L
  27414. Feb 98M
  27415. System 7.1 required.N1WASTE, TextEdit Replacement,More than 32k of textO-Dev.CD May 00 TC:Tool Chest:Text:WASTE 1.3a6:barcdef
  27416. sbarcdef
  27417. 74489X
  27418. May 00^
  27419. --set theItem to choose file -- uncomment to test in an AS editor
  27420.     tell application "Finder"
  27421.         open item "Dev.CD May 00 TC:Tool Chest:Interapplication Communication:ScriptableStuffItEngine:"
  27422.         activate
  27423.     end tell
  27424. on error errMsg number errNum
  27425.     --enter statements to perform when no records are found such as...
  27426.     display dialog "Sorry, the item you selected could not be found."
  27427.     return
  27428. end try
  27429. e    No Changef,AppleScript
  27430. StuffIt
  27431. Engine
  27432. scriptable
  27433. scriptq
  27434. Dev.CD May 00 TC
  27435. D!All Packages
  27436. Tool Chest Edition
  27437. ScriptSwitcher
  27438. ScriptSwitcher8 is a quick way to modify all the resources needed to switch the primary script (e.g Roman, Japanese, Chinese, etc.) of your system. It is useful for testing and avoids having to use resedit to change resources. It works on versions of Mac OS 7.0 and 8.0.
  27439. ScriptSwitcher.imgK
  27440. Oct 92L
  27441. Jan 98:Tool Chest:Localization:ScriptSwitcher:V
  27442. 74490X
  27443. 1e    No Change
  27444. --set theItem to choose file -- uncomment to test in an AS editor
  27445.     tell application "Finder"
  27446.         open item "Dev.CD Apr 94
  27447. Dev.CD Jan 94
  27448. Dev.CD Oct 93
  27449. Dev.CD Jul 93
  27450. Dev.CD Apr 93"
  27451.         activate
  27452.     end tell
  27453. on error errMsg number errNum
  27454.     --enter statements to perform when no records are found such as...
  27455.     display dialog "Sorry, the item you selected could not be found."
  27456.     return
  27457. end try
  27458. apple
  27459. styleguide00
  27460. information@
  27461. mpperiodicaltest
  27462. pro2@
  27463. picker@
  27464. zportlist
  27465. zzportlist
  27466. 01/13/2000
  27467. 01730-0108
  27468. 01760
  27469. Advanced Web Site Technique.pdf
  27470. Avoid Audio Pitfalls Guide.pdf
  27471. CompbasedMediaBroadcastEnv
  27472. Creating MIDI for the Web3.pdf
  27473. DeBabelizer 3.0.pdf
  27474. Design For Reuse.pdf
  27475. DesignForRobustness
  27476. Digital Asset Management.pdf
  27477. Digital Storyboard.pdf 
  27478. DVD Development.pdf
  27479. DVD_Primer.pdf
  27480. Enhanced CD Survival Guide.pdf
  27481. EOModeler
  27482. Frameworks.pdf
  27483. Gender-Based Title Creation.pdf
  27484. Int_Media_Writer_Resources.pdf
  27485. Java Survival Guide.pdf
  27486. Making Cool QD3D Apps.pdf
  27487. Music on the Net.pdf
  27488. New Audio Features QT3.pdf
  27489. Porting
  27490. kObjectiveCtoJava
  27491. Push Tech Survival Gd.pdf
  27492. QT3-More Than Dig. Video.pdf
  27493. Simplified Stream Audio.pdf
  27494. Web Animation Guide.pdf
  27495. WebObjects Database Part I.pdf
  27496. WebObjects Database Part II.pdf
  27497. WebObjects Memory Mgmt.pdf
  27498. WebObjects Tools and Techniques
  27499. WebObjectsCategories&Posers.pdf
  27500. WebObjectsPerformanceTuning
  27501. Working with WebObjects.pdf
  27502. Writing for Interactive Media
  27503. Summary: The HyperCard
  27504.  Player software enables you to run applications created with HyperCard. HyperCard applications, or "stacks", are interactive documents which can incorporate text, graphics, animation, audio and video.
  27505. To take full advantage of the powerful authoring capabilities of HyperCard, you can purchase the HyperCard Development Kit through an authorized Apple dealer.  The HyperCard Development Kit contains the HyperCard software, a complete set of manuals, sample files, and BEpre-scripted objects and tools to help you create software quickly.  
  27506. J=Addresses
  27507. Audio Help
  27508. HyperCard Player
  27509. What is HyperCard?K
  27510. Feb 92L
  27511. Jul 98N
  27512. HyperCard Player, stacksOHDev.CD Jun 00 RL Disk 1:Utilities:HyperCard Player:HyperCard Player 2.4:PPDev.CD Jun 00 RL Disk 1
  27513.  - Utilities
  27514.  - HyperCard Player
  27515.  - HyperCard Player 2.4D May 00 TC:Sample Code:P
  27516. Dev.CD May 00 TC
  27517.  - Sample CodeV
  27518. 72899X
  27519. May 00^
  27520. saving
  27521. state
  27522. timing
  27523. Requires: 
  27524. - Sun Compliant Java Runtime Environment 1.1
  27525. - QuickTime 3 
  27526. - QTJava.zip
  27527. - Windows 95, 98, or NT:
  27528. - JRE/JDK from Sun Microsystems, Inc. recommendedN
  27529. QuickTime, Java, WindowsOXDev.CD Feb 00 TC:What's New?:Development Kits:Cross Platform:QuickTime Java Windows SDK:PcDev.CD Feb 00 TC
  27530.  - What's New?
  27531.  - Development Kits
  27532.  - Cross Platform
  27533.  - QuickTime Java Windows SDKV
  27534. 74469X
  27535. Feb 00^
  27536. --set theItem to choose file -- uncomment to test in an AS editor
  27537.     tell application "Finder"
  27538.         open item "Dev.CD Feb 00 TC:What's New?:Development Kits:Cross Platform:QuickTime Java Windows SDK:"
  27539.         activate
  27540.     end tell
  27541. on error errMsg number errNum
  27542.     --enter statements to perform when no records are found such as...
  27543.     display dialog "Sorry, the item you selected could not be found."
  27544.     return
  27545. end try
  27546. e    No Changef
  27547. QuickTime
  27548. Windowso
  27549. http://developer.apple.com/sdk/q
  27550. Dev.CD Feb 00 TC
  27551. oD!All Packages
  27552. Tool Chest Edition
  27553. QuickTime TMON User Areal
  27554. nt 'see' specific information on the target (i.e. VU Aid has
  27555.     ScreenCompare and WindowCompare modules which permit the target to tell
  27556.     its host if specific or all screen content matches a pre-measured checksum.
  27557.   vuCollect 1.0b1
  27558.     This folder contains a combination MPW Tool/Script that is designed
  27559.     to collect information on a target machine and format it so that there
  27560.     is only 1 descriptor per line.  For more information, see the
  27561.     "vuCollect ReadMe" file.
  27562.   VUMarF
  27563. k 1.0b1
  27564.     VUMark is an MPW script that will mark all of the VU tasks in a file
  27565.     for you.  For more information on VUMark, see the "Controls.lib Reference"
  27566.     document.
  27567. Virtual User tools.imgK
  27568. Vol VL
  27569. Feb 94M1ShimmerMate must be launched from the same volumeOCDev.CD May 00 TC:Tool Chest:Testing & Debugging:Virtual User tools:PKDev.CD May 00 TC
  27570.  - Tool Chest
  27571.  - Testing & Debugging
  27572.  - Virtual User toolsp's
  27573. palette
  27574. parserV
  27575. photoshop
  27576. plugins
  27577. 1.4.2]
  27578. 1.4.3b3
  27579. 1.4mb
  27580. 1.5.1
  27581. 1.5b16
  27582. 10-newton
  27583. 10/95j
  27584. 10/96k
  27585. 10/97l
  27586. fileso
  27587. intro
  27588. 11-12/96k
  27589. 11-otherR
  27590. 11-other
  27591. topicsR
  27592. 11/95j
  27593. 11/97l
  27594. 12-trainingR
  27595. 12-training
  27596. schedule
  27597. 12/95j
  27598. 13-duR
  27599. 13-du
  27600. training
  27601. sites
  27602. 2-1.1.3
  27603. 2.0.1t
  27604. 2.0.2
  27605. 2.0.6
  27606. 2.0.6
  27607. files
  27608. 2.0b6
  27609. 2.1.1p
  27610. 2.1.1d1
  27611. 2.1.2
  27612. 2.1.4
  27613. 2.3e4
  27614. 2.4b6z
  27615. 3.0.1Y
  27616. 3/92^
  27617. jJOCIncludes
  27618. ComponentIncludes
  27619. Libraries
  27620. QuickTime SDK Read Me.txt
  27621. RIncludes
  27622. ToolsK
  27623. Aug 94L
  27624. Jul 00M=Windows 95, 98, NT or Win2000, and an Intel Pentium ProcessorN"QuickTime, video, streaming, audioOODev.CD Jul 00 SDK1:Development Kits:Cross Platform:QuickTime 4.1.2 Windows SDK:PWDev.CD Jul 00 SDK1
  27625.  - Development Kits
  27626.  - Cross Platform
  27627.  - QuickTime 4.1.2 Windows SDKV
  27628. 74465X
  27629. Jul 00^
  27630. SDK1b
  27631. Revised
  27632. --set theItem to choose file -- uncomment to test in an AS editor
  27633.     tell application "Finder"
  27634.         open item "Dev.CD Jul 00 SDK1:Development Kits:Cross Platform:QuickTime 4.1.2 Windows SDK:"
  27635.         activate
  27636.     end tell
  27637. on error errMsg number errNum
  27638.     --enter statements to perform when no records are found such as...
  27639.     display dialog "Sorry, the item you selected could not be found."
  27640.     return
  27641. end try
  27642. Updatedf
  27643. QuickTime
  27644. video
  27645. streaming
  27646. audioo)http://developer.apple.com/sdk/index.htmlq
  27647. Dev.CD Jul 00 SDK1
  27648. kD!All Packages
  27649. Mac OS SDK Edition
  27650. QuickTime Conferencing
  27651. All Packages
  27652. System 7.5 Update 1.0O
  27653. Dev.CD Jan 96 SSWP
  27654. Dev.CD Jan 96 SSV
  27655. 74599X
  27656. Jan 96
  27657. f--set theItem to choose file -- uncomment to test in an AS editor
  27658.     tell application "Finder"
  27659.         open item "Dev.CD Jan 96 SSW"
  27660.         activate
  27661.     end tell
  27662. on error errMsg number errNum
  27663.     --enter statements to perform when no records are found such as...
  27664.     display dialog "Sorry, the item you selected could not be found."
  27665.     return
  27666. end try
  27667. All Packages
  27668. System 7.5 Update 1.0O
  27669. Dev.CD Jul 95P
  27670. Dev.CD Jul 9V
  27671. 74600X
  27672. Jul 95
  27673. b--set theItem to choose file -- uncomment to test in an AS editor
  27674.     tell application "Finder"
  27675.         open item "Dev.CD Jul 95"
  27676.         activate
  27677.     end tell
  27678. on error errMsg number errNum
  27679.     --enter statements to perform when no records are found such as...
  27680.     display dialog "Sorry, the item you selected could not be found."
  27681.     return
  27682. end try
  27683. All Packages
  27684. System 7.5 Update 1.0O
  27685. Dev.CD Jul 95V
  27686. 74601X
  27687. p--set theItem to choose file -- uncomment to test in an AS editor
  27688.     tell application "Finder"
  27689.         open item "Dev.CD Apr 94
  27690. Dev.CD Jan 94"
  27691.         activate
  27692.     end tell
  27693. on error errMsg number errNum
  27694.     --enter statements to perform when no records are found such as...
  27695.     display dialog "Sorry, the item you selected could not be found."
  27696.     return
  27697. end try
  27698. licensesj
  27699. licensingb
  27700. light
  27701. light-weight
  27702. lightening
  27703. lighter
  27704. lights
  27705. likelyo
  27706. 1.0b3]
  27707. 1.0b4]
  27708. 1.0d13
  27709. 1.0d2
  27710. adbreinit
  27711. adbreinit
  27712. noteW
  27713. adbreinit
  27714. advanced[
  27715. advanced
  27716. color
  27717. imaging[
  27718. advanced
  27719. color
  27720. imaging
  27721. coercion
  27722. init]
  27723. aegizmos]
  27724. 73915X
  27725. Sept 9^
  27726. --set theItem to choose file -- uncomment to test in an AS editor
  27727.     tell application "Finder"
  27728.         open item "Dev.CD Sept 96 RL:Technical Documentation:develop:develop Issue  6:"
  27729.         activate
  27730.     end tell
  27731. on error errMsg number errNum
  27732.     --enter statements to perform when no records are found such as...
  27733.     display dialog "Sorry, the item you selected could not be found."
  27734.     return
  27735. end try
  27736. Deletedq
  27737. Dev.CD Sept 96 RL
  27738. ED(All Packages
  27739. Reference Library Edition
  27740. develop Issue  7
  27741. manager
  27742. desktop
  27743. manager
  27744. sample
  27745. synchronization
  27746. backup
  27747. assistant
  27748. folder
  27749. duplicatio
  27750. system
  27751. manager
  27752. external
  27753. system
  27754. foreign
  27755. files
  27756. filetool
  27757. filter
  27758. finder
  27759. finder
  27760. appleevents
  27761. finderevents
  27762. events
  27763. finder
  27764. label
  27765. finder
  27766. display
  27767. folder
  27768. launch
  27769. finderevents
  27770. firewire
  27771. firmware
  27772.  Quadra 660AV or 840AV, Power Macintosh AV computer, or Power Macintosh with AV card upgrade 
  27773.  16 megabytes of  DRAM (memory)
  27774.  Video source (for instance, a video camera or VCR)
  27775.  Audio source (for instance, a  PlainTalk microphone or VCR)
  27776.  Network connection (for instance, Ethernet or ISDN)
  27777.  Network Software Installer version 1.5. (this is already installed on Power Macintosh 7500 and 8500 computers)
  27778. NMQuickTime, QuickTime Conferencing, video conferencing, Apple Media Conference
  27779. Summary:
  27780. Collection of WebObjects 4 Developer Documentation. Documentation not directly accessible from this CD is located on the WebObjects product CD.
  27781. Features:
  27782. Documentation topics included:
  27783. Understanding WebObjects:
  27784. Getting Started With WebObjects: A Tutorial
  27785. Creating a Java Client Application: A Tutorial
  27786. WebObjects Developer's Guide
  27787. EOF Developer's Guide
  27788. Mac OS X:
  27789. Foundation Reference(Java)
  27790. Foundation Reference(Objective-C)
  27791. Using WebObjects:
  27792. WebObjects Tools and Techniques
  27793. EOF To
  27794. Kols and Techniques
  27795. Serving WebObjects
  27796. Java Framework Reference:
  27797. WebObjects 
  27798. EOAccess
  27799. EOControl
  27800. EOInterface
  27801. InformixEOAdaptor
  27802. ODBCEOAdadptor
  27803. OracleEOAdaptor
  27804. SybaseEOAdaptor
  27805. Release Notes:
  27806. WebObjects
  27807. Enterprise Objects Framework
  27808. Post-Install Guide
  27809. What's New in WebObjects 4.0
  27810. What's New in EOF 3.0
  27811. Objective-C Framework Reference
  27812. J^frametest.js
  27813. frametest_more.js
  27814. images
  27815. System
  27816. updates.html
  27817. webobjects.html
  27818. webobjects36.gifK
  27819. Jan 00L
  27820. Feb 00hih
  27821. Chinese Dictation KitO
  27822. Dev.CD May 97 TCP
  27823. Dev.CD May 97 Tn an AS editor
  27824.     tell application "Finder"
  27825.         open item "Dev.CD Apr 94
  27826. Dev.CD Jan 94
  27827. Dev.CD Oct 93
  27828. Dev.CD Jul 93
  27829. Dev.CD Apr 93"
  27830.         activate
  27831.     end tell
  27832. on error errMsg number errNum
  27833.     --enter statements to perform when no records are found such as...
  27834.     display dialog "Sorry, the item you selected could not be found."
  27835.     return
  27836. end try
  27837. pascal/handle
  27838. pasmatit
  27839. pending
  27840. pentiumj
  27841. people
  27842. perfectly
  27843. performb
  27844. performav
  27845. performanceA
  27846. performasj
  27847. performed
  27848. perils
  27849. permissionj
  27850. personZ
  27851. personal
  27852. perspective
  27853. pertaining
  27854. peter
  27855. philip
  27856. phone
  27857. photoshop
  27858. b--set theItem to choose file -- uncomment to test in an AS editor
  27859.     tell application "Finder"
  27860.         open item "Dev.CD Oct 94"
  27861.         activate
  27862.     end tell
  27863. on error errMsg number errNum
  27864.     --enter statements to perform when no records are found such as...
  27865.     display dialog "Sorry, the item you selected could not be found."
  27866.     return
  27867. end try
  27868. --set theItem to choose file -- uncomment to test in an AS editor
  27869.     tell application "Finder"
  27870.         open item "Dev.CD Jul 00 SDK1:Development Kits:Mac OS:AppleShare Client API SDK:"
  27871.         activate
  27872.     end tell
  27873. on error errMsg number errNum
  27874.     --enter statements to perform when no records are found such as...
  27875.     display dialog "Sorry, the item you selected could not be found."
  27876.     return
  27877. end try
  27878. e    No Changef$AppleShare
  27879. Client
  27880. shared volumesoPftp://ftp.apple.com/developer/Development_Kits/AppleShare_Client_API_SDK.img.hqxq
  27881. Dev.CD Jul 00 SDK1
  27882. CD!All Packages
  27883. Mac OS SDK Edition
  27884. b--set theItem to choose file -- uncomment to test in an AS editor
  27885.     tell application "Finder"
  27886.         open item "Dev.CD Apr 93"
  27887.         activate
  27888.     end tell
  27889. on error errMsg number errNum
  27890.     --enter statements to perform when no records are found such as...
  27891.     display dialog "Sorry, the item you selected could not be found."
  27892.     return
  27893. end try
  27894. in-depth
  27895. laserwriter
  27896. driver
  27897. printer
  27898. 8.5.1
  27899. ing & Debugging
  27900.  - General tools
  27901.     tell application "Finder"
  27902.         open item "Dev.CD May 00 TC:Tool Chest:Devices:CD-ROM:iso9660:"
  27903.         activate
  27904.     end tell
  27905. on error errMsg number errNum
  27906.     --enter statements to perform when no records are found such as...
  27907.     display dialog "Sorry, the item you selected could not be found."
  27908.     return
  27909. end try
  27910. d not be found."
  27911.     return
  27912. end try
  27913. e    No ChangefKfile
  27914. synchronization
  27915. backup
  27916. assistant
  27917. folder
  27918. duplication
  27919. control panelq
  27920. Dev.CD May 00 TC
  27921. qD!All Packages
  27922. Mac OS SDK Edition
  27923. File System Manager
  27924. SoundMemRecordIVThis code shows using the SoundManager SPB calls for simple audio recording to memory.J
  27925. Sample Code.imgK
  27926. Feb 00
  27927. - Common
  27928.     - Sun Compliant Java Runtime Environment 1.1
  27929.     - QuickTime 3 
  27930.     - QTJava.zip
  27931.     - QTJava media samples
  27932. - Mac OS:
  27933.     - System 8 or later
  27934.     - Macintosh Runtime for Java (MRJ) 2.1
  27935. - Windows 95, 98, or NT::
  27936.     - JRE/JDK from Sun Microsystems, Inc. recommended
  27937. QuickTime, Java, MRJO
  27938. Dev.CD May 00 TC:Sample Code:P
  27939. Dev.CD May 00 TC
  27940.  - Sample CodeV
  27941. 74541X
  27942. May 00^
  27943. r--set theItem to choose file -- uncomment to test in an AS editor
  27944.     tell application "Finder"
  27945.         open item "Dev.CD May 00 TC:Sample Code:"
  27946.         activate
  27947.     end tell
  27948. on error errMsg number errNum
  27949.     --enter statements to perform when no records are found such as...
  27950.     display dialog "Sorry, the item you selected could not be found."
  27951.     return
  27952. end try
  27953. e    No Changef
  27954. QuickTime
  27955. Dev.CD May 00 TC
  27956. D!All Packages
  27957. Tool Chest Edition
  27958. SoundRecorde
  27959. --set theItem to choose file -- uncomment to test in an AS editor
  27960.     tell application "Finder"
  27961.         open item "Dev.CD Apr 94
  27962. Dev.CD Jan 94
  27963. Dev.CD Oct 93
  27964. Dev.CD Jul 93"
  27965.         activate
  27966.     end tell
  27967. on error errMsg number errNum
  27968.     --enter statements to perform when no records are found such as...
  27969.     display dialog "Sorry, the item you selected could not be found."
  27970.     return
  27971. end try
  27972. Wwant to use the two querys you must modify the parameters needed for the connection with ResEdit or DAM Generator .OoDev.CD May 00 TC:Tool Chest:Interapplication Communication:Data Access Manager:Data Access Manager French Demo:PzDev.CD May 00 TC
  27973.  - Tool Chest
  27974.  - Interapplication Communication
  27975.  - Data Access Manager
  27976.  - Data Access Manager French DemoV
  27977. 71407X
  27978. 1ch DemoV
  27979. 71407X
  27980. 1e    No Change
  27981. 73999X
  27982. May 00^
  27983. --set theItem to choose file -- uncomment to test in an AS editor
  27984.     tell application "Finder"
  27985.         open item "Dev.CD May 00 TC:Tool Chest:Testing & Debugging:Hardware tools:"
  27986.         activate
  27987.     end tell
  27988. on error errMsg number errNum
  27989.     --enter statements to perform when no records are found such as...
  27990.     display dialog "Sorry, the item you selected could not be found."
  27991.     return
  27992. end try
  27993. e    No Changeq
  27994. Dev.CD May 00 TC
  27995. All Packages
  27996. HyperCard 2.4 Update
  27997. 74000X
  27998. nd NBP plug-ins
  27999. UI library
  28000. Detailed NSL 1.1 Developer Documentation
  28001. NSL Network Administrator's Guide (second edition)
  28002. Connect To... test tool
  28003. Sample code
  28004. Header files
  28005. JYConnect To...
  28006. Documentation
  28007. Headers
  28008. NSL 1.1 SDK Read Me
  28009. NSL Library & Plugins
  28010. Sample CodeK
  28011. Nov 98L
  28012. Dec 99MeFor development purposes, this software requires a PowerPC running system software Mac OS 9 or later.O7Dev.CD Jul 00 SDK1:Development Kits:Mac OS:NSL 1.1 SDK:ime Conferencing:t
  28013. reference
  28014. plaintalk
  28015. platformQ
  28016. playback
  28017. player
  28018. plist
  28019. plotting
  28020. plug-ins
  28021. pmforecolor
  28022. polymorphic
  28023. polymorphic
  28024. functions
  28025. registry
  28026. scanner
  28027. portables
  28028. porting
  28029. ports
  28030. posers
  28031. postscript
  28032. version
  28033. applesingle
  28034. summary
  28035. document
  28036. discusses
  28037. apple's
  28038. creatingw
  28039. summary
  28040. document
  28041. explains
  28042. error
  28043. codes
  28044. summary
  28045. document
  28046. shows
  28047. keycodes
  28048. virtual
  28049. summary
  28050. example
  28051. shows
  28052. items
  28053. print
  28054. dialogs
  28055. summary
  28056. extension
  28057. patches
  28058. system
  28059. software
  28060. whicW
  28061. summary
  28062. folder
  28063. contains
  28064. summary
  28065. folder
  28066. contains
  28067. european
  28068. distributors
  28069. summary
  28070. folder
  28071. contains
  28072. number
  28073. postscript
  28074. utilitie
  28075. summary
  28076. folder
  28077. contains
  28078. variety
  28079. hypercard
  28080. summary
  28081. folder
  28082. contains
  28083. complete
  28084. information
  28085. developR
  28086. laserwriter
  28087. bridge
  28088. --set theItem to choose file -- uncomment to test in an AS editor
  28089.     tell application "Finder"
  28090.         open item "Dev.CD May 00 TC:Tool Chest:Testing & Debugging:General tools:"
  28091.         activate
  28092.     end tell
  28093. on error errMsg number errNum
  28094.     --enter statements to perform when no records are found such as...
  28095.     display dialog "Sorry, the item you selected could not be found."
  28096.     return
  28097. end try
  28098. e    No Changef    MacCheck
  28099. Dev.CD May 00 TC
  28100. All Packages
  28101. Macintosh CD-ROM Setup 5.3.2IHSummary: This folder contains the net-install for Apple's CD-ROM driver.JHApple CD-ROM
  28102. Apple CD-ROM Read Me
  28103. CD Install Script
  28104. CD SW Tome
  28105. InstallerK
  28106. Feb 93L
  28107. Jun 97O?Dev.CD Jun 00 RL Disk 1:Utilities:Macintosh CD-ROM Setup 5.3.2:PDDev.CD Jun 00 RL Disk 1
  28108.  - Utilities
  28109.  - Macintosh CD-ROM Setup 5.3.2V
  28110. 72841X
  28111. Jun 00^    RL Disk 1
  28112. e    No Change
  28113. ments
  28114. buttonsq
  28115. Dev.CD May 00 TC
  28116. D!All Packages
  28117. Tool Chest Edition
  28118. Ivy 1.0fc1
  28119.     r. Wouldn't that be cool? You shou
  28120. e    No Changeq
  28121. Dev.CD May 00 TC
  28122. D!All Packages
  28123. Tool Chest Edition
  28124. Learning to Drive
  28125. \Summary: A guide to support the development of Macintosh Printing Manager Resource Files.
  28126. Features: This document describes the Printing Manager from the perspectives of the application and the Printing Manager Resource Files.
  28127. Issues: The Disclaimer warns of the difficulties involved. This information will not work with QuickDraw GX printing.  
  28128. J/Learning to Drive
  28129. Learning to Drive Disclaimer K
  28130. Mar 93O7Dev.CD May 00 TC:Tool Chest:Printing:Learning to Drive:P?Dev.CD May 00 TC
  28131.  - Tool Chest
  28132.  - Printing
  28133.  - Learning to DriveV
  28134. 74053X
  28135. May 00^
  28136. #pplications, fonts, or files with creation dates > modification dates, not all of the config
  28137. information will fit in the logs.
  28138. MacCheck
  28139.  is a trademark of Apple Computer
  28140. General tools.imgK
  28141. Oct 93M
  28142. MacPlus or aboveN    MacCheck
  28143. O>Dev.CD May 00 TC:Tool Chest:Testing & Debugging:General tools:s
  28144. buttonsq
  28145. Dev.CD May 00 TC
  28146. ev.CD May 00 TC
  28147. System Enabler 088 (AVs)O
  28148. Dev.CD Apr 94
  28149. Dev.CD Jan 94P
  28150. Dev.CD Apr 94
  28151. Dev.CD Jan 9V
  28152. 74736X
  28153. Apr 94
  28154. p--set theItem to choose file -- uncomment to test in an AS editor
  28155.     tell application "Finder"
  28156.         open item "Dev.CD Apr 94
  28157. Dev.CD Jan 94"
  28158.         activate
  28159.     end tell
  28160. on error errMsg number errNum
  28161.     --enter statements to perform when no records are found such as...
  28162.     display dialog "Sorry, the item you selected could not be found."
  28163.     return
  28164. end try
  28165. All Packages
  28166. System Enabler 088 (AVs)O
  28167. Dev.CD Apr 94P
  28168. Dev.CD Apr 9V
  28169. 74737X
  28170. Apr 94
  28171. b--set theItem to choose file -- uncomment to test in an AS editor
  28172.     tell application "Finder"
  28173.         open item "Dev.CD Apr 94"
  28174.         activate
  28175.     end tell
  28176. on error errMsg number errNum
  28177.     --enter statements to perform when no records are found such as...
  28178.     display dialog "Sorry, the item you selected could not be found."
  28179.     return
  28180. end try
  28181. All Packages
  28182. 74738X
  28183. well unles
  28184. transitions
  28185. themeso
  28186. translation
  28187. translation
  28188. extensions
  28189. translator
  28190. translator
  28191. examples
  28192. translators
  28193. transport
  28194. transports
  28195. uk/eire
  28196. distributors/localiz
  28197. underm
  28198. unicodeutilities
  28199. unicodeutilities
  28200. unmountprojector
  28201. unwrapcommenttext
  28202. update
  28203. updatedo
  28204. updated
  28205. documentation
  28206. updated
  28207. grayscale
  28208. appearanceo
  28209. updates
  28210. upgrader
  28211. upgrader
  28212. 1.2.3
  28213. engines
  28214. upgrading
  28215. upgrading
  28216. bbedit
  28217. 1.4.3b3
  28218. driver
  28219. useful
  28220. useful
  28221. addmenu
  28222. script
  28223. user's
  28224. usersy
  28225. userstartup
  28226. userstartup
  28227. goodies
  28228. using
  28229. utilities
  28230. utility
  28231. v1.5.3
  28232. validator
  28233. validator
  28234. validator
  28235. documentation
  28236. validator
  28237. documentation
  28238. variable
  28239. variables
  28240. e    No Changeq
  28241. Dev.CD May 00 TC
  28242. D!All Packages
  28243. Tool Chest Edition
  28244. LFSR Verilog CAD Tool
  28245. Summary: Data for a linear feedback shift register is entered through a dialog and produces a Verilog HDL module of a linear feedback shift register.  A CAD tool for hardware ASIC/FPGA developers. 
  28246. Features:
  28247. Used for training and using Verilog HDL. 
  28248. Produces test code for module. 
  28249. Calculates LFSR seed value. LFSR used for counters, prescalers, FIFO address generators,  random number generators and CRC checkers. 
  28250. Issues:
  28251. Doesn't open documents properly.
  28252. J.Horiz Count
  28253. Large Count
  28254. Readme
  28255. Vert CountK
  28256. Aug 93M=System 7.0 with 512Kbyte code. 
  28257. Color preferred not necessaryN
  28258. CAD/CAM, ASIC DesignOGDev.CD May 00 TC:Tool Chest:Hardware:Misc. Tools:LFSR Verilog CAD Tool:PRDev.CD May 00 TC
  28259.  - Tool Chest
  28260.  - Hardware
  28261.  - Misc. Tools
  28262.  - LFSR Verilog CAD ToolV
  28263. 74054X
  28264. May 00^
  28265. # hfs objects in a way compatible with current and past finders, creating and providing promised hfs flavors.
  28266. l show.
  28267. MPW TIPS AND TRICKS:  Automated Editing With StreamEdit by Tim Maroney.  The MPW tool StreamEdit provides you with powerful, flexible, scriptable text editing, at the price of just a little complexity.run us through the wringer once again.
  28268. THE VETERAN NEOPHYTE:  Confessions of a Veteran Technical Writer by Tim Monroe.  Enlightening trade secrets from someone who writes the documentation we all depend on.
  28269. J&develop Issue 28
  28270. develop Issue 28 codeK
  28271. Dec 96OIDev.CD Jun 00 RL Disk 1:Technical Documentation:Develop:develop Issue 28:PQDev.CD Jun 00 RL Disk 1
  28272.  - Technical Documentation
  28273.  - Develop
  28274.  - develop Issue 28storage
  28275. class
  28276. driver
  28277. systems
  28278. workstation
  28279. solaris
  28280. hp-ux
  28281. update
  28282. updater
  28283. usageu
  28284. usedistanthdwrmem
  28285. uselocalhdwrmem
  28286. utilities
  28287. utility
  28288. utility
  28289. space
  28290. variable
  28291. variables
  28292. vector
  28293. M<ScriptSwitcher8 updates ScriptSwitcher to work on System 8.0N
  28294. scriptswitcher script switcherO8Dev.CD May 00 TC:Tool Chest:Localization:ScriptSwitcher:P@Dev.CD May 00 TC
  28295.  - Tool Chest
  28296.  - Localization
  28297.  - ScriptSwitcherV
  28298. 74490X
  28299. May 00^
  28300. --set theItem to choose file -- uncomment to test in an AS editor
  28301.     tell application "Finder"
  28302.         open item "Dev.CD May 00 TC:Tool Chest:Localization:ScriptSwitcher:"
  28303.         activate
  28304.     end tell
  28305. on error errMsg number errNum
  28306.     --enter statements to perform when no records are found such as...
  28307.     display dialog "Sorry, the item you selected could not be found."
  28308.     return
  28309. end try
  28310. e    No Changef
  28311. scriptswitcher script switcherq
  28312. Dev.CD May 00 TC
  28313. D!All Packages
  28314. Mac OS SDK Edition
  28315. ScriptX 1.5.1
  28316. summary
  28317. appleglot
  28318. 2.4b6
  28319. translation
  28320. summary
  28321. applescript
  28322. easy-to-use
  28323. scripting
  28324. language
  28325. summary
  28326. appletalk's
  28327. printer
  28328. access
  28329. protocol
  28330. session
  28331. summary
  28332. 2.0.1
  28333. release
  28334. summary
  28335. atrapper
  28336. application
  28337. records
  28338. a-trap
  28339. calls
  28340. summary
  28341. audit
  28342. small
  28343. library
  28344. functions
  28345. provide
  28346. summary
  28347. backlight
  28348. control
  28349. control
  28350. panel
  28351. powerbooks
  28352. summary
  28353. bbedit
  28354. freeware
  28355. derivative
  28356. bbedit
  28357. summary
  28358. betabase
  28359. filemaker
  28360. report
  28361. database
  28362. summary
  28363. order
  28364. catch
  28365. summary
  28366. buginfo
  28367. macro
  28368. execute
  28369. within
  28370. macsbug
  28371. summary
  28372. callhyper
  28373. external
  28374. dimension
  28375. which
  28376. summary
  28377. cdent
  28378. format
  28379. source
  28380. summary
  28381. cfm-68k
  28382. runtime
  28383. architecture
  28384. 68k-based
  28385. summary
  28386. chromakey
  28387. movie
  28388. simple
  28389. application
  28390. which
  28391. it's[
  28392. simple
  28393. sample
  28394. which
  28395. demonstrates
  28396. scripting
  28397. stuffit
  28398. engine
  28399. library
  28400. distr
  28401. italian
  28402. itemT
  28403. itemhider
  28404. itemsy
  28405. iterate
  28406. iteration
  28407. iterations
  28408. itonx
  28409. itself
  28410. johnson
  28411. 73916X
  28412. Sept 9^
  28413. --set theItem to choose file -- uncomment to test in an AS editor
  28414.     tell application "Finder"
  28415.         open item "Dev.CD Sept 96 RL:Technical Documentation:develop:develop Issue  7:"
  28416.         activate
  28417.     end tell
  28418. on error errMsg number errNum
  28419.     --enter statements to perform when no records are found such as...
  28420.     display dialog "Sorry, the item you selected could not be found."
  28421.     return
  28422. end try
  28423. Deletedq
  28424. Dev.CD Sept 96 RL
  28425. FD(All Packages
  28426. Reference Library Edition
  28427. develop Issue  8
  28428. p--set theItem to choose file -- uncomment to test in an AS editor
  28429.     tell application "Finder"
  28430.         open item "Dev.CD Jul 93
  28431. Dev.CD Apr 93"
  28432.         activate
  28433.     end tell
  28434. on error errMsg number errNum
  28435.     --enter statements to perform when no records are found such as...
  28436.     display dialog "Sorry, the item you selected could not be found."
  28437.     return
  28438. end try
  28439. All Packages
  28440. F    QuickTimeO
  28441. Dev.CD Jul 93P
  28442. Dev.CD Jul 9V
  28443. 73200X
  28444. Jul 93
  28445. --set theItem to choose file -- uncomment to test in an AS editor
  28446.     tell application "Finder"
  28447.         open item "Dev.CD May 00 TC:Tool Chest:Testing & Debugging:Memory Management:"
  28448.         activate
  28449.     end tell
  28450. on error errMsg number errNum
  28451.     --enter statements to perform when no records are found such as...
  28452.     display dialog "Sorry, the item you selected could not be found."
  28453.     return
  28454. end try
  28455. stem file corruption detection, duplicate System Folder detection, and a logic board test.
  28456. Features:
  28457. Hardware configuration
  28458. Software configuration of startuer errNum
  28459.     --enter statements to perform when no records are found such as...
  28460.     display dialog "Sorry, the item you selected could not be found."
  28461.     return
  28462. end try
  28463. All Packages
  28464. Japanese Language KitO
  28465. Dev.CD Feb 95P
  28466. Dev.CD Feb 9V
  28467. 71554X
  28468. Feb 95
  28469. hypercardc
  28470. hypercard
  28471. update
  28472. hypercard
  28473. balloons
  28474. hypercard
  28475. player
  28476. stacks
  28477. hypercard
  28478. variable
  28479. button
  28480. field
  28481. instance
  28482. variables
  28483. global
  28484. ibook
  28485. color
  28486. colour
  28487. table
  28488. ciconhandle
  28489. ctabhandle
  28490. iconref
  28491. icons
  28492. identification
  28493. image
  28494. imagewriter
  28495. imaging
  28496. inactive
  28497. eevent
  28498. apple
  28499. event
  28500. dcmda
  28501. managerd
  28502. manualsu
  28503. memory
  28504. menuh
  28505. missA
  28506. mixed
  28507. modulet
  28508. monitor
  28509. networkQ
  28510. networking
  28511. newsi
  28512. object-orientedY
  28513. objectsupportlib
  28514. transport
  28515. cache
  28516. delete
  28517. query
  28518. pbclock
  28519. pcmcia
  28520. performanceA
  28521. performance
  28522. hardware
  28523. powerpc
  28524. bandwidth
  28525. cache
  28526. rates
  28527. picker
  28528. platformQ
  28529. basis
  28530. basket
  28531. batchz
  28532. batteries
  28533. battery
  28534. bbedit
  28535. t be found."
  28536.     return
  28537. end try
  28538. All Packages
  28539. F    QuickTimeV
  28540. 73175X
  28541. ources
  28542. 74954X
  28543. Nov 99^
  28544. --set theItem to choose file -- uncomment to test in an AS editor
  28545.     tell application "Finder"
  28546.         open item "Dev.CD Nov 99 TC:Tool Chest:Memory:ZoneRanger 1.1:"
  28547.         activate
  28548.     end tell
  28549. on error errMsg number errNum
  28550.     --enter statements to perform when no records are found such as...
  28551.     display dialog "Sorry, the item you selected could not be found."
  28552.     return
  28553. end try
  28554. Deletedf$utility
  28555. heap zones
  28556. handles
  28557. resourcesq
  28558. Dev.CD Nov 99 TC
  28559. TD!All Packages
  28560. Mac OS SDK Edition
  28561. Zoomed Video Driver v1.0 SDK
  28562. sample
  28563. library
  28564. which
  28565. provides
  28566. indispensable
  28567. work-@
  28568. debug
  28569. build
  28570. sound
  28571. manager
  28572. 3.2.1
  28573. useful
  28574. about@
  28575. about
  28576. runtime
  28577. 2.1.4@
  28578. acceleration@
  28579. accomplishing@
  28580. actively@
  28581. actually@
  28582. addresses@
  28583. adev@
  28584. affordable@
  28585. algorithm@
  28586. all-new@
  28587. allocating@
  28588.  Java, MRJ
  28589. gJvByrne's XCMDs & XFCNs
  28590. ColorScreen.c
  28591. CreateCopy.c
  28592. FilterDirectory.c
  28593. GetEOF.c
  28594. RemoveFile.c
  28595. Source
  28596. SystemFolder.c
  28597. XThingsK
  28598. Vol VL
  28599. Vol VIIMHHyperCard 2.0 or later, though most run under HyperCard 1.2.2 and 1.2.5.OaDev.CD May 00 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:Byrne's XCMDs&XFCNs:PoDev.CD May 00 TC
  28600.  - Tool Chest
  28601.  - Development Kits
  28602.  - HyperCard Related
  28603.  - XCMDs & XFCNs
  28604.  - Byrne's XCMDs&XFCNsV
  28605. 73822X
  28606. May 00^
  28607. --set theItem to choose file -- uncomment to test in an AS editor
  28608.     tell application "Finder"
  28609.         open item "Dev.CD May 00 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:Byrne's XCMDs&XFCNs:"
  28610.         activate
  28611.     end tell
  28612. on error errMsg number errNum
  28613.     --enter statements to perform when no records are found such as...
  28614.     display dialog "Sorry, the item you selected could not be found."
  28615.     return
  28616. end try
  28617. e    No Changeq
  28618. Dev.CD May 00 TC
  28619. hD!All Packages
  28620. Tool Chest Edition
  28621. C.S.M.P. Digests
  28622. modified[
  28623. summary
  28624. contains
  28625. information
  28626. describing
  28627. summary
  28628. folder
  28629. contains
  28630. summary
  28631. folder
  28632. contains
  28633. european
  28634. distributors
  28635. summary
  28636. folder
  28637. contains
  28638. number
  28639. postscript
  28640. utilitie
  28641. summary
  28642. folder
  28643. contains
  28644. variety
  28645. hypercard
  28646. summary
  28647. folder
  28648. contains
  28649. complete
  28650. information
  28651. developR
  28652. rgbforecolor
  28653. rhapsody
  28654. rhapsody
  28655. developer
  28656. documentation
  28657. rhapsody
  28658. pages
  28659. rightsj
  28660. rigorously
  28661. rinaldi1
  28662. ripple
  28663. risc-based
  28664. rischspater
  28665. riser
  28666. risko
  28667. risks
  28668. rmapz
  28669. robbins
  28670. roberts
  28671. robix
  28672. robust
  28673. robustness
  28674. rocketj
  28675. roger
  28676. roland
  28677. rolew
  28678. rolled
  28679. rollin
  28680. --set theItem to choose file -- uncomment to test in an AS editor
  28681.     tell application "Finder"
  28682.         open item "Dev.CD May 00 TC:Tool Chest:Printing:Learning to Drive:"
  28683.         activate
  28684.     end tell
  28685. on error errMsg number errNum
  28686.     --enter statements to perform when no records are found such as...
  28687.     display dialog "Sorry, the item you selected could not be found."
  28688.     return
  28689. end try
  28690. could not be found."
  28691.     return
  28692. end try
  28693. e    No Changeq
  28694. Dev.CD Jun 00 RL Disk 1
  28695. D!All Packages
  28696. Tool Chest Edition
  28697. MacCalendar 1.1b1I
  28698. Summary:  MacCalendar is a control strip module that displays a calendar when you click on it in the control strip.  The calendar display is configured using a separate application, MacCalendar Setup.J
  28699. Sample Code.imgK
  28700. Aug 94L
  28701. May 97M9Requires the Control Strip control panel to be installed.O
  28702. Dev.CD May 00 TC:Sample Code:P
  28703. Dev.CD May 00 TC
  28704.  - Sample CodeV
  28705. 72839X
  28706. May 00^
  28707. #Test
  28708. Test.68k.
  28709. Mar 96N
  28710. printer selected chooser
  28711. summary
  28712. hypercard
  28713. create
  28714. resolve
  28715. aliasesc
  28716. summary
  28717. macsbug
  28718. macro
  28719. debugging
  28720. summary
  28721. snippet
  28722. showing
  28723. determine
  28724. currently
  28725. summary
  28726. technical
  28727. notes
  28728. contain
  28729. latest
  28730. summary
  28731. parser
  28732. allow
  28733. access
  28734. system'sV
  28735. summary
  28736. aetracker
  28737. init/control
  28738. panel
  28739. allows
  28740. summary
  28741. application
  28742. which
  28743. provides
  28744. various
  28745. video
  28746. summary
  28747. controlling
  28748. finder
  28749. through
  28750. apple
  28751. summary
  28752. which
  28753. known
  28754. finderevents
  28755. summary
  28756. apple
  28757. peoplesoft
  28758. launched
  28759. partnership
  28760. summary
  28761. apple
  28762. computer
  28763. espana
  28764. prepared
  28765. guide
  28766. summary
  28767. apple
  28768. designed
  28769. maccheck
  28770. suport
  28771. provid
  28772. summary
  28773. apple
  28774. directions
  28775. developer
  28776. business
  28777. reportl
  28778. summary
  28779. apple
  28780. directions
  28781. developer
  28782. business
  28783. report
  28784. 1-12/k
  28785. summary
  28786. appleglot
  28787. translation
  28788. --set theItem to choose file -- uncomment to test in an AS editor
  28789.     tell application "Finder"
  28790.         open item "Dev.CD May 00 TC:Tool Chest:Localization:cihui:"
  28791.         activate
  28792.     end tell
  28793. on error errMsg number errNum
  28794.     --enter statements to perform when no records are found such as...
  28795.     display dialog "Sorry, the item you selected could not be found."
  28796.     return
  28797. end try
  28798. selected could not be found."
  28799.     return
  28800. end try
  28801. All Packages
  28802. System 7.5 Update 1.0O
  28803. Dev.CD Jul 95P
  28804. Dev.CD Jul 9V
  28805. 73373X
  28806. Jul 95
  28807. b--set theItem to choose file -- uncomment to test in an AS editor
  28808.     tell application "Finder"
  28809.         open item "Dev.CD Jul 95"
  28810.         activate
  28811.     end tell
  28812. on error errMsg number errNum
  28813.     --enter statements to perform when no records are found such as...
  28814.     display dialog "Sorry, the item you selected could not be found."
  28815.     return
  28816. end try
  28817. All Packages
  28818. System 7.5 Update 1.0O
  28819. Dev.CD Jul 95P
  28820. Dev.CD Jul 9V
  28821. 73374X
  28822. 74002X
  28823. Jun 00^    RL Disk 1
  28824. --set theItem to choose file -- uncomment to test in an AS editor
  28825.     tell application "Finder"
  28826.         open item "Dev.CD Jun 00 RL Disk 1:Utilities:HyperCard Player:HyperCard Player 2.4:"
  28827.         activate
  28828.     end tell
  28829. on error errMsg number errNum
  28830.     --enter statements to perform when no records are found such as...
  28831.     display dialog "Sorry, the item you selected could not be found."
  28832.     return
  28833. end try
  28834. e    No Changef
  28835. HyperCard Player
  28836. stacksq
  28837. Dev.CD Jun 00 RL Disk 1
  28838. D!All Packages
  28839. Tool Chest Edition
  28840. HyperCard Toolkits
  28841.     tions  by Michael C. Greenspon.   This article explores some subtle gotchas that can occur when mixing Pascal and C++ objects, and provides guidelines for avoiding them.
  28842. The Subspace Manager in System 7.0  by Harry R. Chesley.   A little-known Macintosh Manager is revealed for the first time, and the (hairy) implications for life on earth are discussed.
  28843. Print Hints From Luke & Zz: Help for Your Dialog Appendages  
  28844. --set theItem to choose file -- uncomment to test in an AS editor
  28845.     tell application "Finder"
  28846.         open item "Dev.CD Apr 94
  28847. Dev.CD Jan 94
  28848. Dev.CD Oct 93
  28849. Dev.CD Jul 93
  28850. Dev.CD Apr 93"
  28851.         activate
  28852.     end tell
  28853. on error errMsg number errNum
  28854.     --enter statements to perform when no records are found such as...
  28855.     display dialog "Sorry, the item you selected could not be found."
  28856.     return
  28857. end try
  28858. orldScript
  28859.  to run native on Power Macintosh computers.
  28860. J0Net Install
  28861. Open for Net Install->
  28862. Read Me FirstK
  28863. May 93L
  28864. Feb 96MiSystem 7.1, at least 4MBs of RAM and as much as 30 meg of hard disk space to install all the Kanji fonts.O9Dev.CD May 00 TC:Language Kits:Japanese Language Kit 1.2:P>Dev.CD May 00 TC
  28865.  - Language Kits
  28866.  - Japanese Language Kit 1.2ed mainly with Virtual User under 6.0.x).
  28867. Features: MiniLauncher can be set to launch an application directly, launch the application via a document, or launch the application and print a document.print a document.
  28868. dictation
  28869. digests
  28870. digital
  28871. config&interleave
  28872. directionsj
  28873. disinfectant
  28874. disinfectant
  28875. 3.7.1
  28876. performance
  28877. tools
  28878. diskfiller
  28879. display
  28880. display
  28881. display
  28882. manager
  28883. disposeresource
  28884. disposeresource
  28885. distribution
  28886. distributors
  28887. documentation
  28888. doubletrouble
  28889. doubletrouble
  28890. draggingsprites
  28891. drawing
  28892. drawsprocket
  28893. drawsprocket
  28894. drawsprockettest
  28895. drive
  28896. drive
  28897. utilities
  28898. guidep
  28899. handbookf
  28900. handwriting
  28901. hardware
  28902. helpq
  28903. imaging[
  28904. internationals
  28905. issue
  28906. investmentsj
  28907. invoke
  28908. invoked
  28909. involve
  28910. involved
  28911. otracer
  28912. @D!All Packages
  28913. Tool Chest Edition
  28914. OTCodeResource
  28915. This sample shows how to call Open Transport from a 68K code resource written in either Metrowerks CodeWarrior C or Symantec C for MPW. The sample creates a HyperCard XCMD which returns the default Ethernet address for the machine using Open Transport calls.
  28916. Sample Code.imgpen item "Dev.CD May 00 TC:Sample Code:"
  28917.         activate
  28918.     end tell
  28919. on error errMsg number errNum
  28920.     --enter statements to perform when no records are found such as...
  28921.     display dialog "Sorry, the item you selected could not be found."
  28922.     return
  28923. end try
  28924. Movedq
  28925. Dev.CD May 00 TC
  28926. CreateMovie
  28927. 6This demo program shows how to select create a movie from the results of using Java drawing capabilites and a sound file. It roughly translates the sample code in the QuickTime SDK - the Inside Macintosh:QuickTime examples of Chapter 2 (listings 2-5 through 2-12, starting at page 2-47 of the unbound edition).
  28928. dition).
  28929. Feb 00
  28930. 74380X
  28931. Jan 95
  28932. p--set theItem to choose file -- uncomment to test in an AS editor
  28933.     tell application "Finder"
  28934.         open item "Dev.CD Jan 95
  28935. Dev.CD Oct 94"
  28936.         activate
  28937.     end tell
  28938. on error errMsg number errNum
  28939.     --enter statements to perform when no records are found such as...
  28940.     display dialog "Sorry, the item you selected could not be found."
  28941.     return
  28942. end try
  28943. All Packages
  28944. F    QuickTimeO
  28945. Dev.CD Jan 96 SSWP
  28946. Dev.CD Jan 96 SSV
  28947. 74381X
  28948. Jan 96
  28949. f--set theItem to choose file -- uncomment to test in an AS editor
  28950.     tell application "Finder"
  28951.         open item "Dev.CD Jan 96 SSW"
  28952.         activate
  28953.     end tell
  28954. on error errMsg number errNum
  28955.     --enter statements to perform when no records are found such as...
  28956.     display dialog "Sorry, the item you selected could not be found."
  28957.     return
  28958. end try
  28959. All Packages
  28960. F    QuickTimeO
  28961. Dev.CD Jan 96 SSWP
  28962. Dev.CD Jan 96 SSV
  28963. 74382X
  28964. Jan 96
  28965. Summary: This is a simple I/O window based debugger kernel which provides the bare bones framework for a tailor made debugger.
  28966. Features: Robix is written in C for super portability. You make the commands you need for debugging hardware. This package also includes an easy to use command line parser.
  28967. Robix can be ported to any system with any microprocessor, then expanded. It has been successfully ported  to IBM PCs, Macs, Unix boxes, Netware file servers using everything from 68000 throug
  28968. h 68030 and 8085 through 80486.
  28969. Requires C compiler. Some assembly required if used as power up firmware.
  28970. Issues: User unfriendly, You must be proficient in the hardware it is run on because ROBIX lets you do anything you care to make commands for. For instance, you can create a set of SCSI commands that let you read, edit and write any block on any drive without using the SCSI manager. This debugger is meant to talk directly to the hardware. There is little if any OS. support.
  28971. This pac
  28972. debabelizer
  28973. debug]
  28974. debugger
  28975. debugger's
  28976. debuggerpresence
  28977. debuggers
  28978. working:Snarfer:"
  28979.         activate
  28980.     end tell
  28981. on error errMsg number errNum
  28982.     --enter statements to perform when no records are found such as...
  28983.     display dialog "Sorry, the item you selected could not be found."
  28984.     return
  28985. end try
  28986. Deletedq
  28987. Dev.CD Nov 99 TC
  28988. D!All Packages
  28989. Tool Chest Edition
  28990. f(** = new, * = revised)
  28991. FindSerialPorts:  This is a little snippet from the "Inside the Macintosh Communications Toolbox" which demonstrates the correct method for detecting which serial ports are present.
  28992. Get Tool Config:  This sample shows how to accumulate into a TEXT file the config strings of Connection Tools that have been configured with CMChoose.
  28993. Sample Code.imgK
  28994. Feb 92L
  28995. Apr 97O
  28996. Dev.CD May 00 TC:Sample Code:P
  28997. Dev.CD May 00 TC
  28998.  - Sample CodeV
  28999. 73281X
  29000. 1le CodeV
  29001. 73281X
  29002. 1e    No Change
  29003. All Packages
  29004. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  29005. Dev.CD Jan 94
  29006. Dev.CD Oct 93
  29007. Dev.CD Jul 93
  29008. Dev.CD Apr 93PDDev.CD Apr 94
  29009. Dev.CD Jan 94
  29010. Dev.CD Oct 93
  29011. Dev.CD Jul 93
  29012. Dev.CD Apr 9V
  29013. 74646X
  29014. Apr 94
  29015. --set theItem to choose file -- uncomment to test in an AS editor
  29016.     tell application "Finder"
  29017.         open item "Dev.CD Apr 94
  29018. Dev.CD Jan 94
  29019. Dev.CD Oct 93
  29020. Dev.CD Jul 93
  29021. Dev.CD Apr 93"
  29022.         activate
  29023.     end tell
  29024. on error errMsg number errNum
  29025.     --enter statements to perform when no records are found such as...
  29026.     display dialog "Sorry, the item you selected could not be found."
  29027.     return
  29028. end try
  29029. All Packages
  29030. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  29031. Dev.CD Jan 94
  29032. Dev.CD Oct 93
  29033. Dev.CD Jul 93
  29034. Dev.CD Apr 93PDDev.CD Apr 94
  29035. Dev.CD Jan 94
  29036. Dev.CD Oct 93
  29037. Dev.CD Jul 93
  29038. Dev.CD Apr 9V
  29039. 74647X
  29040. Apr 94
  29041. pointers
  29042. pointing
  29043. points
  29044. polaschek
  29045. polyhedral
  29046. polymorphic
  29047. polymorphism
  29048. &JU Readme - Translation Mgr SDK
  29049. (Obsolete)
  29050. Document Converter
  29051. Documentation
  29052. Sample CodeK
  29053. Aug 98M
  29054. Code Warrior Pro 2 -or- ETO
  29055. 23N+easy open, translation manager, translationO?Dev.CD Jul 00 SDK1:Development Kits:Mac OS:Translation Manager:PGDev.CD Jul 00 SDK1
  29056.  - Development Kits
  29057.  - Mac OS
  29058.  - Translation ManagerV
  29059. 74909X
  29060. Jul 00^
  29061. --set theItem to choose file -- uncomment to test in an AS editor
  29062.     tell application "Finder"
  29063.         open item "Dev.CD Jul 00 SDK1:Development Kits:Mac OS:Translation Manager:"
  29064.         activate
  29065.     end tell
  29066. on error errMsg number errNum
  29067.     --enter statements to perform when no records are found such as...
  29068.     display dialog "Sorry, the item you selected could not be found."
  29069.     return
  29070. end try
  29071. e    No Changef)easy open
  29072. translation manager
  29073. translationq
  29074. Dev.CD Jul 00 SDK1
  29075. 'D!All Packages
  29076. Tool Chest Edition
  29077. TV-Man
  29078. noteZ
  29079. standardgetfolder
  29080. replaces
  29081. customgetfile
  29082. apple
  29083. guide
  29084. intended
  29085. those
  29086. developers
  29087. noted
  29088. notesQ
  29089. nothing
  29090. noticed
  29091. notification
  29092. notifier
  29093. notify
  29094. notions
  29095. novell
  29096. novemberj
  29097. novice
  29098. d apple eventO
  29099. Dev.CD May 00 TC:Sample Code:P
  29100. Dev.CD May 00 TC
  29101.  - Sample Code
  29102. 73970X
  29103. May 00^
  29104. r--set theItem to choose file -- uncomment to test in an AS editor
  29105.     tell application "Finder"
  29106.         open item "Dev.CD May 00 TC:Sample Code:"
  29107.         activate
  29108.     end tell
  29109. on error errMsg number errNum
  29110.     --enter statements to perform when no records are found such as...
  29111.     display dialog "Sorry, the item you selected could not be found."
  29112.     return
  29113. end try
  29114. Movedq
  29115. Dev.CD May 00 TC
  29116. |D!All Packages
  29117. Mac OS SDK Edition
  29118. GameSprocket SDKs
  29119. Apple Game Sprockets are libraries designed to simplify the effort required to develop a Macintosh game.
  29120.  DrawSprocket 1.7.2 provides support for viewing game images, including setting screen resolution and color depth, choosing a monitor (on computers with multiple monitors), accelerating screen updates, and other features.
  29121. InputSprocket 1.7.2 provides support for using joysticks, keyboards, mice, and other input devices when playing games on your Macintosh computer.
  29122.  NetSprocket 1ckages
  29123. betaBase
  29124. Summary:  betaBase is a FileMaker Pro bug report database that will help developers log and record bugs in their applications.  betaBase is easy to use and easy to modify for developers own needs.  It is an easy bug tracking system and, because of the ease of use of FileMaker Pro, can easily sort records and create reports.  It is also networkable.
  29125. Features:
  29126.  lists all of the current System Software and Macintosh Systems
  29127.  handles more than one user at a time
  29128.  password capability
  29129.  easiht
  29130. light-weight
  29131. lightening
  29132. lighter
  29133. lights
  29134. likelyo
  29135. e    No Changef
  29136. CAD/CAM
  29137. ASIC Designq
  29138. Dev.CD May 00 TC
  29139. D!All Packages
  29140. Tool Chest Edition
  29141. trates a variety of techniques for using Open Transport
  29142. s list utility routines.  Specifically, it shows how to use OTLIFO lists in a simple producer/consumer application.  The code from this sample is featured in the latest release (v1.2) of the book 
  29143. Inside Macintosh: Open Transport
  29144. Sample Code.imgK
  29145. Nov 97L
  29146. Jun 98M
  29147. Open Transport 1.1.1 or higherN3Open Transport, OTLIFO, OTFIFO, OTLink, linked listO
  29148. Dev.CD May 00 TC:Sample Code:P
  29149. Dev.CD May 00 TC
  29150.  - Sample CodeV
  29151. 74055X
  29152. May 00^
  29153. r--set theItem to choose file -- uncomment to test in an AS editor
  29154.     tell application "Finder"
  29155.         open item "Dev.CD May 00 TC:Sample Code:"
  29156.         activate
  29157.     end tell
  29158. on error errMsg number errNum
  29159.     --enter statements to perform when no records are found such as...
  29160.     display dialog "Sorry, the item you selected could not be found."
  29161.     return
  29162. end try
  29163. e    No Change
  29164. e    No Change
  29165. libheaders
  29166. libobject
  29167. libraries
  29168. libraries
  29169. libraryA
  29170. license
  29171. licensingv
  29172. licensing
  29173. folder
  29174. linecount
  29175. linecount
  29176. linkedo
  29177. linked
  29178. fileso
  29179. links
  29180. interface
  29181. listcomponents
  29182. listcomponents
  29183. listlogic
  29184. listlogic
  29185. listoid
  29186. listoid
  29187. listselect
  29188. listselect
  29189. localization
  29190. tools
  29191. locator
  29192. lookup
  29193. lookupmenu
  29194. lurkers
  29195. lurkers
  29196. lurkers
  29197. lurkers
  29198. lurkers
  29199. readme
  29200. lurkers
  29201. readme
  29202. graphics
  29203. primer
  29204. interfaces
  29205. guidelines
  29206. development
  29207. toolkit
  29208. runtime
  29209. architectures
  29210. encodingsw
  29211. 73757X
  29212. Dec 99^
  29213. --set theItem to choose file -- uncomment to test in an AS editor
  29214.     tell application "Finder"
  29215.         open item "Dev.CD Dec 99 RL:Technical Documentation:Peripherals Documentation:"
  29216.         activate
  29217.     end tell
  29218. on error errMsg number errNum
  29219.     --enter statements to perform when no records are found such as...
  29220.     display dialog "Sorry, the item you selected could not be found."
  29221.     return
  29222. end try
  29223. Deletedq
  29224. Dev.CD Dec 99 RL
  29225. 'D!All Packages
  29226. Mac OS SDK Edition
  29227. Apple Color OneScanner SDK
  29228.     ansferProviderOwnership to transfer the ownership of an Open Transport provider (eg an endpoint) between Open Transport clients.  In this example, an endpoint is transferred between a shared library and an application that calls that shared library.  The code from this sample is featured in the latest release (v1.2) of the book 
  29229. Inside Macintosh: Open Transport
  29230. Sample Code.imgK
  29231. Nov 97M
  29232. Open Transport 1.1.1 or later:Sample Code:V
  29233. 73670X
  29234. 1e    No Change
  29235. All Packages
  29236. QuickDraw 3DO
  29237. Dev.CD Jun 97 SSWP
  29238. Dev.CD Jun 97 SSV
  29239. 74288X
  29240. Jun 97
  29241. f--set theItem to choose file -- uncomment to test in an AS editor
  29242.     tell application "Finder"
  29243.         open item "Dev.CD Jun 97 SSW"
  29244.         activate
  29245.     end tell
  29246. on error errMsg number errNum
  29247.     --enter statements to perform when no records are found such as...
  29248.     display dialog "Sorry, the item you selected could not be found."
  29249.     return
  29250. end try
  29251. All Packages
  29252. QuickDraw 3DO
  29253. Dev.CD Jun 97 SSWP
  29254. Dev.CD Jun 97 SSV
  29255. 74289X
  29256. Jun 97
  29257. f--set theItem to choose file -- uncomment to test in an AS editor
  29258.     tell application "Finder"
  29259.         open item "Dev.CD Jun 97 SSW"
  29260.         activate
  29261.     end tell
  29262. on error errMsg number errNum
  29263.     --enter statements to perform when no records are found such as...
  29264.     display dialog "Sorry, the item you selected could not be found."
  29265.     return
  29266. end try
  29267. All Packages
  29268. QuickDraw 3DO
  29269. Dev.CD Jun 97 SSWV
  29270. 74290X
  29271. web access. 
  29272. finder
  29273. strings
  29274. finder
  29275. label
  29276. finder
  29277. windows
  29278. finderevents
  29279. firewire
  29280. firmware
  29281. folder
  29282. encoding
  29283. management
  29284. manager
  29285. fonts
  29286. fontsync
  29287. foreign
  29288. foreign
  29289. system
  29290. formatting
  29291. forth
  29292. foundation
  29293. foundation
  29294. reference
  29295. foundation
  29296. reference
  29297. client
  29298. reater along with OT 1.1.2 or greater. B
  29299. For testing with ethernet hardware not using the mentat template, requires a minimum of SSW 7.5.3 and OT 1.1.1. If an ethernet driver that has a driver based on the mentat template, then SSW 8.0 with OT 1.2 is required.
  29300. Sample Code.imgK
  29301. Nov 98M
  29302. See the readme fileNCEthernet, raw mode, DLPI, enet, multicast, MDATA, LLC, 802.2, 802.3O
  29303. Dev.CD May 00 TC:Sample Code:P
  29304. Dev.CD May 00 TC
  29305.  - Sample Code responsible for presenting separate "Replace?" dialogs.  When the Save button is hit and
  29306. quicktime
  29307. contents
  29308. quicktime
  29309. quicktime
  29310. tools
  29311. quicktime
  29312. fully
  29313. quicktime
  29314. xcmds
  29315. quicktime
  29316. xcmds
  29317. alias
  29318. quickview
  29319. quickview
  29320. 2.3e4
  29321. release
  29322. notes
  29323. quickview
  29324. databases-standalone
  29325. qwertytunes
  29326. qwertytunes
  29327. qwertytunes
  29328. qwertytunes
  29329. filing
  29330. qwertytunes
  29331. filing
  29332. qwertytunes
  29333. qwertytunes
  29334. qwertytunes
  29335. qwertytunes
  29336. r13u5
  29337. r14a1
  29338. r14d5
  29339. common
  29340. starter
  29341. samples
  29342. readme
  29343. rdocproc
  29344. rdocproc
  29345. Dev.CD May 00 TC:Sample Code:P
  29346. Dev.CD May 00 TC
  29347.  - Sample CodeV
  29348. 74006X
  29349. May 00^
  29350. r--set theItem to choose file -- uncomment to test in an AS editor
  29351.     tell application "Finder"
  29352.         open item "Dev.CD May 00 TC:Sample Code:"
  29353.         activate
  29354.     end tell
  29355. on error errMsg number errNum
  29356.     --enter statements to perform when no records are found such as...
  29357.     display dialog "Sorry, the item you selected could not be found."
  29358.     return
  29359. end try
  29360. e    No Changef
  29361. QuickTime
  29362. Dev.CD May 00 TC
  29363. D!All Packages
  29364. Tool Chest Edition
  29365. ImageProducingIfThis demo program shows how to display any QuickTime drawing object using Java's ImageProducing model.J
  29366. Sample Code.imgK
  29367. Feb 00
  29368. - Common
  29369.     - Sun Compliant Java Runtime Environment 1.1
  29370.     - QuickTime 3 
  29371.     - QTJava.zip
  29372.     - QTJava media samples
  29373. - Mac OS:
  29374.     - System 8 or later
  29375.     - Macintosh Runtime for Java (MRJ) 2.1
  29376. - Windows 95, 98, or NT::
  29377.     - JRE/JDK from Sun Microsystems, Inc. recommended
  29378. QuickTime, Java, MRJange
  29379. Sample Code.imgK
  29380. Dec 99M QuickTime 4, Mac OS 7.1 or laterN
  29381. QuickTime, effectsO
  29382. Dev.CD May 00 TC:Sample Code:P
  29383. Dev.CD May 00 TC
  29384.  - Sample CodeV
  29385. 74268X
  29386. May 00^
  29387. r--set theItem to choose file -- uncomment to test in an AS editor
  29388.     tell application "Finder"
  29389.         open item "Dev.CD May 00 TC:Sample Code:"
  29390.         activate
  29391.     end tell
  29392. on error errMsg number errNum
  29393.     --enter statements to perform when no records are found such as...
  29394.     display dialog "Sorry, the item you selected could not be found."
  29395.     return
  29396. end try
  29397. rance
  29398. 72529X
  29399. ktime.html
  29400. Dev.CD Jun 00 RL Disk 2
  29401. D(All Packages
  29402. Reference Library Edition
  29403. F Technical Publications: Rhapsody
  29404. Jo.http://developer.apple.com/techpubs/index.htmlq
  29405. Dev.CD Jan 00 SDK1
  29406. KD(All Packages
  29407. Reference Library Edition
  29408. Developer Forms
  29409. Summary:  This folder contains electronic forms that allow developers to register creator & file types, Apple II file & auxiliary types, and NuBus boards, and to report bugs and name & address changes.
  29410.  Apple Bug Reporter
  29411. The Apple Bug Reporter is a HyperCard stack that allows developers to report bugs against Macintosh software and hardware. When you have completed a bug, the stack puts it in your AppleLink Out Basket. When you next log on to AppleLink, your bug is sent to APPLE.BUGS.
  29412. t theItem to choose file -- uncomment to test in an AS editor
  29413.     tell application "Finder"
  29414.         open item "Dev.CD Jan 95
  29415. Dev.CD Oct 94"
  29416.         activate
  29417.     end tell
  29418. on error errMsg number errNum
  29419.     --enter statements to perform when no records are found such as...
  29420.     display dialog "Sorry, the item you selected could not be found."
  29421.     return
  29422. end try
  29423. 2OZDev.CD Nov 99 TC:Tool Chest:Testing & Debugging:Hardware tools:Apple II Monitor dcmd (xx):PeDev.CD Nov 99 TC
  29424.  - Tool Chest
  29425.  - Testing & Debugging
  29426.  - Hardware tools
  29427.  - Apple II Monitor dcmd (xx)V
  29428. 73769X
  29429. Nov 99^
  29430. --set theItem to choose file -- uncomment to test in an AS editor
  29431.     tell application "Finder"
  29432.         open item "Dev.CD Nov 99 TC:Tool Chest:Testing & Debugging:Hardware tools:Apple II Monitor dcmd (xx):"
  29433.         activate
  29434.     end tell
  29435. on error errMsg number errNum
  29436.     --enter statements to perform when no records are found such as...
  29437.     display dialog "Sorry, the item you selected could not be found."
  29438.     return
  29439. end try
  29440. Deletedq
  29441. Dev.CD Nov 99 TC
  29442. 3D!All Packages
  29443. Tool Chest Edition
  29444. Apple International Glossaries
  29445.     ivers use the HID device dispatch table. New function descriptions are also included in Chapter 5 "USB Services Library."
  29446. Power Mac G4 Developer Note (Revised)
  29447. This developer note provides technical information about the Power Mac G4 
  29448. sanctioned
  29449. sanity
  29450. sanskrit
  29451. satisfys
  29452. satisfying
  29453. saturate
  29454. savec
  29455. saved
  29456. saved-off
  29457. savedpapfilexx
  29458. savemenu
  29459. saver
  29460. saves
  29461. savingj
  29462. savings
  29463. savory
  29464. savvy
  29465. sawitzki
  29466. saysj
  29467. sbarcdef
  29468. scalable
  29469. scale
  29470. scales
  29471. scaling
  29472. scannedg
  29473. scannerg
  29474. scanners
  29475. scanning
  29476. scansg
  29477. scenario
  29478. scene
  29479. scheduleR
  29480. scheduled
  29481. schedulesR
  29482. schemes
  29483. urce is provided.  
  29484. * Formats in the One True Style out of the box.
  29485. * Used by the developers of MacApp 3.0. 
  29486. * Does not harm the ozone layer nor does it contribute to global warming.
  29487. This package is System 7.0 compatible.  7.0 compatible.  
  29488. 74491X
  29489. Apr 98^
  29490. --set theItem to choose file -- uncomment to test in an AS editor
  29491.     tell application "Finder"
  29492.         open item "Dev.CD Apr 98 SDK2:Development Kits (Disc 2):ScriptX:"
  29493.         activate
  29494.     end tell
  29495. on error errMsg number errNum
  29496.     --enter statements to perform when no records are found such as...
  29497.     display dialog "Sorry, the item you selected could not be found."
  29498.     return
  29499. end try
  29500. Deletedq
  29501. Dev.CD Apr 98 SDK2
  29502. D!All Packages
  29503. Tool Chest Edition
  29504. folder contains several
  29505.  snippets that illustrate the original and asynchronous SCSI Managers, including a working SCSI device driver.
  29506. All samples work under the asynchronous SCSI Manager (SCSI Manager 4.3) and, where appropriate under the original (Inside Mac IV) SCSI Manager and have been compiled under several C environments (MPW, Think C, MetroWerks).
  29507. Some snippets require the Asynchronous SCSI Manager (SCSI Manager 4.3).
  29508. Known bugs/incompatibilites:
  29509. These snippets 
  29510. These snippets 
  29511. perspectives
  29512. pertaining
  29513. peter
  29514. pgpuam
  29515. pgpuam
  29516. enhancement
  29517. standard
  29518. appleshare
  29519. phase
  29520. philip
  29521. phone
  29522. phonetic
  29523. photo
  29524. photograph
  29525. photographers
  29526. photographs
  29527. photos
  29528. photoshop
  29529.  selected could not be found."
  29530.     return
  29531. end try
  29532. Updatedf?MacApp
  29533. Framework
  29534. Object-oriented
  29535. C++ Standard Library
  29536. CarbonLib
  29537. /A(http://developer.apple.com/tools/macapp/
  29538. Dev.CD Jul 00 SDK1
  29539. All Packages
  29540. F    MacBinary
  29541. 72838X
  29542. opland does not include support for jGNEFilter. However, it is likely that Copland will include some form of global event filtering service. Carefully isolate your use of this code and you may be able to make the move to Copland without too much pain.
  29543. Mar 96nd CodeWarrior Pro v3.0 IDE project file.IDE project file.
  29544. than what the app asked for.  This is useful for multimedia developers who ship on CD ROM but want to adjust the size of their SIZE resource depending on available memory, CPU, etc.
  29545. Process:  An MPW tool that prints information about all running processes under System 7.0.
  29546. quitapps:  DTS Code Snippet to quit all running applications (except yourself)
  29547. SubLaunch:  This sample application shows how to launch one application from another.
  29548. Sample Code.imgK
  29549. Feb 92L
  29550. Nov 96O
  29551. Dev.CD May 00 TC:Sample Code:P
  29552. Dev.CD May 00 TC
  29553.  - Sample Code
  29554. hardwareA
  29555. hardware
  29556. developer
  29557. documentation
  29558. developer
  29559. notes
  29560. devnotes
  29561. heaps
  29562. hebrew
  29563. helpp
  29564. hierarchical
  29565. sub-menus
  29566. helper
  29567. menubar
  29568. corners
  29569. desktop
  29570. finder
  29571. grayrgn
  29572. hierarchical
  29573. level
  29574. toolbox
  29575. morefiles
  29576. moreisbetter
  29577. wrapper
  29578. analyzerT
  29579. parser
  29580. 5.0.7V
  29581. parser
  29582. parser
  29583. adbreinit
  29584. adbreinit
  29585. noteW
  29586. adbreinit
  29587. adcstyle
  29588. adcstyle
  29589. addchange
  29590. addendumg
  29591. addheader
  29592. additions
  29593. addmenu
  29594. addressh
  29595. addresses
  29596. administration
  29597. archive
  29598. filesi
  29599. archive
  29600. htmli
  29601. color
  29602. imaging
  29603. advanced[
  29604. advanced
  29605. color
  29606. imaging[
  29607. advanced
  29608. color
  29609. imaging
  29610. advanced
  29611. technique
  29612. coercion
  29613. init]
  29614. aegizmos]
  29615. Lf+Open Transport
  29616. Traceroute
  29617. rawip
  29618. Dev.CD May 00 TC
  29619. MD!All Packages
  29620. Tool Chest Edition
  29621. n application illustrating how to create application packages in Mac OS 9.  It provides a simple interface or converting correctly formatted folders into packages and vice versa.
  29622. Tasks illustrated include:
  29623. - how to create a package,
  29624. - how to detect a package,
  29625. includes a 'package document aware'  application sample (HTMLSample))
  29626. Sample Code.imgK
  29627. Dec 99M
  29628. Mac OS 9N!packages, Mac OS 9, package awareO
  29629. Dev.CD May 00 TC:Sample Code:P
  29630. Dev.CD May 00 TC
  29631.  - Sample CodeV
  29632. 74180X
  29633. May 00^
  29634. r--set theItem to choose file -- uncomment to test in an AS editor
  29635.     tell application "Finder"
  29636.         open item "Dev.CD May 00 TC:Sample Code:"
  29637.         activate
  29638.     end tell
  29639. on error errMsg number errNum
  29640.     --enter statements to perform when no records are found such as...
  29641.     display dialog "Sorry, the item you selected could not be found."
  29642.     return
  29643. end try
  29644. end try
  29645. 74000X
  29646. Jun 00^    RL Disk 1
  29647. --set theItem to choose file -- uncomment to test in an AS editor
  29648.     tell application "Finder"
  29649.         open item "Dev.CD Jun 00 RL Disk 1:Utilities:HyperCard Player:HyperCard Updater 2.4:"
  29650.         activate
  29651.     end tell
  29652. on error errMsg number errNum
  29653.     --enter statements to perform when no records are found such as...
  29654.     display dialog "Sorry, the item you selected could not be found."
  29655.     return
  29656. end try
  29657. e    No Changef
  29658. HyperCard
  29659. updateq
  29660. Dev.CD Jun 00 RL Disk 1
  29661. D!All Packages
  29662. Tool Chest Edition
  29663. HyperCard Instance Variables
  29664.     editor
  29665.     tell application "Finder"
  29666.         open item "Dev.CD Jun 97 SSW
  29667. Dev.CD Dec 96 SE"
  29668.         activate
  29669.     end tell
  29670. on error errMsg number errNum
  29671.     --enter statements to perform when no records are found such as...
  29672.     display dialog "Sorry, the item you selected could not be found."
  29673.     return
  29674. end try
  29675. All Packages
  29676. F    QuickTimeO"Dev.CD Jun 97 SSW
  29677. Dev.CD Dec 96 SEV
  29678. 70736X
  29679. e example uses THINK C's inline assembler, so MPW users will have to either inline it, or write something similar using MPW's assembler.
  29680. Sample Code.imgK
  29681. Feb 92L
  29682. Aug 95O
  29683. Dev.CD May 00 TC:Sample Code:P
  29684. Dev.CD May 00 TC
  29685.  - Sample Codeesource^
  29686. protocol
  29687. agent
  29688. aiatb
  29689. manual
  29690. changes
  29691. readmeb
  29692. alchemist
  29693. alerts
  29694. aliasc
  29695. alias
  29696. alias
  29697. aliases
  29698. aliaslab
  29699. align
  29700. align
  29701. htmlt
  29702. alphaselector
  29703. alphaselector
  29704. amazonbooks
  29705. amazonbooks
  29706. amazonmusic
  29707. amazonmusic
  29708. analysis
  29709. analyzerT
  29710. animation
  29711. anniversary
  29712. anothercustomenabler
  29713. antlr
  29714. aoceapi
  29715. aocesam
  29716. irections
  29717. 03/95j
  29718. All Packages
  29719. F    PowerTalkO
  29720. Dev.CD Apr 95
  29721. Dev.CD Jan 95P
  29722. Dev.CD Apr 95
  29723. Dev.CD Jan 9V
  29724. 74230X
  29725. Apr 95
  29726. p--set theItem to choose file -- uncomment to test in an AS editor
  29727.     tell application "Finder"
  29728.         open item "Dev.CD Apr 95
  29729. Dev.CD Jan 95"
  29730.         activate
  29731.     end tell
  29732. on error errMsg number errNum
  29733.     --enter statements to perform when no records are found such as...
  29734.     display dialog "Sorry, the item you selected could not be found."
  29735.     return
  29736. end try
  29737. All Packages
  29738. F    PowerTalkO
  29739. Dev.CD Apr 95P
  29740. Dev.CD Apr 9V
  29741. 74231X
  29742. Apr 95
  29743. b--set theItem to choose file -- uncomment to test in an AS editor
  29744.     tell application "Finder"
  29745.         open item "Dev.CD Apr 95"
  29746.         activate
  29747.     end tell
  29748. on error errMsg number errNum
  29749.     --enter statements to perform when no records are found such as...
  29750.     display dialog "Sorry, the item you selected could not be found."
  29751.     return
  29752. end try
  29753. All Packages
  29754. F    PowerTalkO
  29755. Dev.CD Apr 95V
  29756. 74232X
  29757. ov 94
  29758. 73814X
  29759. Nov 99^
  29760. --set theItem to choose file -- uncomment to test in an AS editor
  29761.     tell application "Finder"
  29762.         open item "Dev.CD Nov 99 TC:Tool Chest:Testing & Debugging:Bug Reporting:betaBase:"
  29763.         activate
  29764.     end tell
  29765. on error errMsg number errNum
  29766.     --enter statements to perform when no records are found such as...
  29767.     display dialog "Sorry, the item you selected could not be found."
  29768.     return
  29769. end try
  29770. Deletedf
  29771. database
  29772. beta test
  29773. beta helpq
  29774. Dev.CD Nov 99 TC
  29775. All Packages
  29776. BinHexI
  29777. Summary: This is the definition for the BinHex 4.0 Protocol.  It will be useful for folks interested in adding BinHex 4.0 to their communications or file compression packages.J
  29778. BinHex 4.0 SpecsK
  29779. May 93M
  29780. Adobe Acrobat Reader.OKDev.CD Jun 00 RL Disk 1:Technical Documentation:Misc. Standards:BinHex 4.0:PSDev.CD Jun 00 RL Disk 1
  29781.  - Technical Documentation
  29782.  - Misc. Standards
  29783.  - BinHex 4.0V
  29784. 73815X
  29785. Jun 00^    RL Disk 1
  29786. e    No Change
  29787. All Packages
  29788. 73482
  29789. veritable
  29790. versa
  29791. versatile
  29792. versatility
  29793. versionN
  29794. version
  29795. windowed
  29796. allows
  29797. creation
  29798. versionedit
  29799. video
  29800. viewX
  29801. viewed
  29802. viewer
  29803. openfirmware
  29804. opengl
  29805.  to register creator code IDs for their applications, and will alert the developer if the creator ID has already been reserved.  NOTE:  Using this stack does not guarantee that the creator requested has not been reserved after we went to press.  Remember that Apple no longer registers file types.
  29806. Features: The stack can check to see if the creator ID being requested has already been taken, using the most recent information from Developer Support's creatBZor code database.  It also automatically creates an email to send to devsupport@apple.com.
  29807. JIC/F Reg. on the Web!
  29808. Creator Registration
  29809. Read Me - C/F Registration v2.1K
  29810. Jun 93L
  29811. Feb 98M
  29812. Hypercard 2.1N creator, signature, registrationOEDev.CD Dec 99 RL:Utilities:Developer Forms:C/F Registration Requests:PMDev.CD Dec 99 RL
  29813.  - Utilities
  29814.  - Developer Forms
  29815.  - C/F Registration Requests
  29816. May 00^
  29817. --set theItem to choose file -- uncomment to test in an AS editor
  29818.     tell application "Finder"
  29819.         open item "Dev.CD May 00 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:Help XFCN 1.4:"
  29820.         activate
  29821.     end tell
  29822. on error errMsg number errNum
  29823.     --enter statements to perform when no records are found such as...
  29824.     display dialog "Sorry, the item you selected could not be found."
  29825.     return
  29826. end try
  29827. e    No Changef
  29828. HyperCard
  29829. Balloonsq
  29830. Dev.CD May 00 TC
  29831. D!All Packages
  29832. Tool Chest Edition
  29833. helpful MPW scripts
  29834.     ry, the item you selected could not be found."
  29835.     return
  29836. end try
  29837. Deletedq
  29838. Dev.CD Jan 97 SDK2
  29839. 9D!All Packages
  29840. Tool Chest Edition
  29841. OpenFWBridgeFixJul97
  29842. enabler
  29843. encoding
  29844. encodingsw
  29845. engineering
  29846. engines
  29847. english
  29848. englishmiscellaneous
  29849. englishmiscellaneous
  29850. rsrc^
  29851. englishterminology^
  29852. englishterminology
  29853. englishterminology
  29854. rsrc^
  29855. sample
  29856. demonstrates
  29857. ottransferproviderow
  29858. sample
  29859. demonstrates
  29860. transport
  29861. sample
  29862. demonstrates
  29863. write
  29864. application
  29865. shimmermate
  29866. shimmermate
  29867. 2.0.1
  29868. globals
  29869. movie
  29870. showdialogboxes
  29871. showdialogboxes
  29872. showiniticon
  29873. simple
  29874. simple
  29875. drawsprocket
  29876. simpleapp
  29877. simpleapp
  29878. 1.0.2
  29879. success
  29880. suite
  29881. suitesm
  29882. super
  29883. survey
  29884. switch
  29885. synchronization
  29886. systemx
  29887. technicalS
  29888. technotes
  29889. terminology^
  29890. tester
  29891. textedit
  29892. token
  29893. tokenizer
  29894. toolbox
  29895. toolkit
  29896. toolkits
  29897. tools]
  29898. transport
  29899. transport/ppp
  29900. f/Open Transport
  29901. OTLIFO
  29902. OTFIFO
  29903. OTLink
  29904. linked listq
  29905. Dev.CD May 00 TC
  29906. D!All Packages
  29907. Tool Chest Edition
  29908. illustrating scrolling of controls via an off screen GWorld.  
  29909. This code shows how to correctly set and maintain proportional scroll bars, do live scrolling and handle controls with a live scrolling window.J
  29910. Sample Code.imgK
  29911. Nov 99M*Appearance Manager and System 8.1 or laterN<live scrolling, control, proportional scroll bar, appearanceO
  29912. Dev.CD May 00 TC:Sample Code:P
  29913. Dev.CD May 00 TC
  29914.  - Sample CodeV
  29915. 74056X
  29916. May 00^
  29917. r--set theItem to choose file -- uncomment to test in an AS editor
  29918.     tell application "Finder"
  29919.         open item "Dev.CD May 00 TC:Sample Code:"
  29920.         activate
  29921.     end tell
  29922. on error errMsg number errNum
  29923.     --enter statements to perform when no records are found such as...
  29924.     display dialog "Sorry, the item you selected could not be found."
  29925.     return
  29926. end try
  29927. e    No Changef9live scrolling
  29928. control
  29929. proportional scroll bar
  29930. appearancell bar
  29931. appearance
  29932. ghlights; Human Interface (Do the Right Thing); QuickTime VR; OpenDoc Human Interface Q & A; Ask Don Norman (Where Will Apple Be in Five Years?).
  29933. Market Research Monthly (Macintosh User Profile Research From WWDC); Marketing Feature (Macintosh Entertainment Market); Developer Outlook (Recruiting Animators).
  29934. June 1995 Apple Directions Articles
  29935. They're Here: Power Computing Ships First Mac OS Compatibles
  29936. Strategy Mosaic: Copland: Technology For Customers' Sakes
  29937. Editor
  29938. s Note: Hedging Your
  29939.  Investments
  29940. IndustryWatch: Fast and Getting Faster
  29941. OpenDoc Developer Release 2
  29942. Apple Ships Open Transport Beta Software
  29943. Apple Reduces Prices on Developer University Self-Paced Training Products
  29944. develop Issue 22: More Than Ever!
  29945. CD Highlights: Reference Library Edition, June 1995
  29946. OpenDoc
  29947. One Architecture Fits All
  29948. Human Interface: Network Nirvana
  29949. Delta Alert: MPW Pro #17, E.T.O. #17, and Mac OS SDK #3
  29950. Market Research Monthly: The Most Popular Application Categories
  29951. Special Marketing Report:
  29952. --set theItem to choose file -- uncomment to test in an AS editor
  29953.     tell application "Finder"
  29954.         open item "Dev.CD May 00 TC:Tool Chest:Hardware:Misc. Tools:LFSR Verilog CAD Tool:"
  29955.         activate
  29956.     end tell
  29957. on error errMsg number errNum
  29958.     --enter statements to perform when no records are found such as...
  29959.     display dialog "Sorry, the item you selected could not be found."
  29960.     return
  29961. end try
  29962. acApp
  29963. Framework
  29964. Object-oriented
  29965. /A(http://developer.apple.com/tools/macapp/
  29966. Dev.CD May 00 TC
  29967. D.All Packages
  29968. Mac OS SDK Edition
  29969. New & Revised
  29970. MacApp Release 14a1
  29971.     de which is best used when you to see how an MDEF can be written.
  29972. Features: Concordia includes the normal features for a text MDEF, plus pop-up menus, hierarchical menus, and scrolling. It doesn
  29973. t support color icons, multiple scripts, bidirectional scripts, or gray dimming.
  29974. dimming.
  29975. Summary:  "Show Movie" is a small application designed to load and play movies. It demonstrates several useful features in QuickTime and ways to use them.
  29976.   -Creating a Time Base call back
  29977.   -Setting call backs based on the length of a movie.
  29978.   -Automatically closing a movie once it has finished playing
  29979.   -Making a loop within a movie.
  29980.   -Changing the rate of a movie while it is playing.
  29981.   -Slaving one movie to another.
  29982.   -Offsetting the start frame of a slave movie.
  29983.   -Delaying the start
  29984. E of a slave movie playing
  29985. It achieves the above by using Time Base call backs documented in Inside Macintosh QuickTime pages 2-335 to 2-341, 2-364
  29986. It also demonstrates
  29987.   Ways to pass data to the call backs and dispose of it once the movie has finished.
  29988.   How to create a default button on a dialog without using user items.
  29989. Sample Code.imgK
  29990. Jan 96O
  29991. Dev.CD May 00 TC:Sample Code:P
  29992. Dev.CD May 00 TC
  29993.  - Sample Code
  29994. All Packages
  29995. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  29996. Dev.CD Jan 94
  29997. Dev.CD Oct 93
  29998. Dev.CD Jul 93
  29999. Dev.CD Apr 93PDDev.CD Apr 94
  30000. Dev.CD Jan 94
  30001. Dev.CD Oct 93
  30002. Dev.CD Jul 93
  30003. Dev.CD Apr 9V
  30004. 74839X
  30005. Apr 94
  30006. --set theItem to choose file -- uncomment to test in an AS editor
  30007.     tell application "Finder"
  30008.         open item "Dev.CD Apr 94
  30009. Dev.CD Jan 94
  30010. Dev.CD Oct 93
  30011. Dev.CD Jul 93
  30012. Dev.CD Apr 93"
  30013.         activate
  30014.     end tell
  30015. on error errMsg number errNum
  30016.     --enter statements to perform when no records are found such as...
  30017.     display dialog "Sorry, the item you selected could not be found."
  30018.     return
  30019. end try
  30020. All Packages
  30021. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  30022. Dev.CD Jan 94
  30023. Dev.CD Oct 93
  30024. Dev.CD Jul 93
  30025. Dev.CD Apr 93PDDev.CD Apr 94
  30026. Dev.CD Jan 94
  30027. Dev.CD Oct 93
  30028. Dev.CD Jul 93
  30029. Dev.CD Apr 9V
  30030. 74840X
  30031. Apr 94
  30032. doesnt
  30033. deanna
  30034. macapp
  30035. users
  30036. deatherage
  30037. The complete reference for OpenStep Foundation classes and protocols. Foundation is the heart of any OpenStep application, providing memory management and crucial classes such as NSArray, NSString, and NSThread.
  30038. CURRENT DOCUMENTATION:
  30039. Current documentation set is available on the Developer CD May 97, Tool Chest series or on our website via DevWorld at http://devworld.apple.com/dev/SWTechPubs/Documents/Download/apple.html.
  30040. *Discovering OPENSTEP: A Developer Tutorial (Windows NT)
  30041. *Object-Oriented Programming and the Objective-C Language
  30042. *Topics in OPENSTEP Programming
  30043. JNDiscoveringOpenstepBook.pdf
  30044. IntroAppKitBook.pdf
  30045. IntroFoundationBook.pdf
  30046. READMEK
  30047. Oct 97O]Dev.CD Oct 97 SDK1:What's New:Technical Documentaion:Rhapsody/OpenStep:RhapsodyDocumentation:PhDev.CD Oct 97 SDK1
  30048.  - What's New
  30049.  - Technical Documentaion
  30050.  - Rhapsody/OpenStep
  30051.  - RhapsodyDocumentationsocket
  30052. All Packages
  30053. F#System Enabler 040 (Centris/Quadra)O7Dev.CD Apr 94
  30054. Dev.CD Jan 94
  30055. Dev.CD Oct 93
  30056. Dev.CD Aug 93P6Dev.CD Apr 94
  30057. Dev.CD Jan 94
  30058. Dev.CD Oct 93
  30059. Dev.CD Aug 9V
  30060. 74696X
  30061. Apr 94
  30062. --set theItem to choose file -- uncomment to test in an AS editor
  30063.     tell application "Finder"
  30064.         open item "Dev.CD Apr 94
  30065. Dev.CD Jan 94
  30066. Dev.CD Oct 93
  30067. Dev.CD Aug 93"
  30068.         activate
  30069.     end tell
  30070. on error errMsg number errNum
  30071.     --enter statements to perform when no records are found such as...
  30072.     display dialog "Sorry, the item you selected could not be found."
  30073.     return
  30074. end try
  30075. All Packages
  30076. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  30077. Dev.CD Jan 94
  30078. Dev.CD Oct 93
  30079. Dev.CD Jul 93
  30080. Dev.CD Apr 93PDDev.CD Apr 94
  30081. Dev.CD Jan 94
  30082. Dev.CD Oct 93
  30083. Dev.CD Jul 93
  30084. Dev.CD Apr 9V
  30085. 74697X
  30086. Apr 94
  30087. klight ControlK
  30088. Oct 92M    PowerBookOPDev.CD May 00 TC:Tool Chest:Hardware:Display & Video Hardware:Backlight Control:nge
  30089. All Packages
  30090. 71027X
  30091. backlight
  30092. backlight
  30093. control
  30094. balloony
  30095. bbedit
  30096. bbedit
  30097. betabase
  30098. binhex
  30099. bit-depth
  30100. bitblitz
  30101. bitblitz
  30102. bouncingsprites
  30103. bring-up
  30104. broadcast
  30105. issue
  30106. highlights
  30107. issue
  30108. highlights
  30109. issue
  30110. highlights
  30111. issue
  30112. highlights
  30113. 00 TC
  30114.  - Tool Chest
  30115.  - QuickDraw
  30116.  - Scrap Color 1.0
  30117. http://developer.apple.com/sdk
  30118. Dev.CD Jul 00 SDK1yO
  30119. Dev.CD May 00 TC:Sample Code:P
  30120. Dev.CD May 00 TC
  30121.  - Sample CodeV
  30122. 72562X
  30123. May 00^
  30124. r--set theItem to choose file -- uncomment to test in an AS editor
  30125.     tell application "Finder"
  30126.         open item "Dev.CD May 00 TC:Sample Code:"
  30127.         activate
  30128.     end tell
  30129. on error errMsg number errNum
  30130.     --enter statements to perform when no records are found such as...
  30131.     display dialog "Sorry, the item you selected could not be found."
  30132.     return
  30133. end try
  30134. e    No Changef)Open Transport
  30135. cache
  30136. delete
  30137. queryq
  30138. Dev.CD May 00 TC
  30139. QD!All Packages
  30140. Tool Chest Edition
  30141. Asia Market GuideI
  30142. Summary:  This guide provides information about markets, distribution, and localization for the Asian region, as well as providing a directory of additional information sources.J9Asia Market Guide 7/4 (US).dp
  30143. Asian Dist Addr (US) 7/4.dpK
  30144. Sep 95nge
  30145. footprintg
  30146. in-depth
  30147. n 00^    RL Disk 1
  30148. --set theItem to choose file -- uncomment to test in an AS editor
  30149.     tell application "Finder"
  30150.         open item "Dev.CD Jun 00 RL Disk 1:Technical Documentation:Develop:develop Issue 19:"
  30151.         activate
  30152.     end tell
  30153. on error errMsg number errNum
  30154.     --enter statements to perform when no records are found such as...
  30155.     display dialog "Sorry, the item you selected could not be found."
  30156.     return
  30157. end try
  30158. e    No Changeq
  30159. Dev.CD Jun 00 RL Disk 1
  30160. 6D(All Packages
  30161. Reference Library Edition
  30162. develop Issue  2
  30163.     1400
  30164. addendum
  30165. powerbook
  30166. powerbook
  30167. 2400c
  30168. powerbook
  30169. powerbook
  30170. powerbook
  30171. 2300c
  30172. powerbook
  30173. processor
  30174. powerbook
  30175. zoomed
  30176. video
  30177. powerbookg3series
  30178. powerbookg3series
  30179. powermac
  30180. powermac
  30181. stuff
  30182. powerpc
  30183. ppclist
  30184. ppclist
  30185. ppcnumerics
  30186. ppcsoftware
  30187. ;P5Dev.CD May 00 TC
  30188.  - Tool Chest
  30189.  - Text
  30190.  - WASTE 1.3a6
  30191. 1.0.1
  30192. 1.0.1b1c2
  30193. 1.0.1b3U
  30194. 1.0.2d
  30195. 1.0.3
  30196. 1.0.4e
  30197. 1.0.6
  30198. 1.0b2
  30199. 1.0b3n
  30200. 1.0b5
  30201. 1.0d6T
  30202. 1.0fc1
  30203. 1.1.1
  30204. 1.1.3
  30205. 1.1.4
  30206. 1.1b1
  30207. 1.1b8
  30208. 1.2.1Q
  30209. 1.2.3
  30210. 1.3.4
  30211. 1.3b5
  30212. 1.4.2_
  30213. 1.4.3b3
  30214. 1.4.9
  30215. 1.5.1
  30216. 1.5.2
  30217. 1.6.2
  30218. 1995j
  30219. 1996k
  30220. 1997l
  30221. 2.0.6
  30222. 2.0d3
  30223. 2.0d38
  30224. 2.1.1
  30225. 2.1.2
  30226. 2.1.4
  30227. 2.3.0
  30228. 2.4b6z
  30229. 2.6.1
  30230. 2.6.5X
  30231. 2400c
  30232. versions[
  30233. versitj
  30234. versus
  30235. verticalj
  30236. vertically
  30237. vertigo
  30238. verttest
  30239. veryN
  30240. veteran
  30241. viable
  30242. video
  30243. videotape
  30244. viewX
  30245. viewed
  30246. viewer
  30247. ted could not be found."
  30248.     return
  30249. end try
  30250. e    No Changef
  30251. QuickTime
  30252. Dev.CD May 00 TC
  30253. D!All Packages
  30254. Tool Chest Edition
  30255. SoundRecord
  30256. 74260X
  30257. May 00^
  30258. r--set theItem to choose file -- uncomment to test in an AS editor
  30259.     tell application "Finder"
  30260.         open item "Dev.CD May 00 TC:Sample Code:"
  30261.         activate
  30262.     end tell
  30263. on error errMsg number errNum
  30264.     --enter statements to perform when no records are found such as...
  30265.     display dialog "Sorry, the item you selected could not be found."
  30266.     return
  30267. end try
  30268. e    No Changef
  30269. process managerq
  30270. Dev.CD May 00 TC
  30271. D!All Packages
  30272. Mac OS SDK Edition
  30273. ame of ColorSync
  30274.  Profile?
  30275. With ColorSync ICC Profiles, there are two separate profile names.  The obvious name is the name of the profile file.  This is the name that one can easily view and edit in the Finder.  The other name is the name in the profile.  This name can be longer and more descriptive than the file name which is limited by the file system to 31 characters on the Mac (or 8 characters on the DOS).  
  30276. Many applications correctly use the more descriptive internal riptive internal 
  30277. 74261X
  30278. though
  30279. versitj
  30280. versus
  30281. verticalj
  30282. vertically
  30283. vertigo
  30284. verttest
  30285. veryN
  30286. veteran
  30287. viable
  30288. video
  30289. videotape
  30290. viewX
  30291. viewed
  30292. viewer
  30293. that's
  30294. editionA
  30295. Wevelopment Kitsstatements to perform when no records are found such as...
  30296.     display dialog "Sorry, the item you selected could not be found."
  30297.     return
  30298. end try
  30299. , you can invoke heap scrambling.  This involves moving memory around every time a toolbox call uses the memory man
  30300. ager.  This can involve scrambling the system heap or application heap.
  30301. SysBeep interrupt:  The CPU can invoke a SysBeep call during a set interval time (in ticks).  When a movie is currently open, a SysBeep will result only as a menubar flash.  However, if a movie is without a sound track or a movie is closed, the SysBeep will beep normally.
  30302. Define Window Type:  Rather than using just the standard "square" window shape, MegaMovies uses a special WDEF resource for displaying various wind
  30303. control
  30304. scroll
  30305. scroll
  30306. driver
  30307. localization
  30308. localization
  30309. japan
  30310. localizers
  30311. locationt
  30312. locator
  30313. lockvol
  30314. lockvol
  30315. lurkers
  30316. lurkers
  30317. hosesample
  30318. application
  30319. environment
  30320. graphics
  30321. primer
  30322. runtime
  30323. architectures
  30324. market
  30325. media
  30326. memory
  30327. modern
  30328. module
  30329. monitorr
  30330. navigator
  30331. newsi
  30332. notesS
  30333. onescannerg
  30334. opp's
  30335. palette
  30336. parserV
  30337. performance
  30338. photoshop
  30339. player
  30340. plugins
  30341. postscript
  30342. primer
  30343. Regards,
  30344. Ricardo G
  30345. --set theItem to choose file -- uncomment to test in an AS editor
  30346.     tell application "Finder"
  30347.         open item "Dev.CD May 00 TC:Tool Chest:OS Utilities:ShowInitIcon:"
  30348.         activate
  30349.     end tell
  30350. on error errMsg number errNum
  30351.     --enter statements to perform when no records are found such as...
  30352.     display dialog "Sorry, the item you selected could not be found."
  30353.     return
  30354. end try
  30355. macintosh
  30356. reference
  30357. macintosh
  30358. powerbook
  30359. 2400c
  30360. macos8
  30361. macos8
  30362. higuidelines
  30363. macos8
  30364. macos8and9
  30365. macos8documentation
  30366. macosandjava
  30367. macosx
  30368. macosx
  30369. macosxdevtools
  30370. macsbug]
  30371. macsbug
  30372. macsbug
  30373. macsbug
  30374. debugging
  30375. guide
  30376. macsbug
  30377. resources]
  30378. macsbugapp
  30379. macsnmp
  30380. macsnmp
  30381. macsnmp
  30382. mactcp
  30383. mactype
  30384. mactype
  30385. datasheet
  30386. white
  30387. paper
  30388. F    ListMania
  30389. 1This sample demonstrates a variety of techniques for using Open Transport
  30390. s list utility routines.  Specifically, it shows how to use OTLIFO lists in a simple producer/consumer application.  The code from this sample is featured in the latest release (v1.2) of the book 
  30391. Inside Macintosh: Open Transport
  30392. Sample Code.imgK
  30393. Nov 97L
  30394. Jun 98M
  30395. Open Transport 1.1.1 or higherN3Open Transport, OTLIFO, OTFIFO, OTLink, linked listO
  30396. Dev.CD May 00 TC:Sample Code:P
  30397. Dev.CD May 00 TC
  30398.  - Sample CodeV
  30399. 74055X
  30400. May 00^
  30401. r--set theItem to choose file -- uncomment to test in an AS editor
  30402.     tell application "Finder"
  30403.         open item "Dev.CD May 00 TC:Sample Code:"
  30404.         activate
  30405.     end tell
  30406. on error errMsg number errNum
  30407.     --enter statements to perform when no records are found such as...
  30408.     display dialog "Sorry, the item you selected could not be found."
  30409.     return
  30410. end try
  30411. e    No Changeor months or years.
  30412. Install MacApp R13U5K
  30413. Apr 00L
  30414. Apr 00
  30415. Dev.CD Jan 96 SSV
  30416. 74280X
  30417. Jan 96
  30418. f--set theItem to choose file -- uncomment to test in an AS editor
  30419.     tell application "Finder"
  30420.         open item "Dev.CD Jan 96 SSW"
  30421.         activate
  30422.     end tell
  30423. on error errMsg number errNum
  30424.     --enter statements to perform when no records are found such as...
  30425.     display dialog "Sorry, the item you selected could not be found."
  30426.     return
  30427. end try
  30428. All Packages
  30429. QuickDraw 3DO
  30430. Dev.CD Jan 96 SSWP
  30431. Dev.CD Jan 96 SSV
  30432. 74281X
  30433. Jan 96
  30434. f--set theItem to choose file -- uncomment to test in an AS editor
  30435.     tell application "Finder"
  30436.         open item "Dev.CD Jan 96 SSW"
  30437.         activate
  30438.     end tell
  30439. on error errMsg number errNum
  30440.     --enter statements to perform when no records are found such as...
  30441.     display dialog "Sorry, the item you selected could not be found."
  30442.     return
  30443. end try
  30444. All Packages
  30445. QuickDraw 3DO
  30446. Dev.CD Jan 96 SSWP
  30447. Dev.CD Jan 96 SSV
  30448. 74282X
  30449. Jan 96
  30450. tryWatch: The Macintosh Strate
  30451. s how to replace the 68K bus error vector
  30452. very useful for testing.
  30453. DebuggerPresence:  This is a small snippet of code that can be used to to detect if macsbug is installed or not. NOTE:  This code is intended to only work with version 6.2 of macsbug.  You should refer to your Low Level Debugger's manual for more information.
  30454. Fill Memory:  This is a debugging aid.  It fills its memory partition and verifies that it does not get changed. This allows you verify that your application does no
  30455. t write into the memory space of other applications.
  30456. Gestalt dcmd:  This dcmd (debugger command for MacsBug) allows you to 
  30457.  Gestalt when you're in MacsBug. You can either ask for a particular selector (ie. evnt) or ask for all (no arguments). The response is either a string (when the selector is known) or the numeric value returned by Gestalt.
  30458. Heap Purge dcmd:  Simulates TMON
  30459. s heap purge in MacsBug.
  30460. Time Manager Debugging:  Add this resource file to your MacsBug  "Debugger Prefs" 
  30461. Live Control ScrollI
  30462. Sample code illustrating scrolling of controls via an off screen GWorld.  
  30463. This code shows how to correctly set and maintain proportional scroll bars, do live scrolling and handle controls with a live scrolling window.J
  30464. Sample Code.imgK
  30465. Nov 99M*Appearance Manager and System 8.1 or laterN<live scrolling, control, proportional scroll bar, appearanceO
  30466. Dev.CD May 00 TC:Sample Code:P
  30467. Dev.CD May 00 TC
  30468.  - Sample CodeV
  30469. 74056X
  30470. May 00^
  30471. r--set theItem to choose file -- uncomment to test in an AS editor
  30472.     tell application "Finder"
  30473.         open item "Dev.CD May 00 TC:Sample Code:"
  30474.         activate
  30475.     end tell
  30476. on error errMsg number errNum
  30477.     --enter statements to perform when no records are found such as...
  30478.     display dialog "Sorry, the item you selected could not be found."
  30479.     return
  30480. end try
  30481. e    No Changef9live scrolling
  30482. control
  30483. proportional scroll bar
  30484. appearance
  30485. SourceBug is a source-level debugger for debugging 68K-based applications.
  30486. Runs on any Macintosh but debugs 68K applications only.J
  30487. MPW etc.imgK
  30488. Nov 97N
  30489. debuggerO6Dev.CD May 00 TC:Tool Chest:Development Kits:MPW etc.:P>Dev.CD May 00 TC
  30490.  - Tool Chest
  30491.  - Development Kits
  30492.  - MPW etc.V
  30493. 74544X
  30494. May 00^
  30495. --set theItem to choose file -- uncomment to test in an AS editor
  30496.     tell application "Finder"
  30497.         open item "Dev.CD May 00 TC:Tool Chest:Development Kits:MPW etc.:"
  30498.         activate
  30499.     end tell
  30500. on error errMsg number errNum
  30501.     --enter statements to perform when no records are found such as...
  30502.     display dialog "Sorry, the item you selected could not be found."
  30503.     return
  30504. end try
  30505. e    No Changef
  30506. debuggerq
  30507. Dev.CD May 00 TC
  30508. D!All Packages
  30509. Tool Chest Edition
  30510. F    SourceObj
  30511. pleased
  30512. provide
  30513. version
  30514. 1.5.1
  30515. summary
  30516. network
  30517. software
  30518. installer
  30519. insta
  30520. summer
  30521. sun's
  30522. sunsoft
  30523. super
  30524. Chinese Handwriting KitO
  30525. Dev.CD May 97 TCP
  30526. Dev.CD May 97 Tan AS editor
  30527.     tell application "Finder"
  30528.         open item "Dev.CD Apr 94
  30529. Dev.CD Jan 94
  30530. Dev.CD Oct 93
  30531. Dev.CD Jul 93
  30532. Dev.CD Apr 93"
  30533.         activate
  30534.     end tell
  30535. on error errMsg number errNum
  30536.     --enter statements to perform when no records are found such as...
  30537.     display dialog "Sorry, the item you selected could not be found."
  30538.     return
  30539. end try
  30540. luses
  30541. log "Sorry, the item you selected could not be found."
  30542.     return
  30543. end try
  30544. All Packages
  30545. Hebrew Language KitO2Dev.CD May 97 TC
  30546. Dev.CD Nov 96 TC
  30547. Dev.CD Aug 96 TCP1Dev.CD May 97 TC
  30548. Dev.CD Nov 96 TC
  30549. Dev.CD Aug 96 TV
  30550. 69040X
  30551. May 97
  30552. editor
  30553. resedit
  30554. editor
  30555. notes
  30556. samples
  30557.  name is Ricardo Gonzalez, and I am the Application Frameworks Product Marketing Manager at Apple Computer (e.g. MacApp, OPF-OpenDoc Parts Framework, and potentially other future products). As you can imagine, I will be playing a key role in define future directions for MacApp and new plans regarding framework-based development tools that developers will use to incorporate new Apple technologies into their applications (
  30558. e.g. OpenDoc, AppleScript, etc.). In order to do that, I would like to get a sense of who is using MacApp in the market place, what applications are being developed with it (for commercial or in-house use), and what are your priorities in terms of support for specific features that we should take into consideration for future products.
  30559. I would like to ask each one of you, to please spend a couple of minutes filling the enclosed questionnaire regarding your company and the products develop
  30560. f--set theItem to choose file -- uncomment to test in an AS editor
  30561.     tell application "Finder"
  30562.         open item "Dev.CD Jan 96 SSW"
  30563.         activate
  30564.     end tell
  30565. on error errMsg number errNum
  30566.     --enter statements to perform when no records are found such as...
  30567.     display dialog "Sorry, the item you selected could not be found."
  30568.     return
  30569. end try
  30570. ation
  30571. reformatting
  30572. variable
  30573. variables
  30574. vector
  30575. version
  30576. video
  30577. video
  30578. conferencing
  30579. video
  30580. device
  30581. video
  30582. toolkit
  30583. nlock, identify, create, and set passphrases
  30584. - Keychain Object editing: Add, create, securely store, and remove types of objects
  30585. Hardware supported: 
  30586. PowerMac 9500/200,9500/180,9500/132,8600/300,8550/132  8500/180,8500/120,8100/100AV,8100/80,7500/100,
  30587. 7300,7200/120,7200/90,6500/275,6400,6150,5300/
  30588. 100LC,4400/200,MT G3/266,DT G3/233,G3 all-in-one
  30589.   iMac
  30590.   PowerBook 5300c/100,5300ce/117,3400/200,Duo 2300, 1400,
  30591.   G3/266,20th Anniversay Mac
  30592. sample
  30593. illustrating
  30594. techniques
  30595. sample
  30596. program
  30597. demonstrating
  30598. write
  30599. sample
  30600. program
  30601. demonstrate
  30602. direct
  30603. access
  30604. ether
  30605. samplefilter
  30606. samplerateavail
  30607. samples
  30608. samplesndplay
  30609. sanskrit
  30610. satisfys
  30611. satisfying
  30612. saturate
  30613. savec
  30614. saved
  30615. saved-off
  30616. savedpapfilexx
  30617. savemenu
  30618. saver
  30619. saves
  30620. savingj
  30621. savings
  30622. savory
  30623. savvy
  30624. sawitzki
  30625. saysj
  30626. sbarcdef
  30627. scalable
  30628. scale
  30629. scales
  30630. scaling
  30631. scannedg
  30632. scannerg
  30633. scanners
  30634. scanning
  30635. scansg
  30636. scenario
  30637. scene
  30638. scheduleR
  30639. scheduled
  30640. schedulesR
  30641. schemes
  30642. Sample Code.imgis is the electronic version of develop magazine.
  30643.  Issue 25 highlights:
  30644. Generating QuickTime VR Movies From QuickDraw 3D by Pete Falco and Philip McBride. QuickTime VR movies don
  30645. t have to be created with a real camera; you can instead generate the necessary images with a 3D graphics system like QuickDraw 3D. Here
  30646. s how.
  30647. Flicker-Free Drawing With QuickDraw GX by Hugo M. Ayala. This article discusses the causes of flicker in graphics and animation applications and presents a 
  30648. package for doing memory-efficient, flicker-free drawing with QuickDraw GX.
  30649. NURB Curves: A Guide for the Uninitiated by Philip J. Schneider. QuickDraw 3D includes NURB curves among its geometries, but you need to understand a little about the underlying NURB model to use them effectively. This intuitive treatment of NURB curves tells you what you need to know.
  30650. Using C++ Exceptions in C by Avi Rappoport. Exceptions in C++ provide a powerful and useful way to handle errors and other unexpe
  30651. 74139X
  30652. Jul 00^
  30653. --set theItem to choose file -- uncomment to test in an AS editor
  30654.     tell application "Finder"
  30655.         open item "Dev.CD Jul 00 SDK1:Development Kits:Mac OS:NSL 1.1 SDK:"
  30656.         activate
  30657.     end tell
  30658. on error errMsg number errNum
  30659.     --enter statements to perform when no records are found such as...
  30660.     display dialog "Sorry, the item you selected could not be found."
  30661.     return
  30662. end try
  30663. e    No ChangefoNSL
  30664. network
  30665.  TCP/IP search
  30666. browse Internet services
  30667. network administrator
  30668. domain
  30669. neighborhood.q
  30670. Dev.CD Jul 00 SDK1
  30671. %D!All Packages
  30672. Tool Chest Edition
  30673. Network Stream
  30674.     tion
  30675.  - develop
  30676.  - develop Issue  3a or VCR)
  30677.  Audio source (for instance, a  PlainTalk microphone or VCR)
  30678.  Network connection (for instance, Ethernet or ISDN)
  30679.  Network Software Installer version 1.5. (this is already installed on Power Macintosh 7500 and 8500 computers)
  30680. ODDev.CD Apr 98 SDK2:Development Kits (Disc 2):QuickTime Conferencing:@
  30681. --set theItem to choose file -- uncomment to test in an AS editor
  30682.     tell application "Finder"
  30683.         open item "Dev.CD Apr 94
  30684. Dev.CD Jan 94
  30685. Dev.CD Oct 93
  30686. Dev.CD Jul 93
  30687. Dev.CD Apr 93"
  30688.         activate
  30689.     end tell
  30690. on error errMsg number errNum
  30691.     --enter statements to perform when no records are found such as...
  30692.     display dialog "Sorry, the item you selected could not be found."
  30693.     return
  30694. end try
  30695. ackets up to the ATP level. 
  30696. JcManalyzer
  30697. Manalyzer Read Me
  30698. Manalyzer Read Me.txt
  30699. Manalyzer Relase Notes
  30700. Manalyzer Relase Notes.txtK
  30701. Vol VIIL
  30702. Vol VIIIMMMacintosh II or better, the NuBus Ethernet card or the NuBus Token Ring card.O7Dev.CD Nov 99 TC:Tool Chest:Networking:Manalyzer 2.0d3:P?Dev.CD Nov 99 TC
  30703.  - Tool Chest
  30704.  - Networking
  30705.  - Manalyzer 2.0d3V
  30706. 70385X
  30707. Nov 99^
  30708. st high performance Chinese dictation software, the users no longer need to suffer through extensive training or the inefficiency of current keyboard input methods.  The user can also concentrate more on what he/she is writing, rather than how to input it.  We believe that Apple's Chinese Dictation Kit represents again Apple's determination to make the best ease-of-use personal computers for users.  Chinese Dictation Kit heralds the start of a revolution for Chinese computing.
  30709. What Chines
  30710. e Dictation Kit Can Do For You
  30711. Apple Chinese Dictation Kit is a high performance large vocabulary dictation software that can dramatically increase your productivity when inputting Chinese text, particularly if you're a poor typist.  It's like having your own secretary to take dictation and do your typing!!
  30712. Features:
  30713.  Through a sophisticated training process, CDK is able to recognize your voice and even your own accent.
  30714.  In contrast to most other Chinese dictation software, CDK  allows
  30715. support
  30716.         open item "Dev.CD May 00 TC:Sample Code:"
  30717.         activate
  30718.     end tell
  30719. on error errMsg number errNum
  30720.     --enter statements to perform when no records are found such as...
  30721.     display dialog "Sorry, the item you selected could not be found."
  30722.     return
  30723. end try
  30724. e    No Changef$async
  30725. asynchronous
  30726. driver unit tableq
  30727. Dev.CD May 00 TC
  30728. SD!All Packages
  30729. Tool Chest Edition
  30730. AsyncDriverSample1.0b4
  30731. This sample shows how to write a fully asynchronous block device driver for the traditional Mac OS.  The sample tries to implement the simplest possible device driver and therefore doesn
  30732. t talk to any real hardware.  Instead it mounts disk images over the network.
  30733. Sample Code.imgK
  30734. Jul 97L
  30735. Jul 97N
  30736. async deviceO
  30737. Dev.CD May 00 TC:Sample Code:P
  30738. Dev.CD May 00 TC
  30739.  - Sample CodeV
  30740. 72565X
  30741. May 00^
  30742. #that used with the menubar.
  30743. Sample Code.imgK
  30744. Aug 95
  30745. qN2CFM-68K, CFM, Mixed Mode, Thread, ObjectSupportLibO7Dev.CD Jul 99 SDK1:Development Kits:Mac OS:CFM-68K SDK:P?Dev.CD Jul 99 SDK1
  30746.  - Development Kits
  30747.  - Mac OS
  30748.  - CFM-68K SDKD Jul 93
  30749. Dev.CD Apr 93"
  30750.         activate
  30751.     end tell
  30752. on error errMsg number errNum
  30753.     --enter statements to perform when no records are found such as...
  30754.     display dialog "Sorry, the item you selected could not be found."
  30755.     return
  30756. end try
  30757. outdated
  30758. outline
  30759. outlined
  30760. outlinesR
  30761. outlining
  30762. outlookj
  30763. outperformj
  30764. output`
  30765. outputs
  30766. outsideu
  30767. outstanding
  30768. overB
  30769. end try
  30770. b--set theItem to choose file -- uncomment to test in an AS editor
  30771.     tell application "Finder"
  30772.         open item "Dev.CD Jul 95"
  30773.         activate
  30774.     end tell
  30775. on error errMsg number errNum
  30776.     --enter statements to perform when no records are found such as...
  30777.     display dialog "Sorry, the item you selected could not be found."
  30778.     return
  30779. end try
  30780. s updates from one version to another, and copies over resizeable items.
  30781. Features:
  30782.  AppleGlot 2.3 works correctly on Power MacinB
  30783. tosh, fixing a problem with the Modern Memory manager. 
  30784.  Richer set of template field types supported
  30785.  ...and many more : see manual
  30786.  We now provide a Manual !
  30787. J?AppleGlot 2.3
  30788. AppleGlot 2.3 Users Guide
  30789. AppleGlot 2.3 Whats NewK
  30790. Jun 92L
  30791. Dec 95M
  30792. System 7 or later.NBAppleGlot Localization Internationalization Translation GlossariesO7Dev.CD Nov 99 TC:Tool Chest:Localization:AppleGlot 2.3:P?Dev.CD Nov 99 TC
  30793.  - Tool Chest
  30794.  - Localization
  30795.  - AppleGlot 2.3
  30796. fewer
  30797. ficycle
  30798. fieldR
  30799. fieldsz
  30800. fifteene
  30801. fifth
  30802. figure
  30803. figured
  30804. fileY
  30805. file's
  30806. file/resource
  30807. filed
  30808. files/foldersB
  30809. filetool
  30810. filled
  30811. filler
  30812. drawsprocketlib
  30813. drawtextcodec
  30814. drawtextcodec
  30815. example
  30816. drawtkl
  30817. drawtkl
  30818. drawtkl
  30819. drive
  30820. drive
  30821. setup
  30822. drive
  30823. setup
  30824. guide
  30825. drive
  30826. utilities
  30827. driver
  30828. drivers
  30829. dropdisk
  30830. dropshell
  30831. dropshell
  30832. dropshell
  30833. dropshell
  30834. dropshell
  30835. dropshell
  30836. dropshell
  30837. drvrs
  30838. dsappleevents
  30839. dsappleevents
  30840. dsappleevents
  30841. dsglobals
  30842. dsglobals
  30843. debugging
  30844. dsuserprocs
  30845. dsuserprocs
  30846. dsuserprocs
  30847. dsutils
  30848. dsutils
  30849. dsutils
  30850. embedding
  30851. profiles
  30852. embedding
  30853. profiles
  30854. enabler
  30855. encodingsw
  30856. engineering
  30857. english
  30858. englishmiscellaneous^
  30859. englishmiscellaneous
  30860. englishmiscellaneous
  30861. rsrc^
  30862. englishterminology^
  30863. englishterminology
  30864. englishterminology
  30865. rsrc^
  30866. wdefcolorsample
  30867. wdefpatch
  30868. wdefs
  30869. we'll
  30870. 73761X
  30871. Nov 99^
  30872. --set theItem to choose file -- uncomment to test in an AS editor
  30873.     tell application "Finder"
  30874.         open item "Dev.CD Nov 99 TC:Programs & Marketing:Apple Directions:Apple Directions 1995:"
  30875.         activate
  30876.     end tell
  30877. on error errMsg number errNum
  30878.     --enter statements to perform when no records are found such as...
  30879.     display dialog "Sorry, the item you selected could not be found."
  30880.     return
  30881. end try
  30882. Deletedq
  30883. Dev.CD Nov 99 TC
  30884. +D!All Packages
  30885. Tool Chest Edition
  30886. Apple Directions 1996ICSummary:  Apple Directions, The Developer Business Report, 1-12/96.J
  30887. Apple Directions 01/96
  30888. Apple Directions 02/96
  30889. Apple Directions 03/96
  30890. Apple Directions 04/96
  30891. Apple Directions 05/96
  30892. Apple Directions 06/96
  30893. Apple Directions 07/96
  30894. Apple Directions 08/96
  30895. Apple Directions 09/96
  30896. Apple Directions 10/96
  30897. Apple Directions 11-12/96K
  30898. Mar 96L
  30899. Nov 96OMDev.CD Nov 99 TC:Programs & Marketing:Apple Directions:Apple Directions 1996:d
  30900. 70383X
  30901. 1e    No Change
  30902. Dev.CD Jul 95P
  30903. Dev.CD Jul 9V
  30904. 73731X
  30905. Jul 95
  30906. b--set theItem to choose file -- uncomment to test in an AS editor
  30907.     tell application "Finder"
  30908.         open item "Dev.CD Jul 95"
  30909.         activate
  30910.     end tell
  30911. on error errMsg number errNum
  30912.     --enter statements to perform when no records are found such as...
  30913.     display dialog "Sorry, the item you selected could not be found."
  30914.     return
  30915. end try
  30916. All Packages
  30917. 601 Processor Upgrade EnablerO
  30918. Dev.CD Jul 95P
  30919. Dev.CD Jul 9V
  30920. 73732X
  30921. Jul 95
  30922. b--set theItem to choose file -- uncomment to test in an AS editor
  30923.     tell application "Finder"
  30924.         open item "Dev.CD Jul 95"
  30925.         activate
  30926.     end tell
  30927. on error errMsg number errNum
  30928.     --enter statements to perform when no records are found such as...
  30929.     display dialog "Sorry, the item you selected could not be found."
  30930.     return
  30931. end try
  30932. D!All Packages
  30933. Tool Chest Edition
  30934. 7Edit
  30935. resources
  30936. selfsend@
  30937. theyo
  30938. they'll
  30939. they'rej
  30940. thick
  30941. thingj
  30942. thingies
  30943. things
  30944. think
  30945. +OBDev.CD Sep 96 RL:Technical Documentation:develop:develop Issue  1:PJDev.CD Sep 96 RL
  30946.  - Technical Documentation
  30947.  - develop
  30948.  - develop Issue  1on the network.
  30949. ENET Sample:  This snippet demonstrates how one can use the Ethernet routines described in Inside Macintosh volume VI.  The program demonstrates the basic use of the various Control calls to the ENET driver.
  30950. Get Ethernet Address:  Demonstrates both the use of the LAP Manager to get the current AppleTalk connection device and a call to E
  30951. GetInfo to obtain the burned in Ethernet address.
  30952. Get LAP Connection:  Sample code to demonstrate use of the LAP Manager call to determine the current connection type i.e LocalTalk, EtherTalk phase 1/2, or TokenTalk phase 2.
  30953. GetADEVType:  Sample code to demonstrate use of the LAP Manager call to determine the current connection type i.e LocalTalk, EtherTalk phase 1/2, or TokenTalk phase 2.
  30954. Neighborhood Watch:  Neighborhood Watch is a MultiFinder friendly application which allows people 
  30955. 74912X
  30956. May 00^
  30957. r--set theItem to choose file -- uncomment to test in an AS editor
  30958.     tell application "Finder"
  30959.         open item "Dev.CD May 00 TC:Sample Code:"
  30960.         activate
  30961.     end tell
  30962. on error errMsg number errNum
  30963.     --enter statements to perform when no records are found such as...
  30964.     display dialog "Sorry, the item you selected could not be found."
  30965.     return
  30966. end try
  30967. e    No Changef=Unicode Imaging Text Type Bi-directional Rotation Double-byteq
  30968. Dev.CD May 00 TC
  30969. *D!All Packages
  30970. Tool Chest Edition
  30971. TypeServicesForUnicode
  30972. Dev.CD May 00 TC
  30973. D!All Packages
  30974. Tool Chest Edition
  30975. Live Scroll 1.0
  30976. Summary:  "Live Scroll" is a bare bones application demonstrating one approach you can take to implementing live scrolling (aka active and dynamic scrolling) during the tracking of scroll bar thumbs. Scroll arrows allow accurate placement of a document within its window, but are often too slow when the user wishes to scroll the content relatively large distances. While the scroll thumb can be used in this situation, it is less than ideal because the user cannot see the result of the scrollA
  30977. http://developer.apple.com/sdk
  30978. Dev.CD Jul 00 SDK1
  30979. D!All Packages
  30980. Tool Chest Edition
  30981. MacApp Developer Survey
  30982.     ing techniques, and much more. What you
  30983. ll end up with is a killer content plan that doubles as a course of action for your product and your business.
  30984. JTKiller Content.pdf
  30985. Part I PDF Links
  30986. Part II PDF Links
  30987. Part III PDF Links
  30988. sound filesK
  30989. Jan 98d
  30990. [3-129
  30991. csmp-digest-v3-130
  30992. csmp-digest-v3-131
  30993. csmp-digest-v3-132
  30994. csmp-digest-v3-133
  30995. csmp-digest-v3-134
  30996. csmp-digest-v3-135
  30997. csmp-digest-v3-136
  30998. csmp-digest-v3-138
  30999. csmp-digest-v3-139
  31000. csmp-digest-v3-140
  31001. csmp-digest-v3-141
  31002. csmp-digest-v3-142
  31003. csmp-digest-v3-143
  31004. csmp-digest-v3-144
  31005. csmp-digest-v3-145
  31006. csmp-digest-v3-146
  31007. csmp-digest-v3-147
  31008. csmp-digest-v3-148
  31009. em you selected could not be found."
  31010.     return
  31011. end try
  31012. multiplay
  31013. multipled
  31014. multiple-buffering/p
  31015. multiple-node
  31016. multiprocessing
  31017. quicktime
  31018. music
  31019. architecture
  31020. david
  31021. mustZ
  31022. must-have
  31023. mybuildmenu
  31024. mydeviceloop
  31025. myfont
  31026. myself
  31027. mysteries
  31028. mystery
  31029. naked
  31030. e time.
  31031. FreqForEverChange:  This sample application shows how to play a sound and how to alter its frequency.
  31032. GiMeDaPalette w/Sound:  This is the original version of GiMeDaPalette with a change to make it possible to play a sound at the same time as the colors are being animated.
  31033. MeterTest:  This snippet demonstrates record metering through the use of SPBGetDeviceInfo() and SPBSetDeviceInfo() using the siLevelMeterOnOff selector.
  31034. MultiPlay:  This sample application shows how to play a 
  31035. sound several times in a row.
  31036. RecordToFile:  This app builds an AIFF file (actually it rebuilds a file which is selected).  Then it records to the file with the low level sound input calls.  When the recording is done, the code make sure that the AIFF header is correct and then plays the sound back with SndStartFilePlay.
  31037. Record sound to disk: Shows how to record sound asynchronously to disk and how to deal with errors gracefully.
  31038. SampleRateAvail:  This snippet checks for the number of s
  31039. Slot, Slot Manager, Slot Mgr., Declaration, ROM, configuration, configuration ROM, NuBus, CRC,  CRCPatch, CRCCalc, Data, tjs commOPDev.CD May 00 TC:Tool Chest:Devices:NuBus/Slot Manager:ROM Build/Download 3.2.4:P[Dev.CD May 00 TC
  31040.  - Tool Chest
  31041.  - Devices
  31042.  - NuBus/Slot Manager
  31043.  - ROM Build/Download 3.2.4V
  31044. 74484X
  31045. May 00^
  31046. --set theItem to choose file -- uncomment to test in an AS editor
  31047.     tell application "Finder"
  31048.         open item "Dev.CD May 00 TC:Tool Chest:Devices:NuBus/Slot Manager:ROM Build/Download 3.2.4:"
  31049.         activate
  31050.     end tell
  31051. on error errMsg number errNum
  31052.     --enter statements to perform when no records are found such as...
  31053.     display dialog "Sorry, the item you selected could not be found."
  31054.     return
  31055. end try
  31056. e    No ChangefuSlot
  31057. Slot Manager
  31058. Slot Mgr.
  31059. Declaration
  31060. configuration
  31061. configuration ROM
  31062. NuBus
  31063.  CRCPatch
  31064. CRCCalc
  31065. tjs commq
  31066. Dev.CD May 00 TC
  31067. ~D!All Packages
  31068. Tool Chest Edition
  31069. Sad Mac Error Codes 1.1W
  31070. viiiw
  31071.  until the thumb is released. As a result, the user often finds that two or more scroll operations are required before the desired positioning is achieved. These problems can be overcome by implementing live scrolling within an application which allows a user to more accurately scroll a document to the correct position with direct control over the speed of the scrolling, and by providing complete visual feedback of the scrolling operation as it occurs.
  31072. It also demonstrates:
  31073.   -The two dif
  31074. ferent types of action procedure, both for 68K and PowerPC architectures.
  31075.   -Use of the new accessor routines which are provided as the first step to being Copland-savvy.
  31076. Live Scroll has been built under:
  31077.   Metrowerks CodeWarrior 8
  31078.   Symantec C++ 8.0.1
  31079.   Symantec 7.0.4
  31080.   MPW E.T.O. #19- 'Latest MPW': Symantec C++ for MPW and MrC.
  31081. Limitations and Bugs:  This is not intended to be a definitive 'document' on how to implement live scrolling, but illustrates one approach you can take. Like mo
  31082. mPSDev.CD Feb 00 TC
  31083.  - What's New?
  31084.  - Development Kits
  31085.  - Mac OS
  31086.  - QuickTime Java SDKV
  31087. 74468X
  31088. Feb 00^
  31089. --set theItem to choose file -- uncomment to test in an AS editor
  31090.     tell application "Finder"
  31091.         open item "Dev.CD Feb 00 TC:What's New?:Development Kits:Mac OS:QuickTime Java SDK:"
  31092.         activate
  31093.     end tell
  31094. on error errMsg number errNum
  31095.     --enter statements to perform when no records are found such as...
  31096.     display dialog "Sorry, the item you selected could not be found."
  31097.     return
  31098. end try
  31099. e    No Changef
  31100. QuickTime
  31101. http://developer.apple.com/sdk/q
  31102. Dev.CD Feb 00 TC
  31103. nD!All Packages
  31104. Tool Chest Edition
  31105. QuickTime Java Windows SDKITQuickTime for Java Windows SDK.  Includes QuickTime for Java API javadoc, and demos.J
  31106. QTJava_SDK.zipK
  31107. Feb 00:What's New?:Development Kits:Cross Platform:QuickTime Java Windows SDK:V
  31108. 74469X
  31109. 1e    No Changeo
  31110. http://developer.apple.com/sdk/
  31111. ZONDev.CD Apr 00 SDK1:Development Kits:Mac OS:GameSprocket SDKs:DrawSprocket_SDK:PYDev.CD Apr 00 SDK1
  31112.  - Development Kits
  31113.  - Mac OS
  31114.  - GameSprocket SDKs
  31115.  - DrawSprocket_SDKV
  31116. 73937X
  31117. Apr 00^
  31118. --set theItem to choose file -- uncomment to test in an AS editor
  31119.     tell application "Finder"
  31120.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:GameSprocket SDKs:DrawSprocket_SDK:"
  31121.         activate
  31122.     end tell
  31123. on error errMsg number errNum
  31124.     --enter statements to perform when no records are found such as...
  31125.     display dialog "Sorry, the item you selected could not be found."
  31126.     return
  31127. end try
  31128. e    No Changef2DrawSprocket
  31129. color
  31130. depth
  31131. resolution
  31132. switching
  31133. gameo
  31134. http://developer.apple.com/sdkq
  31135. Dev.CD Apr 00 SDK1
  31136. [D!All Packages
  31137. Tool Chest Edition
  31138. DrawSprocketTest the item you selected could not be found."
  31139.     return
  31140. end try
  31141. All Packages
  31142. QuickDraw 3DO
  31143. Dev.CD Jan 96 SSWP
  31144. Dev.CD Jan 96 SSV
  31145. 73045X
  31146. Jan 96
  31147. face; QuickDraw 3D-The Future 
  31148. 74471X
  31149. May 00^
  31150. --set theItem to choose file -- uncomment to test in an AS editor
  31151.     tell application "Finder"
  31152.         open item "Dev.CD May 00 TC:Tool Chest:QuickTime:QuickTime Tools:"
  31153.         activate
  31154.     end tell
  31155. on error errMsg number errNum
  31156.     --enter statements to perform when no records are found such as...
  31157.     display dialog "Sorry, the item you selected could not be found."
  31158.     return
  31159. end try
  31160. e    No Changeq
  31161. Dev.CD May 00 TC
  31162. qD!All Packages
  31163. Mac OS SDK Edition
  31164. ABOUT QUICKTIME VR
  31165. QuickTime 3 now incorporates both the QuickTime VR and QuickDraw 3D technologies into one convenient package.  In addition, the Sound Manager is also now part of the QuickTime 3 release.  All of these technologies and their respective SDK components are integrated into the QuickTime 3 SDK.
  31166. The QuickTime 3 SDK is now a retail product.  You can order the SDK through the Apple Store at:
  31167. http://www.apple.com/store
  31168. To get started,  you can go to the Developgo to the Develop
  31169. ReadMe - aevt dcmdK
  31170. Dec 98M
  31171. MacsBugN&MacsBug, AppleEvent, apple event, dcmdO:Dev.CD May 00 TC:Tool Chest:Testing & Debugging:aevt dcmd:PBDev.CD May 00 TC
  31172.  - Tool Chest
  31173.  - Testing & Debugging
  31174.  - aevt dcmdV
  31175. 73752X
  31176. May 00^
  31177. --set theItem to choose file -- uncomment to test in an AS editor
  31178.     tell application "Finder"
  31179.         open item "Dev.CD May 00 TC:Tool Chest:Testing & Debugging:aevt dcmd:"
  31180.         activate
  31181.     end tell
  31182. on error errMsg number errNum
  31183.     --enter statements to perform when no records are found such as...
  31184.     display dialog "Sorry, the item you selected could not be found."
  31185.     return
  31186. end try
  31187. e    No Changef#MacsBug
  31188. AppleEvent
  31189. apple event
  31190. dcmdq
  31191. Dev.CD May 00 TC
  31192. "D!All Packages
  31193. Mac OS SDK Edition
  31194.     ment Kits
  31195.  - Mac OS
  31196.  - URL Access 1.0.1 SDKon[
  31197. onescannerg
  31198. opp's
  31199. palette
  31200. parserV
  31201. performance
  31202. photoshop
  31203. player
  31204. plugins
  31205. postscript
  31206. primer
  31207. r--set theItem to choose file -- uncomment to test in an AS editor
  31208.     tell application "Finder"
  31209.         open item "Dev.CD May 00 TC:Sample Code:"
  31210.         activate
  31211.     end tell
  31212. on error errMsg number errNum
  31213.     --enter statements to perform when no records are found such as...
  31214.     display dialog "Sorry, the item you selected could not be found."
  31215.     return
  31216. end try
  31217. could not be found."
  31218.     return
  31219. end try
  31220. e    No Changef8Desk Top Printer Default SetDefaultDTP QuickDraw GX toolq
  31221. Dev.CD May 00 TC
  31222. D!All Packages
  31223. Tool Chest Edition
  31224. SetDeskCPatDemoI
  31225. Simple code sample which demonstrates how to call SetDeskCPat properly.  
  31226. Be careful to co-exist gracefully with Desktop Pictures in Mac OS 8.  Se the Mac OS 8 technote for details.J
  31227. Sample Code.imgK
  31228. Aug 97N
  31229. setdeskcpatO
  31230. Dev.CD May 00 TC:Sample Code:P
  31231. Dev.CD May 00 TC
  31232.  - Sample CodeV
  31233. 72024X
  31234. May 00^
  31235. tional yet,  OT Listen/Accept loop needs improvement
  31236. Sample Code.imgK
  31237. Mar 96
  31238. 74057X
  31239. May 00^
  31240. r--set theItem to choose file -- uncomment to test in an AS editor
  31241.     tell application "Finder"
  31242.         open item "Dev.CD May 00 TC:Sample Code:"
  31243.         activate
  31244.     end tell
  31245. on error errMsg number errNum
  31246.     --enter statements to perform when no records are found such as...
  31247.     display dialog "Sorry, the item you selected could not be found."
  31248.     return
  31249. end try
  31250. Movedf
  31251. Live Scroll
  31252. Dynamic Scrollingq
  31253. Dev.CD May 00 TC
  31254. D!All Packages
  31255. Tool Chest Edition
  31256. Load PCI DriverI
  31257. Summary: Load PCI Driver is a utitity for PCI driver writers. It lets you load and unload 'ndrv' without having to restart.
  31258. Allows you to load a Native PCI  driver ('ndrv') without having to restart. Very useful when debugging your native driver.J
  31259. Sample Code.imgK
  31260. Sep 97M
  31261. PowerPC PCI based MacintoshN
  31262. PCI ndrv driver loaderO
  31263. Dev.CD May 00 TC:Sample Code:P
  31264. Dev.CD May 00 TC
  31265.  - Sample CodeV
  31266. 74058X
  31267. May 00^
  31268. #RenderingLib, Packages, Mac OS 9O
  31269. Dev.CD May 00 TC:Sample Code:
  31270. b--set theItem to choose file -- uncomment to test in an AS editor
  31271.     tell application "Finder"
  31272.         open item "Dev.CD Oct 94"
  31273.         activate
  31274.     end tell
  31275. on error errMsg number errNum
  31276.     --enter statements to perform when no records are found such as...
  31277.     display dialog "Sorry, the item you selected could not be found."
  31278.     return
  31279. end try
  31280. stompicproc
  31281. customputappend
  31282. customputdialog
  31283. customputsuffix
  31284. cutting
  31285. cvtccomments
  31286. cyberdog
  31287. cycle
  31288. cycles
  31289. icker Manager
  31290. ColorSync Manager
  31291. Cursor Utilities
  31292. Display Manager
  31293. HTML Rendering Library
  31294. Offscreen Graphics Worlds
  31295. Palette Manager
  31296. Picture Utilities
  31297. Printing Manager
  31298. QuickDraw
  31299. QuickDraw 3D
  31300. QuickTime
  31301. Sound Manager
  31302. Speech Manager 
  31303. Development Tools:
  31304. MacApp
  31305. Macintosh Programmer's Workshop(MPW)
  31306. MacsBug
  31307. ResEdit
  31308. Search Technologies:
  31309. Apple Information Access Toolkit(AIAT)
  31310. Find By Content / Sherlock
  31311. Runtime Services:
  31312. Code Fragment Manager
  31313. Component Manager
  31314. Exception Manager
  31315. Mixed Mode Manager
  31316. ckage Manager
  31317. Segment Manager
  31318. Trap Manager 
  31319. Text and Other International Services:
  31320. Apple Type Services for Unicode Imaging (ATSUI)[Updated]
  31321. Date, Time, and Measurement Utilities [New]
  31322. Dictionary Manager
  31323. Font Manager [New]
  31324. FontSync [New]
  31325. Keyboard and International Resources
  31326. Multilingual Text Editor [New]
  31327. QuickDraw Text
  31328. Script Manager
  31329. TextEdit
  31330. Text Encoding Conversion Manager [Updated]
  31331. Text Services Manager
  31332. Text Utilities
  31333. Unicode Utilities
  31334. Interapplication Communication:
  31335. Apple Event Manage
  31336. you'llx
  31337. documentation
  31338. software
  31339. technolo
  31340. you're
  31341. you've
  31342. yourN
  31343. yourself
  31344. zanzibar
  31345. zap's
  31346. zeroing
  31347. zimmerman
  31348. zimmerman's
  31349. zonez
  31350. zones
  31351. --set theItem to choose file -- uncomment to test in an AS editor
  31352.     tell application "Finder"
  31353.         open item "Dev.CD Apr 94
  31354. Dev.CD Jan 94
  31355. Dev.CD Oct 93
  31356. Dev.CD Jul 93"
  31357.         activate
  31358.     end tell
  31359. on error errMsg number errNum
  31360.     --enter statements to perform when no records are found such as...
  31361.     display dialog "Sorry, the item you selected could not be found."
  31362.     return
  31363. end try
  31364. developmentsj
  31365. devfeedback
  31366. devicej
  31367. deviceloop
  31368. devicesV
  31369. devon
  31370. WorldScript technology, which simplifies the way in which a single operating system can support multiple languages. It works with world ready applications that take advantage of WorldScript, such as ClarisWorks 4
  31371. Dev.CD Jul 9V
  31372. 74601X
  31373. Jul 95
  31374. b--set theItem to choose file -- uncomment to test in an AS editor
  31375.     tell application "Finder"
  31376.         open item "Dev.CD Jul 95"
  31377.         activate
  31378.     end tell
  31379. on error errMsg number errNum
  31380.     --enter statements to perform when no records are found such as...
  31381.     display dialog "Sorry, the item you selected could not be found."
  31382.     return
  31383. end try
  31384. All Packages
  31385. System 7.5 Update 1.0O
  31386. Dev.CD Jul 95P
  31387. Dev.CD Jul 9V
  31388. 74602X
  31389. Jul 95
  31390. b--set theItem to choose file -- uncomment to test in an AS editor
  31391.     tell application "Finder"
  31392.         open item "Dev.CD Jul 95"
  31393.         activate
  31394.     end tell
  31395. on error errMsg number errNum
  31396.     --enter statements to perform when no records are found such as...
  31397.     display dialog "Sorry, the item you selected could not be found."
  31398.     return
  31399. end try
  31400. All Packages
  31401. System 7.5 Update 1.0O
  31402. Dev.CD Jul 95P
  31403. Dev.CD Jul 9V
  31404. 74603X
  31405. Jul 95
  31406.  - Sample CodeV
  31407. 71572X
  31408. May 00^
  31409. 73960X
  31410. Jul 00^
  31411. --set theItem to choose file -- uncomment to test in an AS editor
  31412.     tell application "Finder"
  31413.         open item "Dev.CD Jul 00 SDK1:Development Kits:Mac OS:File System Manager:"
  31414.         activate
  31415.     end tell
  31416. on error errMsg number errNum
  31417.     --enter statements to perform when no records are found such as...
  31418.     display dialog "Sorry, the item you selected could not be found."
  31419.     return
  31420. end try
  31421. e    No Changef@File System Manager
  31422. External File System
  31423. Foreign File Systemq
  31424. Dev.CD Jul 00 SDK1
  31425. rD!All Packages
  31426. Mac OS SDK Edition
  31427. Find By Content (FBC) Extractor
  31428.     Debugger is an advanced source-code debugger for PowerPC applications. With it you can set breakpoints, single step code, examine stack variables, and so on.
  31429. Runs on either a Power Macintosh or a 68K Macintosh. In 68K mode, it is used for debugging a target application running on a remote Power Macintosh.
  31430. MPW etc.imgK
  31431. Nov 97N
  31432. power macintosh debuggerhe way AutoGuest INI
  31433. thinks
  31434. third
  31435. third-partyo
  31436. thisB
  31437. acrobat
  31438. reader
  31439. 4.0.1
  31440. 2.6.5
  31441. 3.0.1
  31442. archive
  31443. htmli
  31444. advanced[
  31445. advanced
  31446. color
  31447. imaging[
  31448. advanced
  31449. color
  31450. imaging
  31451. advanced
  31452. technique
  31453. coercion
  31454. init]
  31455. aegizmos]
  31456. All Packages
  31457. F    QuickTimeO
  31458. Dev.CD Jul 93
  31459. Dev.CD Apr 93P
  31460. Dev.CD Jul 93
  31461. Dev.CD Apr 9V
  31462. 74438X
  31463. Jul 93
  31464. p--set theItem to choose file -- uncomment to test in an AS editor
  31465.     tell application "Finder"
  31466.         open item "Dev.CD Jul 93
  31467. Dev.CD Apr 93"
  31468.         activate
  31469.     end tell
  31470. on error errMsg number errNum
  31471.     --enter statements to perform when no records are found such as...
  31472.     display dialog "Sorry, the item you selected could not be found."
  31473.     return
  31474. end try
  31475. All Packages
  31476. F    QuickTimeO
  31477. Dev.CD Jul 93
  31478. Dev.CD Apr 93P
  31479. Dev.CD Jul 93
  31480. Dev.CD Apr 9V
  31481. 74439X
  31482. Jul 93
  31483. p--set theItem to choose file -- uncomment to test in an AS editor
  31484.     tell application "Finder"
  31485.         open item "Dev.CD Jul 93
  31486. Dev.CD Apr 93"
  31487.         activate
  31488.     end tell
  31489. on error errMsg number errNum
  31490.     --enter statements to perform when no records are found such as...
  31491.     display dialog "Sorry, the item you selected could not be found."
  31492.     return
  31493. end try
  31494. All Packages
  31495. osaic (Blueprint for Future: Publishing); Editor's Note (The Shadow Doesn't Know); IndustryWatch.
  31496. Technology: News (ETO and MPW Pro #16; New Paper Tech Notes)CD Highlights;  Human Interface (Fad Gadgets); OpenDoc HI Q&A, pt 2; QuickTime 2.0.
  31497. Business & Marketing:  Marketing Feature (HyperCard Alive and Well).
  31498. This is final draft copy from the February Apple Directions, 
  31499.  1995, Apple Computer, Inc. All rights reserved. Reuse or reprinting without permission of the editor is forbidden.  F
  31500. or permission, contact the editor on AppleLink at A.DIRECTIONS. 
  31501. January 1995 Apple Directions Articles
  31502. News: Apple News (Announcing Pippin; Macintosh Brand Strongest; Macintosh Top-Selling; Windows/DOS on Macintosh; Newton Developer Support; Apple Expands; QuickTime 2.0); Strategy Mosaic (Power Macintosh Developers Speak); Editor's Note (Games); IndustryWatch.
  31503. Technology: CD Highlights;  Human Interface (Doc's Holiday Wish List); OpenDoc HI Q&A; New Macintosh Run-Time Environment.
  31504. picker
  31505. pictoid
  31506. pictoid
  31507. picttoclip
  31508. picttoclip
  31509. pippin
  31510. pippin
  31511. authentication
  31512. pippin
  31513. flash
  31514. access
  31515. pippin
  31516. launch
  31517. pippin
  31518. standard
  31519. pippin
  31520. startup
  31521. process
  31522. pippin
  31523. video
  31524. pippinfinder
  31525. pitfalls
  31526. place
  31527. place
  31528. extensions
  31529. folder
  31530. place
  31531. system
  31532. folder
  31533. plain
  31534. plain
  31535. paper
  31536. platforms
  31537. player
  31538. playit
  31539. playit
  31540. please
  31541. objectivectoj
  31542. portingobjectivectoj
  31543. power
  31544. power
  31545. emulator
  31546. power
  31547. emulator
  31548. release
  31549. notes
  31550. power
  31551. macintosh
  31552. artwork
  31553. powerbook
  31554. powerbook
  31555. addendum
  31556. powerbook
  31557. powerbook
  31558. 2400c
  31559. powerbook
  31560. powerbook
  31561. powerbook
  31562. 2300c
  31563. powerbook
  31564. processor
  31565. powerbookg3series
  31566. powerbookg3series
  31567. powerpc
  31568. System Enabler 088 (AVs)O
  31569. Dev.CD Apr 94
  31570. Dev.CD Jan 94P
  31571. Dev.CD Apr 94
  31572. Dev.CD Jan 9V
  31573. 74734X
  31574. Apr 94
  31575. p--set theItem to choose file -- uncomment to test in an AS editor
  31576.     tell application "Finder"
  31577.         open item "Dev.CD Apr 94
  31578. Dev.CD Jan 94"
  31579.         activate
  31580.     end tell
  31581. on error errMsg number errNum
  31582.     --enter statements to perform when no records are found such as...
  31583.     display dialog "Sorry, the item you selected could not be found."
  31584.     return
  31585. end try
  31586. All Packages
  31587. System Enabler 088 (AVs)O
  31588. Dev.CD Apr 94P
  31589. Dev.CD Apr 9V
  31590. 74735X
  31591. Apr 94
  31592. b--set theItem to choose file -- uncomment to test in an AS editor
  31593.     tell application "Finder"
  31594.         open item "Dev.CD Apr 94"
  31595.         activate
  31596.     end tell
  31597. on error errMsg number errNum
  31598.     --enter statements to perform when no records are found such as...
  31599.     display dialog "Sorry, the item you selected could not be found."
  31600.     return
  31601. end try
  31602. All Packages
  31603. 74736X
  31604. Deleted
  31605. streamnop
  31606. streamnop
  31607. sample
  31608. streams
  31609. module
  31610. designed
  31611. streams
  31612. spbrecord
  31613. spbsetdeviceinfo
  31614. speakj
  31615. speakerphone
  31616. speakers
  31617. speaking
  31618. speaksj
  31619. specfically
  31620. specialT
  31621. specialized
  31622. specially
  31623. specifics
  31624. specifically
  31625. ple.com/developer/Tool_Chest/Testing_-_Debugging/Debuggers_-_dcmds/q
  31626. Dev.CD May 00 TC
  31627. D!All Packages
  31628. Mac OS SDK Edition
  31629. MacSNMP
  31630.     ovies
  31631.  ability to open a nearly unlimited number of files using HyperTalk
  31632.  enhanced script editor window for easier navigation
  31633.  improved Picture XCMD
  31634.  more script commands and new syntax
  31635. For more information on these features and how to use them, see Using HyperCard 2.4.
  31636. Sep 97L
  31637. Jul 98
  31638. flicker-free
  31639. flickers
  31640. flight-sim
  31641. flightsim
  31642. flipping
  31643. float-to-int
  31644. floating
  31645. flood
  31646. flookup
  31647. floor
  31648. floppies
  31649. floppy
  31650. flush
  31651. flushing
  31652. focus
  31653. focuses
  31654. folderR
  31655. folder
  31656. contents
  31657. follow
  31658. followed
  31659. following
  31660. follows
  31661. fonte
  31662. fonts
  31663. footprintg
  31664. pdates the interfaces required for pre-emptively threaded applications. The SDK includes documentation describing the changes.
  31665. This package includes:
  31666.  CFM-68K 4.0, Code Fragment Manager for 680x0 Macintoshes
  31667.  ObjectSupportLib, version 1.2
  31668.  Updated Apple Thread Manager, now included in the CFM-68K Runtime Enabler.
  31669. Requirements:  The CFM-68K runtime software requires System 7.1 or later, 32-bit addressing to be turned on, and a 68020, 68030, or 68040 Macintosh system.
  31670. NOTE:  This versiC
  31671. on is incompatible with:
  31672.  Cyberdog 2.0 alpha and older. Cyberdog 2.0 beta is compatible.
  31673.  Jasik's The Debugger, versions built prior to March 3, 1997
  31674. JQ CFM-68K Runtime Enabler
  31675. CFM-68K 4.0
  31676. CFM-68K Read Me
  31677. Interfaces:
  31678. ObjectSupportLibK
  31679. Jan 96L
  31680. May 97M
  31681. The CFM-68K runtime software requires System 7.1 or later, 32-bit addressing to be turned on, and a 68020, 68030, or 68040 Macintosh system.O7Dev.CD Jul 99 SDK1:Development Kits:Mac OS:CFM-68K SDK:
  31682. starting
  31683. starts
  31684. startup
  31685. stateU
  31686. states
  31687. statistic
  31688. statistics
  31689. status
  31690. staying
  31691. stays
  31692. stdfilterhacking
  31693. stdout
  31694. stdpix
  31695. steal
  31696. stept
  31697. step-by-step
  31698. steps
  31699. steve
  31700. stevens
  31701. stickers
  31702. sticky
  31703. still
  31704. stitching
  31705. stopc
  31706. stopped
  31707. stopping
  31708. storage
  31709. store
  31710. stored
  31711. storing
  31712. storyj
  31713. stragegyj
  31714. strassmann
  31715. strategicj
  31716. strategies
  31717. strategyj
  31718. stream
  31719. streamedit
  31720. streaming
  31721. streamlined
  31722. streams
  31723. e--set theItem to choose file -- uncomment to test in an AS editor
  31724.     tell application "Finder"
  31725.         open item "Dev.CD Aug 96 TC"
  31726.         activate
  31727.     end tell
  31728. on error errMsg number errNum
  31729.     --enter statements to perform when no records are found such as...
  31730.     display dialog "Sorry, the item you selected could not be found."
  31731.     return
  31732. end try
  31733. 74520X
  31734. May 00^
  31735. r--set theItem to choose file -- uncomment to test in an AS editor
  31736.     tell application "Finder"
  31737.         open item "Dev.CD May 00 TC:Sample Code:"
  31738.         activate
  31739.     end tell
  31740. on error errMsg number errNum
  31741.     --enter statements to perform when no records are found such as...
  31742.     display dialog "Sorry, the item you selected could not be found."
  31743.     return
  31744. end try
  31745. e    No Changeq
  31746. Dev.CD May 00 TC
  31747. D!All Packages
  31748. Tool Chest Edition
  31749. Snippets - Files
  31750. (** = new, * = revised)
  31751. AS Authenticator:  This code sample answers the question: "How can I ask an AppleShare server to authenticate an account/password pair without mounting a volume?"  It attempts to mount a volume with a name which is known to be invalid. If VolumeMount claims the password didn't work, then it didn't. If VolumeMount claims the volume could not be mounted, then the password was valid.  Note: This is 100% predictable behavior and doesn't rely on any hacks. However, it d
  31752. Summary: This is the electronic version of develop magazine.
  31753.  Issue 1 highlights:
  31754. Realistic Color for Real-World Applications.  Extensions to the Macintosh graphics system software and how to use them.
  31755. All About the Palette Manager.  The what, why, and how of the Palette Manager and how it works with 32-Bit QuickDraw.
  31756. Braving Offscreen Worlds.  Use the new offscreen calls to set up and to maintain your offscreen world. 
  31757. The Perils of Postscript.  Mixing the models: Postscript and Qui
  31758. xckDraw; tricks for the mix.
  31759. Compatibility: Rules of the Road.  An overview of the most critical System 7.0 compatibility issues.
  31760. Debugging Declaration ROMs.  Everything you need to know to build and to debug a NuBus declaration ROM.
  31761. Apple II Development Dynamo.  Produce fast, small, readable, reliable Apple II assembly-language code quickly and conveniently using Dynamo.
  31762. J&develop Issue  1
  31763. develop Issue  1 codeK
  31764. Vol IIIL
  31765. Jun 95tNBP:  Test program to demonstrate case insensitivit
  31766. ODDev.CD Jul 00 SDK1:Development Kits:Mac OS:Speech Synthesis Manager:PLDev.CD Jul 00 SDK1
  31767.  - Development Kits
  31768.  - Mac OS
  31769.  - Speech Synthesis Managerrpose
  31770. menuscripter
  31771. sample
  31772. summary
  31773. beta-level
  31774. tools
  31775. creating
  31776. summary
  31777. quickdraw
  31778. print
  31779. spooler
  31780. patch
  31781. fixes
  31782. problem
  31783. d such as...
  31784.     display dialog "Sorry, the item you selected could not be found."
  31785.     return
  31786. end try
  31787. Deletedq
  31788. Dev.CD Sep 96 RL
  31789. 1D(All Packages
  31790. Reference Library Edition
  31791. develop Issue 15
  31792. video
  31793. toolkit
  31794. hytime
  31795. icntoicon
  31796. icntoicon
  31797. iconpict
  31798. iconpict
  31799. icons
  31800. iconutilspriv
  31801. iconutilspriv
  31802. ideas
  31803. ideas
  31804. opportunities
  31805. ideas
  31806. toolkit
  31807. identifycd
  31808. idletasks
  31809. idletasks
  31810. distributors/localiz
  31811. imageg
  31812. images
  31813. lettingZ
  31814. level
  31815. levels
  31816. leverages
  31817. lexical
  31818. lexicon
  31819. libraries_
  31820. libraries
  31821. librariesthat
  31822. licenced
  31823. licenseZ
  31824. licensed
  31825. licensesj
  31826. licensingb
  31827. light
  31828. light-weight
  31829. lightening
  31830. lighter
  31831. lights
  31832. likelyo
  31833. window's
  31834. windowcolors
  31835. windowcompare
  31836. windowed
  31837. windowpicker
  31838. windowsj
  31839. windows
  31840. developers
  31841. quicktime
  31842. within
  31843. products
  31844. windows/dosj
  31845. windowshade
  31846. wintermyre
  31847. kODDev.CD Apr 98 SDK2:Development Kits (Disc 2):QuickTime Conferencing:PIDev.CD Apr 98 SDK2
  31848.  - Development Kits (Disc 2)
  31849.  - QuickTime ConferencingW
  31850. target
  31851. testbanks
  31852. testbanks
  31853. testcpp
  31854. tester
  31855. testhooks
  31856. testhooks
  31857. testhooks
  31858. testhooks
  31859. testhooks
  31860. makeout
  31861. testing
  31862. testmagic
  31863. testmagic
  31864. tests
  31865. tetomltesample
  31866. textw
  31867. encoding
  31868. converter
  31869. encodings
  31870. extractors
  31871. plug-ins
  31872. text-to-speech
  31873. text-to-speech
  31874. first
  31875. textchanger
  31876. textchanger
  31877. 2.0.1
  31878. textencodingcmgr
  31879. textintlsvcs
  31880. textoid
  31881. textoid
  31882. textres
  31883. textres
  31884. texture
  31885. texture
  31886. sample
  31887. modifier
  31888. modifiers
  31889. modify
  31890. modifying
  31891. modifymouseaccl
  31892. modular
  31893. modulet
  31894. modulesQ
  31895. mofify
  31896. moment
  31897. momentumj
  31898. moneys
  31899. monitorT
  31900. monitoringA
  31901. monitors
  31902. monolithic
  31903. monroe
  31904. month
  31905. monthlyj
  31906. months
  31907. moofwars
  31908. more]
  31909. URL Access - A collection of functions allowing easy access to files on network systems using URLs to reference the remote sources. Support is provided for ftp, http,  and file URLs.
  31910. Download data from a given URL
  31911. Upload data to a given URL (FTP only)
  31912. Post an HTML form
  31913. Download a directory listing (FTP only)
  31914. Download/Upload an entire directory (FTP only)
  31915. Progress and authentication UI
  31916. The SSL code in URL Access uses 40-bit encryption.  This is exportable.
  31917. JrURL Access
  31918. URL Access Scripting
  31919. URLAccess.h
  31920. URLAccess.p
  31921. URLAccess.pdf
  31922. URLAccess68K.lib
  31923. URLAccessLib
  31924. URLAccessLib.oK
  31925. Aug 99M    MacOS 8.6N
  31926. URL Access, Internet, IPOJDev.CD Aug 99 TC:What's New?:Development Kits:Mac OS:URL Access 1.0.1 SDK:PUDev.CD Aug 99 TC
  31927.  - What's New?
  31928.  - Development Kits
  31929.  - Mac OS
  31930.  - URL Access 1.0.1 SDK
  31931. palette
  31932. parserV
  31933. performance
  31934. photoshop
  31935. player
  31936. plugins
  31937. postscript
  31938. powerbook
  31939. primer
  31940. , MRJ
  31941. friends
  31942. fromZ
  31943. fsmgluelib
  31944. fsspec
  31945. fullZ
  31946. full-features
  31947. fullscreen
  31948. webobjects
  31949. categories
  31950. posers
  31951. webobjects
  31952. designing
  31953. robustness
  31954. testing
  31955. webobjects
  31956. eomodeler
  31957. project
  31958. builder
  31959. webobjects
  31960. builder
  31961. webobjects
  31962. objective-c
  31963. webobjects
  31964. openstep
  31965. memory
  31966. management
  31967. webobjects
  31968. performance
  31969. tuning
  31970. optimization
  31971. webobjects
  31972. webobjects
  31973. server
  31974. objects
  31975. window
  31976. windows
  31977. wombat
  31978. workgroup
  31979. working
  31980. workstation
  31981. world
  31982. wrapper
  31983. writeswell
  31984. software
  31985. system
  31986. system
  31987. software
  31988. edition
  31989. tuning
  31990. amera
  31991. sample
  31992. which
  31993. demonstrates
  31994. ethernet
  31995. driver
  31996. code-like
  31997. tough
  31998. toward
  31999. towards
  32000. tpifile
  32001. tpifile
  32002. sample
  32003. module
  32004. tpifile
  32005. traceT
  32006. traceback
  32007. traceroute
  32008. tracing
  32009. track`
  32010. tracker
  32011. tracking
  32012. tracks
  32013. traddriverloaderlib
  32014. trade
  32015. trade-offs
  32016. trademark
  32017. tradition
  32018. traditional
  32019. behaviour
  32020. beinga
  32021. beings
  32022. believe
  32023. belly
  32024. belong
  32025. belongs
  32026. belowp
  32027. bending
  32028. beneath
  32029. benefitp
  32030. benefitsj
  32031. berdahl
  32032. berkeley
  32033. berkowitz
  32034. r--set theItem to choose file -- uncomment to test in an AS editor
  32035.     tell application "Finder"
  32036.         open item "Dev.CD May 00 TC:Sample Code:"
  32037.         activate
  32038.     end tell
  32039. on error errMsg number errNum
  32040.     --enter statements to perform when no records are found such as...
  32041.     display dialog "Sorry, the item you selected could not be found."
  32042.     return
  32043. end try
  32044. srlanguagemodeler
  32045. stack]
  32046. staging
  32047. staging
  32048. alerts
  32049. standalone
  32050. standalone
  32051. quick
  32052. start
  32053. standard
  32054. related
  32055. systemfolder
  32056. systemfolder
  32057. technical
  32058. technique
  32059. techniques
  32060. telephonym
  32061. telephony
  32062. suitem
  32063. template^
  32064. terminology^
  32065. terminology
  32066. 3/92^
  32067. test]
  32068. testbanks
  32069. testbanks
  32070. testing
  32071. testmagic
  32072. testmagic
  32073. tests
  32074. textw
  32075. extractors
  32076. plug-ins
  32077. textchanger
  32078. textchanger
  32079. 2.0.1
  32080. ble:  Usually, when an INIT patches a trap, changing the INIT requires reinstalling the INIT in the Extensions folder and rebooting. This snippet demonstrates a technique which allows new INIT code to replace most of the old code without the developer having to reboot.
  32081. ReKeyTrans:  Shows how to use the Script Manager and KCHRs to call KeyTrans.
  32082. RequiredFinderColors:  Under system 7, the finder requies certain colors for the desktop icons to be displayed in their color versions. This snip
  32083. pet shows which colors are needed in the system color table.
  32084. ROMResourceDump 1.0d1:  This little utility copies all of the resources in the Macintosh's ROM into a file called "ROM Resource Dump File".  This is useful for the insanely curious, those with a professional "need to know" (like DTS engineers), and as a trivial Resource Manager sample.
  32085. Scrap Parsing:  An example of how to parse the scrap in memory.
  32086. SetIndString:  This C function takes the same parameters as GetIndString but do
  32087. theory
  32088. upper
  32089. upside
  32090. urbina
  32091. access
  32092. collection
  32093. functions
  32094. allowing
  32095. access
  32096. urquhart
  32097. usage
  32098. Legal Documentation for licensing and program participation
  32099. eturn
  32100. end try
  32101. e    No Changef
  32102. QuickTime
  32103. Dev.CD May 00 TC
  32104. ImportExportI
  32105. This demo program shows how to export a movie, using the user dialog to customise export settings, import a media file and reference a media file in a movie.J
  32106. Sample Code.imgK
  32107. Feb 00
  32108. - Common
  32109.     - Sun Compliant Java Runtime Environment 1.1
  32110.     - QuickTime 3 
  32111.     - QTJava.zip
  32112.     - QTJava media samples
  32113. - Mac OS:
  32114.     - System 8 or later
  32115.     - Macintosh Runtime for Java (MRJ) 2.1
  32116. - Windows 95, 98, or NT::
  32117.     - JRE/JDK from Sun Microsystems, Inc. recommended
  32118. Inc. recommended
  32119. p--set theItem to choose file -- uncomment to test in an AS editor
  32120.     tell application "Finder"
  32121.         open item "Dev.CD Apr 95
  32122. Dev.CD Jan 95"
  32123.         activate
  32124.     end tell
  32125. on error errMsg number errNum
  32126.     --enter statements to perform when no records are found such as...
  32127.     display dialog "Sorry, the item you selected could not be found."
  32128.     return
  32129. end try
  32130. JxATalk WAD Toolkit Read Me
  32131. AURP MIB
  32132. AURP MIB (compilable)
  32133. Documentation:
  32134. SNMP AURP Agent
  32135. TunnelSim
  32136. XTI Shell Sample Code:K
  32137. Apr 96N+AppleTalk Wide Area, AURP, Router, InternetOADev.CD Apr 98 SDK1:Development Kits (Disc 1):AppleTalk Wide Area:PFDev.CD Apr 98 SDK1
  32138.  - Development Kits (Disc 1)
  32139.  - AppleTalk Wide Areaimagedrawer
  32140. developer
  32141. describes
  32142. macintosh
  32143. powerbook
  32144. 2400c
  32145. developer
  32146. provides
  32147. technical
  32148. information
  32149. about
  32150. development
  32151. information
  32152. image
  32153. contains
  32154. debug
  32155. version
  32156. 2.5.2
  32157. which
  32158. 52xxv
  32159. 5300j
  32160. 5300c/1005300ce/1173
  32161. 53xxv
  32162. 5400x
  32163. 58.1.5
  32164. 5thcolumnB
  32165. 6-158
  32166. 6-164
  32167. 6.0.4
  32168. 6.0.5
  32169. 6.3.1
  32170. 6.3.2
  32171. 6100x
  32172. 6200x
  32173. 62xxv
  32174. 6300x
  32175. 63xxv
  32176. 64-bit
  32177. 651-3561
  32178. 651-7584
  32179. 65c02r
  32180. 68000
  32181. 68020d
  32182. 68030
  32183. 68040
  32184. 680x0
  32185. 68881/2
  32186. 68k-based
  32187. support
  32188. asynchronous
  32189. a-trap
  32190. a/roseQ
  32191. ability`
  32192. ableo
  32193. aboutj
  32194. abovep
  32195. however
  32196. hp-ux
  32197. htmlZ
  32198. htmlrenderinglib
  32199. htmlsample
  32200. htmlsample
  32201. application
  32202. illustrating
  32203. httpZ
  32204. hubbard
  32205. hugeg
  32206. humanj
  32207. hundreds
  32208. huxham
  32209. hybrid
  32210. hypercardc
  32211. hyperdam
  32212. hypertalk
  32213. hypertext[
  32214. st projects, this project was implemented under time constraints. There may be better methods available to you depending on your needs and the available time.
  32215. Sample Code.imgK
  32216. Jul 96N
  32217. Live Scroll, Dynamic ScrollingO
  32218. Dev.CD May 00 TC:Sample Code:P
  32219. Dev.CD May 00 TC
  32220.  - Sample Codestatements to perform when no records are found such as...
  32221.     display dialog "Sorry, the item you selected could not be found."
  32222.     return
  32223. end try
  32224. Deletedq
  32225. Dev.CD Nov 99 TC
  32226. D!All Packages
  32227. Tool Chest Edition
  32228. Mac OS Text Encodings
  32229.     ing of phonetic characters as well.
  32230. Language Analysis SDK provides API for Language Analysis Manager and Dictionary Manager.
  32231. Japanese is the only target language in this release.
  32232. Language Analysis SDK.imgK
  32233. Jan 99M#MacOS 8.5 Japanese version or newerNvLanguage, Analysis, Language Analysis Architecture, Japanese, morpheme, Dictionary Manager, Analysis, Language ManagerOADev.CD Jul 00 SDK1:Development Kits:Mac OS:Language Analysis SDK:
  32234. Applejack Tech Note
  32235. Creating Pippin CDROMs
  32236. Pippin Authentication
  32237. Pippin Flash Access 
  32238. Pippin Launch
  32239. Pippin Standard File 
  32240. Pippin Startup Process
  32241. Pippin Video
  32242. PippinFinder
  32243. Stoppinf INIT IconsK
  32244. Aug 96M
  32245. Adobe Acrobat Reader.N+Pippin, Bandai, Atworld, Atmark, multimediaO@Dev.CD Dec 99 RL:Technical Documentation:Pippin Technical Notes:PEDev.CD Dec 99 RL
  32246.  - Technical Documentation
  32247.  - Pippin Technical NotesV
  32248. 74199X
  32249. Dec 99^
  32250. --set theItem to choose file -- uncomment to test in an AS editor
  32251.     tell application "Finder"
  32252.         open item "Dev.CD Dec 99 RL:Technical Documentation:Pippin Technical Notes:"
  32253.         activate
  32254.     end tell
  32255. on error errMsg number errNum
  32256.     --enter statements to perform when no records are found such as...
  32257.     display dialog "Sorry, the item you selected could not be found."
  32258.     return
  32259. end try
  32260. Deletedf'Pippin
  32261. Bandai
  32262. Atworld
  32263. Atmark
  32264. multimediaq
  32265. Dev.CD Dec 99 RL
  32266. aD!All Packages
  32267. Tool Chest Edition
  32268. F    PlayMovie
  32269. All Packages
  32270. 72245
  32271. --set theItem to choose file -- uncomment to test in an AS editor
  32272.     tell application "Finder"
  32273.         open item "Dev.CD Jun 00 RL Disk 1:Technical Documentation:Misc. Standards:BinHex 4.0:"
  32274.         activate
  32275.     end tell
  32276. on error errMsg number errNum
  32277.     --enter statements to perform when no records are found such as...
  32278.     display dialog "Sorry, the item you selected could not be found."
  32279.     return
  32280. end try
  32281. d could not be found."
  32282.     return
  32283. end try
  32284. e    No Changef TOOLBOX ASSISTANT
  32285. QUICKVIEWq
  32286. Dev.CD Sep 97 RL
  32287. tD!All Packages
  32288. Tool Chest Edition
  32289. Qwertytunes 0.6
  32290. /Summary: This small application lets you control send MIDI information into the MIDI Manager using the alphabetic keyboard. This can control sequencers, or MIDI devices directly.
  32291. Features: Can define the pitch and velocity for each of the 40 keys below and including the number keys, 1 through 9 and 0.
  32292. 1e    No Change
  32293. scanner
  32294. scomP
  32295. screen
  32296. script\
  32297. scriptable\
  32298. (** = new, * = revised)
  32299. AddResMenu7.1:  In System 7.1 AddResMenu doesn't  alphabatize anything but FONT resource names. This snippet  includes a function which you can use in your applications to get the same functionality as AddResMenu under systems before 7.1.
  32300. BigScrolling:  This snippet demonstrates the basics of creating and tracking a scroll bar.
  32301. Calc ControlRgn:  A snippet that shows how to call a CDEF to have it return the Control's Region. Works for both PowerPC and 68K code.
  32302. olorCDEF:  This working sample defproc emulates the features of the standard button control for system software 7.0 on the macintosh.
  32303. ColoredCheckBox:  This app demonstrates how to create a check box on a gray window background. The key to this is making sure that the background color for the window is set.
  32304. CustomIcon:  This snippet shows how to use custom document icons in an application. The correct procedure for doing this is to add the Icon family to the document and set bit 10 of th
  32305. Summary:  Zone Ranger is a freeware utility that provides detailed information about each heap zone that is active on the Macintosh. This information includes both the counts and total sizes of the free blocks, pointers, handles, locked handles, and resource handles in each heap zone.
  32306. Issues: This is NOT AN APPLE PRODUCT. It is provided on an AS-IS basis. Apple is not responsible for any problems you may encounter in its use.
  32307.  Apple doesn't own this package.  Please read the copyright meB
  32308. ssage. 
  32309.  Apple doesn't support this package.  Please contact the original author(s) for support (and expressions of gratitude, as appropriate!)
  32310. JFAbout ZoneRanger
  32311. Metrowerks ZoneRanger 1.1
  32312. ZoneRanger Revision HistoryK
  32313. May 94L
  32314. Nov 94M
  32315. any Macintosh computer.N'utility, heap zones, handles, resourcesO2Dev.CD Nov 99 TC:Tool Chest:Memory:ZoneRanger 1.1:P:Dev.CD Nov 99 TC
  32316.  - Tool Chest
  32317.  - Memory
  32318.  - ZoneRanger 1.1auncher
  32319. minimizep
  32320. minimum
  32321. minor
  32322. 73758X
  32323. Jul 99^
  32324. --set theItem to choose file -- uncomment to test in an AS editor
  32325.     tell application "Finder"
  32326.         open item "Dev.CD Jul 99 SDK1:Development Kits:Mac OS:Apple Color OneScanner SDK:"
  32327.         activate
  32328.     end tell
  32329. on error errMsg number errNum
  32330.     --enter statements to perform when no records are found such as...
  32331.     display dialog "Sorry, the item you selected could not be found."
  32332.     return
  32333. end try
  32334. Deletedq
  32335. Dev.CD Jul 99 SDK1
  32336. (D!All Packages
  32337. Mac OS SDK Edition
  32338. Apple Data Detectors SDK
  32339.     Macintosh
  32340. PowerPC
  32341. Toolboxq
  32342. Dev.CD May 00 TC
  32343. #D!All Packages
  32344. Tool Chest Edition
  32345. TradDriverLoaderLib1.0b5
  32346.     display dialog "Sorry, the item you selected could not be found."
  32347.     return
  32348. end try
  32349. e    No Changeq
  32350. Dev.CD May 00 TC
  32351. All Packages
  32352. Indian Language KitV
  32353. 69063X
  32354. System 7.0 Menu Def InfoI
  32355. Summary: This file contains some information describing how the standard System 7.0 MDEF works.  
  32356. Features: Use this information to upgrade your custom MDEFs to emulate the look of System 7.0.J
  32357. MenuHints.aK
  32358. Vol VIIIO=Dev.CD May 00 TC:Tool Chest:Toolbox:System 7.0 Menu Def Info:PEDev.CD May 00 TC
  32359.  - Tool Chest
  32360.  - Toolbox
  32361.  - System 7.0 Menu Def InfoV
  32362. 74587X
  32363. May 00^
  32364. --set theItem to choose file -- uncomment to test in an AS editor
  32365.     tell application "Finder"
  32366.         open item "Dev.CD May 00 TC:Tool Chest:Toolbox:System 7.0 Menu Def Info:"
  32367.         activate
  32368.     end tell
  32369. on error errMsg number errNum
  32370.     --enter statements to perform when no records are found such as...
  32371.     display dialog "Sorry, the item you selected could not be found."
  32372.     return
  32373. end try
  32374. e    No Changeq
  32375. Dev.CD May 00 TC
  32376. D!All Packages
  32377. Tool Chest Edition
  32378. System 7.0 WDEFcations that support Apple's WorldScript technology. It can even be used to view ISCII-
  32379. thereY
  32380. there
  32381. three
  32382. different
  32383. samples
  32384. showing
  32385. variat
  32386. there's
  32387. thereby
  32388. therefore
  32389. theresa
  32390. these[
  32391. theta
  32392. 74222X
  32393. Apr 95
  32394. p--set theItem to choose file -- uncomment to test in an AS editor
  32395.     tell application "Finder"
  32396.         open item "Dev.CD Apr 95
  32397. Dev.CD Jan 95"
  32398.         activate
  32399.     end tell
  32400. on error errMsg number errNum
  32401.     --enter statements to perform when no records are found such as...
  32402.     display dialog "Sorry, the item you selected could not be found."
  32403.     return
  32404. end try
  32405. All Packages
  32406. F    PowerTalkO
  32407. Dev.CD Apr 95P
  32408. Dev.CD Apr 9V
  32409. 74223X
  32410. Apr 95
  32411. b--set theItem to choose file -- uncomment to test in an AS editor
  32412.     tell application "Finder"
  32413.         open item "Dev.CD Apr 95"
  32414.         activate
  32415.     end tell
  32416. on error errMsg number errNum
  32417.     --enter statements to perform when no records are found such as...
  32418.     display dialog "Sorry, the item you selected could not be found."
  32419.     return
  32420. end try
  32421. All Packages
  32422. F    PowerTalkO
  32423. Dev.CD Apr 95
  32424. Dev.CD Jan 95P
  32425. Dev.CD Apr 95
  32426. Dev.CD Jan 9V
  32427. 74224X
  32428. Apr 95
  32429. PKDev.CD May 00 TC
  32430.  - Tool Chest
  32431.  - Testing & Debugging
  32432.  - Virtual User toolsV
  32433. 74547X
  32434. May 00^
  32435. --set theItem to choose file -- uncomment to test in an AS editor
  32436.     tell application "Finder"
  32437.         open item "Dev.CD May 00 TC:Tool Chest:Testing & Debugging:Virtual User tools:"
  32438.         activate
  32439.     end tell
  32440. on error errMsg number errNum
  32441.     --enter statements to perform when no records are found such as...
  32442.     display dialog "Sorry, the item you selected could not be found."
  32443.     return
  32444. end try
  32445. e    No Changeq
  32446. Dev.CD May 00 TC
  32447. D!All Packages
  32448. Mac OS SDK Edition
  32449. Speech Recognition Manager
  32450.     upport
  32451. sales
  32452. products
  32453. apple
  32454. conjunction
  32455. ritten@
  32456. wrong@
  32457. you'll@
  32458. zoomdocproc@
  32459. 03-information
  32460. registrati
  32461. 1.4.2@
  32462. about@
  32463. about
  32464. appleshare
  32465. client
  32466. aegizmos
  32467. 1.4.2@
  32468. apple
  32469. directions
  32470. 03/96@
  32471. apple
  32472. event
  32473. xcmds
  32474. 1.0b3@
  32475. apple
  32476. standardsw
  32477. createdv
  32478. createdirwithcustomi
  32479. createpmforecolorima
  32480. creatergbforecolorim
  32481. crucial
  32482. cryptic
  32483. culturej
  32484. curbow
  32485. curious
  32486. current
  32487. cursive
  32488. cursor
  32489. cursors
  32490. customo
  32491. customchoose
  32492. customenabler
  32493. customersj
  32494. customizable
  32495. customization
  32496. customize
  32497. customizing
  32498. cyberdog
  32499. cyrillic
  32500. cyrillic-based
  32501. cyrillique
  32502. da/application
  32503. daniel
  32504. data[
  32505. database
  32506. databasess
  32507. dataforkz
  32508. david
  32509. day-to-day
  32510. dboxproc
  32511. dcmda
  32512. dcmds]
  32513. deanna
  32514. deatherage
  32515. packages
  32516. 74376X
  32517. Apr 98^
  32518. --set theItem to choose file -- uncomment to test in an AS editor
  32519.     tell application "Finder"
  32520.         open item "Dev.CD Apr 98 SDK2:Development Kits (Disc 2):QuickTake for Windows 1.5:"
  32521.         activate
  32522.     end tell
  32523. on error errMsg number errNum
  32524.     --enter statements to perform when no records are found such as...
  32525.     display dialog "Sorry, the item you selected could not be found."
  32526.     return
  32527. end try
  32528. Deletedf QuickTake
  32529. Windows
  32530. Digital cameraq
  32531. Dev.CD Apr 98 SDK2
  32532. All Packages
  32533. F    QuickTimeO
  32534. Dev.CD Jan 95
  32535. Dev.CD Oct 94P
  32536. Dev.CD Jan 95
  32537. Dev.CD Oct 9V
  32538. 74377X
  32539. Jan 95
  32540. p--set theItem to choose file -- uncomment to test in an AS editor
  32541.     tell application "Finder"
  32542.         open item "Dev.CD Jan 95
  32543. Dev.CD Oct 94"
  32544.         activate
  32545.     end tell
  32546. on error errMsg number errNum
  32547.     --enter statements to perform when no records are found such as...
  32548.     display dialog "Sorry, the item you selected could not be found."
  32549.     return
  32550. end try
  32551. that the new acceleration curve is in effect, press the mouse button to have the program restore the original acceleration settings, and to quit the program.
  32552. Note that there is the included glue file CursorDevices.Glue.c.  This glue file is used in conjunction with the CursorDevices.h header file which became available since ETO 18.  Use this glue file to link a native PPC program with the CursorDevice Manager routines.  
  32553. NoPowerOffKey 1.2:  This extension disables the keyboard power key
  32554.  from being used to turn off a Macintosh. Starting with System 7.5, you can turn off power by pressing the power key, just as you turn on the Macintosh by pressing the power key.  This behavior isn't appropriate for some classroom or kiosk settings.  Therefore, this extension exists.  Drop it into your system folder and restart.
  32555. Version 1.2 fixes a minor concern, removes one line of assembly, and adds a Finder help string, so that turning on balloon help and pointing at this extension exp
  32556. Summary:  SCSI Monitor and IOTracer are performance tools designed to record and report information on file system and SCSI performance in a Macintosh environment.  This release includes bug fixes for System Software 7.5.3 and PCI-based Macintosh systems.
  32557.      SCSI Monitor reports aggregate information on disk I/O. It reports the number of disk reads and write operations performed, the number of sectors involved and the time taken to complete the operations.
  32558.  IOTracer collects trace da
  32559. ta on file system and driver reads and writes and other I/O related calls. An analysis tool is provided which inputs an IOTracer trace and outputs a summary of the I/O performance. IOTracer can also collect data on resource calls, which can give insight into the effect of application/system resource requests and disk I/O performance. 
  32560.      The information provided by these tools can provide an understanding of an application's disk I/O behavior and interaction with the system. It is also 
  32561. e-mailh
  32562. eachU
  32563. earlierX
  32564. early
  32565. earth
  32566. ease-of-use
  32567. easier
  32568. easiest
  32569. quickdraw
  32570. viewer
  32571. thompson
  32572. easy-to-use
  32573. eaxmple
  32574. edgar
  32575. editX
  32576. edit-related
  32577. editable
  32578. editing
  32579. editionj
  32580. editions
  32581. editorN
  32582. editor'sj
  32583. editorsu
  32584. edittext
  32585. edittextcdev
  32586. educationalj
  32587. effect
  32588. supercard
  32589. supersedes
  32590. superview
  32591. suport
  32592. supplement
  32593. supplementing
  32594. supplied
  32595. supply
  32596. supportN
  32597. WcompressionP
  32598. computer
  32599. computer
  32600. based
  32601. media
  32602. television
  32603. broadcast
  32604. graphics
  32605. conditional
  32606. configurationt
  32607. connectivity
  32608. consumer
  32609. container
  32610. content
  32611. context
  32612. contextualh
  32613. contextual
  32614. manager
  32615. control
  32616. control
  32617. strip
  32618. powerbook
  32619. control
  32620. panel
  32621. controls
  32622. conversion
  32623. converter
  32624. coprocessorQ
  32625. corba
  32626. foundation
  32627. overview
  32628. opaque
  32629. types
  32630. reference
  32631. counts
  32632. corners
  32633. ne    No Changeq
  32634. Dev.CD May 98 TC
  32635. oD!All Packages
  32636. Tool Chest Edition
  32637. ary: EvenBetterBusError is an init that helps catch renegade references to NIL. If you try to dereference a NIL handle or pointer with it installed, a bus error occurs, alerting you to the problem. It also catched writes to NIL, another common programming error.
  32638. General tools.imgK
  32639. Vol XO>Dev.CD May 00 TC:Tool Chest:Testing & Debugging:General tools:PFDev.CD May 00 TC
  32640.  - Tool Chest
  32641.  - Testing & Debugging
  32642.  - General toolsV
  32643. 73958X
  32644. May 00^
  32645. --set theItem to choose file -- uncomment to test in an AS editor
  32646.     tell application "Finder"
  32647.         open item "Dev.CD May 00 TC:Tool Chest:Testing & Debugging:General tools:"
  32648.         activate
  32649.     end tell
  32650. on error errMsg number errNum
  32651.     --enter statements to perform when no records are found such as...
  32652.     display dialog "Sorry, the item you selected could not be found."
  32653.     return
  32654. end try
  32655. e    No Changeq
  32656. Dev.CD May 00 TC
  32657. ev.CD May 00 TC
  32658. Apr 95
  32659. imports
  32660. import/export/reloca
  32661. important
  32662. important
  32663. about
  32664. quicktime
  32665. important
  32666. about
  32667. sound
  32668. manager
  32669. important
  32670. information
  32671. about
  32672. imported
  32673. imported/exported
  32674. impractical
  32675. impression
  32676. in-house
  32677. inactiveo
  32678. includeb
  32679. includedA
  32680. includesQ
  32681. includingQ
  32682. includs
  32683. incompatabilityo
  32684. incompatible
  32685. incorporates
  32686. increased
  32687. increases
  32688. incrementalb
  32689. indexb
  32690. indexesq
  32691. indicatedZ
  32692. indispensable
  32693. industrywatchj
  32694. inefficiency
  32695. informationB
  32696. informational
  32697. summary
  32698. opendoc
  32699. development
  32700. framework
  32701. objec
  32702. summary
  32703. programmer's
  32704. guide
  32705. apple
  32706. scanners
  32707. second
  32708. summary
  32709. purpose
  32710. menuscripter
  32711. sample
  32712. summary
  32713. beta-level
  32714. tools
  32715. creating
  32716. summary
  32717. quickdraw
  32718. print
  32719. spooler
  32720. patch
  32721. fixes
  32722. problem
  32723. new chunks of system software. (Hands off!)
  32724. J(develop Issue 14:
  32725. develop Issue 14 code:K
  32726. Vol IIIL
  32727. Jun 95OBDev.CD Sep 96 RL:Technical Documentation:develop:develop Issue 14:PJDev.CD Sep 96 RL
  32728.  - Technical Documentation
  32729.  - develop
  32730.  - develop Issue 14introduce random and selective snarfing of packets.
  32731. Files can be saved to hold the user-defined critieria and actions that users create.
  32732. The Snarfer can run on Internet Routers and handle multiple ports.
  32733. Issues: The Snarfer is currently being considered for a patent filed by Apple.  So far, it is a low priority patent.
  32734. J8The Snarfer
  32735. The Snarfer Read Me
  32736. The Snarfer User's GuideK
  32737. Jul 92
  32738. --set theItem to choose file -- uncomment to test in an AS editor
  32739.     tell application "Finder"
  32740.         open item "Dev.CD Apr 94
  32741. Dev.CD Jan 94
  32742. Dev.CD Oct 93
  32743. Dev.CD Jul 93"
  32744.         activate
  32745.     end tell
  32746. on error errMsg number errNum
  32747.     --enter statements to perform when no records are found such as...
  32748.     display dialog "Sorry, the item you selected could not be found."
  32749.     return
  32750. end try
  32751. functions/methods
  32752. fundamental
  32753. fundamentally
  32754. further
  32755. futurej
  32756. futures
  32757. g3-class
  32758. g3/233
  32759. g3/266
  32760. g3/26620th
  32761. gadgetsj
  32762. gainingj
  32763. gains
  32764. ity functions.
  32765. QuickDraw GX Graphics
  32766. This book shows  
  32767. Sample code showing how to asynchronously record sound to disk.
  32768. Sample code showing how to asynchronously record sound to disk using the Sound Manager's SPBRecord and the File Manager's PBWriteAsync calls.J
  32769. Sample Code.imgK
  32770. Dec 98M
  32771. Any Mac with an audio input.N
  32772. SPBRecord, asynchronous, recordO
  32773. Dev.CD May 00 TC:Sample Code:P
  32774. Dev.CD May 00 TC
  32775.  - Sample CodeV
  32776. 74478X
  32777. May 00^
  32778. r--set theItem to choose file -- uncomment to test in an AS editor
  32779.     tell application "Finder"
  32780.         open item "Dev.CD May 00 TC:Sample Code:"
  32781.         activate
  32782.     end tell
  32783. on error errMsg number errNum
  32784.     --enter statements to perform when no records are found such as...
  32785.     display dialog "Sorry, the item you selected could not be found."
  32786.     return
  32787. end try
  32788. e    No Changef
  32789. SPBRecord
  32790. asynchronous
  32791. recordq
  32792. Dev.CD May 00 TC
  32793. xD!All Packages
  32794. Tool Chest Edition
  32795. Report Error 2.0w to extend the printing capabilities of QuickDraw GX by creating a printing extension that can work with any appl
  32796. registrym
  32797. reinstaller
  32798. relase
  32799. related
  32800. related
  32801. paper
  32802. releasev
  32803. release
  32804. extensions
  32805. release
  32806. installer
  32807. release
  32808. notesv
  32809. release
  32810. notes
  32811. 8/31/93
  32812. relstring
  32813. remoteS
  32814. remote
  32815. control
  32816. remote
  32817. control
  32818. remote
  32819. control
  32820. removefile
  32821. removefile
  32822. removefolder
  32823. removefolder
  32824. renderinglib
  32825. rep-iso
  32826. rep-iso/ccitt
  32827. rep-mm
  32828. replaceattributes
  32829. replaceattributes
  32830. replacecharset
  32831. replacecharset
  32832. report
  32833. reporting
  32834. request
  32835. requests
  32836. resedit]
  32837. resedit
  32838. editor
  32839. 1.0b4]
  32840. resedit
  32841. editor]
  32842. resolvealias
  32843. resolvealias
  32844. resource^
  32845. lications:rhapsody:P6Dev.CD Dec 99 RL
  32846.  - Technical Publications
  32847.  - rhapsody
  32848. pcted conditions. But C programmers can take advantage of them as well, since C is (mostly) a subset of C++.
  32849. Country Stringing: Localized Strings for the Newton by Maurice Sharp. Although version 1.5 of the Newton Toolkit provides some built-in support for localizing strings, organizing the different sets of strings is still problematic. Or rather, it was until now.
  32850. JBdevelop Issue 25
  32851. develop Issue 25 code
  32852. develop Issue 25 referencesK
  32853. Mar 96L
  32854. Mar 96OIDev.CD Jun 00 RL Disk 1:Technical Documentation:Develop:develop Issue 25:PQDev.CD Jun 00 RL Disk 1
  32855.  - Technical Documentation
  32856.  - Develop
  32857.  - develop Issue 25a declaration ROM that is suitable for downloading from the assembled and linked image.
  32858. Features:  Update to version 3.2.3.  Contains bug fixes for building declartion ROMs larger than 64K, other hints.
  32859. J--Read Me
  32860. CRCPatch folder
  32861. Data folder
  32862. tjs commK
  32863. Oct 92L
  32864. Aug 95M
  32865. MPW:Tool Chest:Devices:NuBus/Slot Manager:ROM Build/Download 3.2.4:V
  32866. 73247X
  32867. 1e    No Change
  32868. container
  32869. containing
  32870.     tell application "Finder"
  32871.         open item "Dev.CD Sep 96 RL:Technical Documentation:develop:develop Issue  1:"
  32872.         activate
  32873.     end tell
  32874. on error errMsg number errNum
  32875.     --enter statements to perform when no records are found such as...
  32876.     display dialog "Sorry, the item you selected could not be found."
  32877.     return
  32878. end try
  32879. Deletedq
  32880. Dev.CD Sep 96 RL
  32881. ,D(All Packages
  32882. Reference Library Edition
  32883. develop Issue 10
  32884.     d of an outstanding read command, an ASR is  used to inform the program there is data to be received.
  32885. Zap TCP Application:  This small app contains a trap patch to _ExitToShell which will search all open MacTCP connections for any connections which are allocated within the currently quitting or crashing application. Any such connection will be closed and its assocated MacTCP stream will be released.  This will prevent most of the Mac crashes associated wit
  32886. appendages
  32887. appendditl
  32888. appending
  32889. appendix
  32890. appkit
  32891. appkit
  32892. reference
  32893. appleO
  32894. W C  by Ken Urquhart
  32895. Most simple ACGI programs are written in AppleScript, but for speed-critical applications, or for ACGIs that need to handle more than one request at a time, a high-level language like C is better suited to the task. This article 
  32896. -Rotation Controllers Read Me
  32897. -Rotation Ctl's Read Me.txt
  32898. Related Paper
  32899. Rotation Controllers demo 1.0.1
  32900. Virtual Sphere Sample Code 1.1K
  32901. Mar 93L
  32902. Jun 93M=Must have Color QuickDraw.  Will run in System 6 or System 7.O;Dev.CD May 00 TC:Tool Chest:QuickDraw:Virtual Sphere 1.0.1:PCDev.CD May 00 TC
  32903.  - Tool Chest
  32904.  - QuickDraw
  32905.  - Virtual Sphere 1.0.1V
  32906. 74922X
  32907. May 00^
  32908. --set theItem to choose file -- uncomment to test in an AS editor
  32909.     tell application "Finder"
  32910.         open item "Dev.CD May 00 TC:Tool Chest:QuickDraw:Virtual Sphere 1.0.1:"
  32911.         activate
  32912.     end tell
  32913. on error errMsg number errNum
  32914.     --enter statements to perform when no records are found such as...
  32915.     display dialog "Sorry, the item you selected could not be found."
  32916.     return
  32917. end try
  32918. e    No Changeq
  32919. Dev.CD May 00 TC
  32920. 4D!All Packages
  32921. Tool Chest Edition
  32922. Virtual User
  32923. login
  32924. logins
  32925. --set theItem to choose file -- uncomment to test in an AS editor
  32926.     tell application "Finder"
  32927.         open item "Dev.CD Apr 94
  32928. Dev.CD Jan 94
  32929. Dev.CD Oct 93
  32930. Dev.CD Jul 93"
  32931.         activate
  32932.     end tell
  32933. on error errMsg number errNum
  32934.     --enter statements to perform when no records are found such as...
  32935.     display dialog "Sorry, the item you selected could not be found."
  32936.     return
  32937. end try
  32938. fsmgluelib
  32939. fsspec
  32940. fullZ
  32941. full-features
  32942. fullscreen
  32943. Folder Contents:
  32944.   Controls.lib 3.0.15 folder
  32945.     This folder contains the latest version of Controls.lib.
  32946.     Controls.lib 3.0.15 is 6.x and 7.x compatible and Virtual User 2.0
  32947.     compatible.  Virtual User 1.1 is currently available through APDA and
  32948.     Virtual User 2.0 will be available for purchase by the end of 1992.
  32949.     Many tasks have been improved, modified or 
  32950.     rewritten since Controls.lib v2.5
  32951.   Controls.lib Reference
  32952.     This is located in the Controls.lib folder.
  32953.   This MPW file is a reference on how to use VU libraries, how to use the tasks
  32954.     in the Controls.lib library, and how to install VUMark 1.0b1.
  32955.   Printing.lib 1.0
  32956.     This library is a collection of printing-related tasks for the LaserWriter,
  32957.     StyleWriter and Personal LW Page Setup and Printing menu items and dialogs.
  32958.   MiniLauncher 1.3b5
  32959.     This tool is required on VU targets using Controls.lib 3.0.14 
  32960.     with System 6.0.x.  This tool is not needed for VU and System 7.x.
  32961. Help XFCN 1.4
  32962. Summary:  This XFCN allows the HyperTalk scripter to display Help Balloons in a stack.  A demonstration stack, source code, and complete documentation is provided.
  32963.   A simple way to display Help Balloons for objects on a card.  Great way to aid your stack user.  Balloon location and content is controlled by XFCN parameters.  Various options allow you to alter the balloon shape and its hotrect.
  32964. Features:  This is version 1.4.  The developer CD has 1.2d1.  New features include supporting baB?lloon text in a STR# resource and a fix to stop "Write to NIL".
  32965. JEbuildXCMD
  32966. Help XFCN RN 1.4
  32967. helpLab
  32968. makefileHelp
  32969. makeout
  32970. object
  32971. sourceK
  32972. Vol VIIL
  32973. Aug 93M
  32974. HyperCard 2.1, System 7N
  32975. HyperCard, Help, BalloonsO[Dev.CD May 00 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:Help XFCN 1.4:PiDev.CD May 00 TC
  32976.  - Tool Chest
  32977.  - Development Kits
  32978.  - HyperCard Related
  32979.  - XCMDs & XFCNs
  32980.  - Help XFCN 1.4V
  32981. 73990X
  32982. 72922X
  32983. Deleted
  32984. devices, and setting the configurations and display modes for video devices.
  32985. HTML Rendering Library [NEW]
  32986. ---------------------
  32987. This preliminary document describes the version of the HTML Rendering Library available in Mac OS 9. It discusses the standard HTML Rendering Library functions and data types that allow you to manage the drawing environment, as well as the callbacks you can use to provide such additional services as event management, link tracking, and link redirection.
  32988. Locale
  32989. s for Mac OS 8.6 and 9.0 [NEW]
  32990. ---------------------------
  32991. This preliminary document describes the Locales protocols and API for Mac OS 8.6 and 9.0. You should read this document if you need to understand how to specify the language and/or region for a locale-sensitive text operation or if you need to obtain, for a specified language and/or region, the locale data that will enable the text operation to behave appropriately.
  32992. Unicode Utilities [NEW]
  32993. ---------------
  32994. This preliminary documen
  32995. All Packages
  32996. System Enabler 201 (PB Duo)O7Dev.CD Apr 94
  32997. Dev.CD Jan 94
  32998. Dev.CD Oct 93
  32999. Dev.CD Aug 93P6Dev.CD Apr 94
  33000. Dev.CD Jan 94
  33001. Dev.CD Oct 93
  33002. Dev.CD Aug 9V
  33003. 74819X
  33004. Apr 94
  33005. --set theItem to choose file -- uncomment to test in an AS editor
  33006.     tell application "Finder"
  33007.         open item "Dev.CD Apr 94
  33008. Dev.CD Jan 94
  33009. Dev.CD Oct 93
  33010. Dev.CD Aug 93"
  33011.         activate
  33012.     end tell
  33013. on error errMsg number errNum
  33014.     --enter statements to perform when no records are found such as...
  33015.     display dialog "Sorry, the item you selected could not be found."
  33016.     return
  33017. end try
  33018. All Packages
  33019. System Enabler 201 (PB Duo)O)Dev.CD Apr 94
  33020. Dev.CD Jan 94
  33021. Dev.CD Oct 93P(Dev.CD Apr 94
  33022. Dev.CD Jan 94
  33023. Dev.CD Oct 9V
  33024. 74820X
  33025. Apr 94
  33026. inside
  33027. macintosh
  33028. inside
  33029. runtime
  33030. architecture
  33031. anymore
  33032. anyone
  33033. anything
  33034. anywhere
  33035. apart
  33036. aphorisms
  33037. appearing
  33038. append
  33039. appendages
  33040. appendditl
  33041. appending
  33042. appendix
  33043. appleO
  33044. apple
  33045. detectors
  33046. technology
  33047. scans
  33048. searchih
  33049. e    No Changef
  33050. PCI ndrv driver loaderq
  33051. Dev.CD May 00 TC
  33052. D!All Packages
  33053. Tool Chest Edition
  33054. Localization for Japan
  33055. Summary: Localization for Japan provides an overview of what is needed to successfully introduce a software product in the Japanese market.
  33056. Features: Targeting an audience ranging from product managers to  software developers, this book tells you the important issues to consider when designing or modifying a domestic software package for distribution in Japan.  It also provides information on subjects including document translation and  establishing business partners in Japan.
  33057. Localization for JapanK
  33058. Aug 92M
  33059. Adobe Acrobat ReaderO&Dev.CD May 98 TC:Programs & Marketing:P(Dev.CD May 98 TC
  33060.  - Programs & MarketingV
  33061. 74059X
  33062. May 98^
  33063. #old desktop printers
  33064. Redesigned Custom Page Size Support
  33065. PostScript Level 3 support
  33066. Expanded ColorSync 2.1.x support
  33067. Collation
  33068. Print To PDF
  33069. LaserWriter 8.5.1 GM.seaK
  33070. Jun 95L
  33071. Jan 98N"LaserWriter 8 driver printer 8.5.1
  33072. editor
  33073. effects
  33074. eject
  33075. electronics
  33076. elements
  33077. email
  33078. embed
  33079. emulator
  33080. enabled
  33081. enabler
  33082. encoding
  33083. endpoint
  33084. endpoints
  33085. address
  33086. engine
  33087. enterprise
  33088. enterprise
  33089. objects
  33090. framework
  33091. entertainment
  33092. environment
  33093. eomodeler
  33094. error
  33095. error
  33096. reports
  33097. apple
  33098. ethernetQ
  33099. address
  33100. ethernet
  33101. built-in
  33102. ethernet
  33103. ethertalk
  33104. etsda
  33105. eventa
  33106. events\
  33107. expansion
  33108. extension
  33109. external
  33110. external
  33111. system
  33112. external
  33113. extractor
  33114. faceless
  33115. faceless
  33116. background-only
  33117. family
  33118. fcode
  33119. features
  33120. fetch
  33121. field
  33122. management
  33123. manager
  33124. preview
  33125. sharing
  33126. signing
  33127. r--set theItem to choose file -- uncomment to test in an AS editor
  33128.     tell application "Finder"
  33129.         open item "Dev.CD May 00 TC:Sample Code:"
  33130.         activate
  33131.     end tell
  33132. on error errMsg number errNum
  33133.     --enter statements to perform when no records are found such as...
  33134.     display dialog "Sorry, the item you selected could not be found."
  33135.     return
  33136. end try
  33137. OS 9 may be found on the October, November, and December 1999 System Software Editions in the following languages: Chinese (Simly in background.
  33138. JYDeveloper Information
  33139. New API  sample
  33140. New API documentation
  33141. Read me before using new API!K
  33142. Nov 93L
  33143. Nov 93M
  33144. System Software 6.0.7 or later.O7Dev.CD May 00 TC:Tool Chest:Printing:LaserWriter 8 API:P?Dev.CD May 00 TC
  33145.  - Tool Chest
  33146.  - Printing
  33147.  - LaserWriter 8 APIfiles for your development and we've improved the Macintosh Drag and Drop extension to provide PowerPC glue code.  For development, we provide the DragLib library that you use to link with your appl
  33148. difficult
  33149. application
  33150. support
  33151. features
  33152. K 1.1.1)
  33153. Cyrillic Language Kit 1.0
  33154. Hebrew Language Kit 1.0.1
  33155. Indian Language Kit 1.0
  33156. Japanese Language Kit 1.2
  33157. Korean Language Kit 1.0
  33158. Any attempt to use the LKU8 with previous versions of the above Language Kits is not supported and therefore not recommended.
  33159. Arabic Language Kit 1.0.1
  33160. Chinese Language Kit 1.2 (also CLK 1.1.1)
  33161. Cyrillic Language Kit 1.0
  33162. Hebrew Language Kit 1.0.1
  33163. Indian Language Kit 1.0
  33164. Japanese Language Kit 1.2
  33165. orean Language Kit 1.0
  33166. J%LKU Install Disk 1
  33167. LKU Install Disk 2K
  33168. Nov 97M/Current Language Kits with Mac OS 8.0 or newer.NSLanguage Kit Updater Mac OS 8 Arabic Chinese Cyrillic Hebrew Indian Japanese KoreanO=Dev.CD May 00 TC:Language Kits:Language Kit Updater f/MacOS8:PBDev.CD May 00 TC
  33169.  - Language Kits
  33170.  - Language Kit Updater f/MacOS8 Resources:Interactive Corp Success Guide:
  33171. apple
  33172. apple
  33173. event
  33174. macsbug
  33175. displays
  33176. apple
  33177. reporter
  33178. hypercard
  33179. stack
  33180. longer
  33181. apple
  33182. information
  33183. access
  33184. toolkit
  33185. object-orienb
  33186. apple
  33187. publications
  33188. style
  33189. guide
  33190. writers
  33191. editors
  33192. appleshare
  33193. client
  33194. consists
  33195. routines
  33196. creat
  33197. cardbus
  33198. contains
  33199. folders
  33200. title
  33201. documentation
  33202. sampl
  33203. eturn
  33204. end try
  33205. All Packages
  33206. F    QuickTimeO
  33207. Dev.CD Jul 93
  33208. Dev.CD Apr 93P
  33209. Dev.CD Jul 93
  33210. Dev.CD Apr 9V
  33211. 73193X
  33212. Jul 93
  33213. p--set theItem to choose file -- uncomment to test in an AS editor
  33214.     tell application "Finder"
  33215.         open item "Dev.CD Jul 93
  33216. Dev.CD Apr 93"
  33217.         activate
  33218.     end tell
  33219. on error errMsg number errNum
  33220.     --enter statements to perform when no records are found such as...
  33221.     display dialog "Sorry, the item you selected could not be found."
  33222.     return
  33223. end try
  33224. All Packages
  33225. F    QuickTimeO
  33226. Dev.CD Jul 93
  33227. Dev.CD Apr 93V
  33228. 73194X
  33229. --set theItem to choose file -- uncomment to test in an AS editor
  33230.     tell application "Finder"
  33231.         open item "Dev.CD Apr 94
  33232. Dev.CD Jan 94
  33233. Dev.CD Oct 93
  33234. Dev.CD Jul 93
  33235. Dev.CD Apr 93"
  33236.         activate
  33237.     end tell
  33238. on error errMsg number errNum
  33239.     --enter statements to perform when no records are found such as...
  33240.     display dialog "Sorry, the item you selected could not be found."
  33241.     return
  33242. end try
  33243. code resource to data, code resource supported includs its own CNVT resource, XCMD, AppleScript's scpt, FKEY and any other type of code resource that can be supported bB
  33244. y adding a glue CNVT code resource.
  33245. Can act as AppleEvent server to be used by AppleScript or edit and execute AppleScript right from Clipboard Magician.
  33246. 71376X
  33247. 1e    No Change
  33248. lected could not be found."
  33249.     return
  33250. end try
  33251. All Packages
  33252. System 7.5 Update 1.0O
  33253. Dev.CD Jul 95P
  33254. Dev.CD Jul 9V
  33255. 70902X
  33256. Jul 95
  33257. reply
  33258. demonstrated
  33259. demonstratesN
  33260. demonstrates
  33261. programmatically
  33262. background
  33263. demonstrates
  33264. switch
  33265. private
  33266. stack
  33267. correctly
  33268. 2.6.1
  33269. 2.6.5X
  33270. 2300c
  33271. 2400c
  33272. 24gcO
  33273. 3.0.1Y
  33274. 3.0.2
  33275. 3.6.5
  33276. 3/92^
  33277. ac OS.
  33278. What's New
  33279. =========
  33280. CarbonLib Porting Guide
  33281. -----------------------------
  33282. This guide is for Mac OS 9 developers who want to port their applications to use the Carbon API. Such applications can run on Mac OS 9 using the CarbonLib
  33283. 72414X
  33284. breakthroughs
  33285. breeze
  33286. brian
  33287. bridge
  33288. bridges
  33289. brief
  33290. brigham
  33291. bring
  33292. bring-up
  33293. bringing
  33294. brings
  33295. brink
  33296. broad
  33297. broadcast
  33298. broadcast-ready
  33299. brochure
  33300. packages
  33301. O>Dev.CD May 00 TC:Tool Chest:Devices:CD-ROM:How to Detect a CD:PIDev.CD May 00 TC
  33302.  - Tool Chest
  33303.  - Devices
  33304.  - CD-ROM
  33305.  - How to Detect a CDV
  33306. 73995X
  33307. May 00^
  33308. --set theItem to choose file -- uncomment to test in an AS editor
  33309.     tell application "Finder"
  33310.         open item "Dev.CD May 00 TC:Tool Chest:Devices:CD-ROM:How to Detect a CD:"
  33311.         activate
  33312.     end tell
  33313. on error errMsg number errNum
  33314.     --enter statements to perform when no records are found such as...
  33315.     display dialog "Sorry, the item you selected could not be found."
  33316.     return
  33317. end try
  33318. e    No Changef
  33319. CD-ROM
  33320. Device Manager
  33321. Dev.CD May 00 TC
  33322. D!All Packages
  33323. Tool Chest Edition
  33324. HTMLSample
  33325.     ed and linked image.
  33326. Features:  Update to version 3.2.3.  Contains bug fixes for building declartion ROMs larger than 64K, other hints.
  33327. J--Read Me
  33328. CRCPatch folder
  33329. Data folder
  33330. tjs commK
  33331. Oct 92L
  33332. Aug 95M
  33333. MPW:Tool Chest:Devices:NuBus/Slot Manager:ROM Build/Download 3.2.4:V
  33334. 70773X
  33335. 1e    No Change
  33336. 73855X
  33337. Jul 00^
  33338. --set theItem to choose file -- uncomment to test in an AS editor
  33339.     tell application "Finder"
  33340.         open item "Dev.CD Jul 00 SDK1:Development Kits:Mac OS:ColorSync 3.0 Mac SDK:"
  33341.         activate
  33342.     end tell
  33343. on error errMsg number errNum
  33344.     --enter statements to perform when no records are found such as...
  33345.     display dialog "Sorry, the item you selected could not be found."
  33346.     return
  33347. end try
  33348. e    No Changef:ColorSync
  33349. calibrator
  33350. scripting
  33351. profile
  33352. gamma
  33353. tag colorq
  33354. Dev.CD Jul 00 SDK1
  33355.     D!All Packages
  33356. Mac OS SDK Edition
  33357. ColorSync Photoshop Plugins 2.1
  33358.     ditor
  33359.     tell application "Finder"
  33360.         open item "Dev.CD Apr 92"
  33361.         activate
  33362.     end tell
  33363. on error errMsg number errNum
  33364.     --enter statements to perform when no records are found such as...
  33365.     display dialog "Sorry, the item you selected could not be found."
  33366.     return
  33367. end try
  33368. All Packages
  33369. System 7 Tune-UpO
  33370. Dev.CD Apr 92
  33371. Dev.CD Mar 92V
  33372. 73345X
  33373. markpascal@
  33374. memory@
  33375. mpperiodicaltest
  33376. pro2@
  33377. n-dutch@
  33378. This demo program shows how to display any QuickTime content within a java.awt display space using the QTCanvas. It also demonstrates the use of the different resize options of the QTCanvas (with the QTCanvas' alignment set to centre it in the display space).
  33379. Sample Code.imgK
  33380. Feb 00
  33381. - Common
  33382.     - Sun Compliant Java Runtime Environment 1.1
  33383.     - QuickTime 3 
  33384.     - QTJava.zip
  33385.     - QTJava media samples
  33386. - Mac OS:
  33387.     - System 8 or later
  33388.     - Macintosh Runtime for Java (MRJ) 2.1
  33389. - Windows 95, 98, or NT::
  33390.     - JRE/JDK from Sun Microsystems, Inc. recommended
  33391. QuickTime, Java, MRJO
  33392. Dev.CD May 00 TC:Sample Code:P
  33393. Dev.CD May 00 TC
  33394.  - Sample Codefor developers own needs.  It is an easy bug tracking system and, because of the ease of use of FileMaker Pro, can easily sort records and create reports.  It is also networkable.
  33395. Features:
  33396.  lists all of the current System Software and Macintosh Systems
  33397.  handles more than one user at a time
  33398.  password capability
  33399.  easicapability
  33400.  easi
  33401. {--set theItem to choose file -- uncomment to test in an AS editor
  33402.     tell application "Finder"
  33403.         open item "Dev.CD May 98 TC:Programs & Marketing:"
  33404.         activate
  33405.     end tell
  33406. on error errMsg number errNum
  33407.     --enter statements to perform when no records are found such as...
  33408.     display dialog "Sorry, the item you selected could not be found."
  33409.     return
  33410. end try
  33411. e.pdf
  33412. Mac Logo Art:
  33413. Mac Logo Guidelines:
  33414. NewMacLogoK
  33415. Jan 99N
  33416. Apple, Logo, MacO
  33417. Dev.CD Jan 99 SDK1:Mac Logo:P
  33418. Dev.CD Jan 99 SDK1
  33419.  - Mac Logoen documents properly.
  33420. J.Horiz Count
  33421. Large Count
  33422. Readme
  33423. Vert CountK
  33424. Aug 93M=System 7.0 with 512Kbyte code. 
  33425. Color preferred not necessaryN
  33426. CAD/CAM, ASIC DesignOGDev.CD May 00 TC:Tool Chest:Hardware:Misc. Tools:LFSR Verilog CAD Tool:PRDev.CD May 00 TC
  33427.  - Tool Chest
  33428.  - Hardware
  33429.  - Misc. Tools
  33430.  - LFSR Verilog CAD ToolV
  33431. 71580X
  33432. May 00^
  33433. #er Sample CodeO
  33434. Dev.CD May 00 TC:Sample Code:P
  33435. Dev.CD May 00 TC
  33436.  - Sample CodeV
  33437. 69078X
  33438. May 00^
  33439. summary
  33440. localization
  33441. japan
  33442. provides
  33443. overview
  33444. summary
  33445. localization
  33446. guide
  33447. hypercard
  33448. stacks
  33449. summary
  33450. lockvol
  33451. control
  33452. panel
  33453. device
  33454. summary
  33455. error
  33456. tones
  33457. application
  33458. explains
  33459. summary
  33460. runtime
  33461. apple's
  33462. implementatio
  33463. summary
  33464. macbinary
  33465. standard
  33466. summary
  33467. maccalendar
  33468. control
  33469. strip
  33470. module
  33471. displays
  33472. summary
  33473. macintosh
  33474. application
  33475. environment
  33476. virtual
  33477.  the NEW Mac platform ystem 7.N0Tool, Virtual User, External Tool, V.U., VU, IvyOCDev.CD May 00 TC:Tool Chest:Testing & Debugging:Virtual User tools:PKDev.CD May 00 TC
  33478.  - Tool Chest
  33479.  - Testing & Debugging
  33480.  - Virtual User tools
  33481. v file is a file that provides support for one or more network connections.) These calls include a hierarchical display call and specific user-interface calls for configuration of AURP adevs.
  33482. Apple Internet Router: Developing an AURP adev File
  33483. ------------------------------------
  33484. This document provides information needed to develop an AURP adev. Included are the AURP calls to and from the atlk resource; some clues about the adev resource calls from the Apple Internet Router management app
  33485. lication, Router Manager; and hints on using the XTI (X/Open Transport Interface) Shell sample code. The XTI Shell sample code provides a base for writing an AURP adev over XTI and explicit instructions on how to modify it to implement your link.
  33486. Apple Internet Router: Extending IP Tunnel and DialUp
  33487. --------------------------------------
  33488. This document provides information needed to enhance the AppleTalk/IP Wide Area Extension (IP Tunnel adev) and the DialUp adev to support your MacTCP mde
  33489. asian
  33490. asic/fpga
  33491. aside
  33492. asked
  33493. askyesno
  33494. services
  33495. setdefaultdtp
  33496. setdeskcpatdemo
  33497. setled
  33498. setup
  33499. setupgl
  33500. setwindbackcolor
  33501. sgcapture
  33502. sgcapture2disk
  33503. sharedv
  33504. sherlock
  33505. sherlock
  33506. plug-ins
  33507. shimmermate
  33508. shimmermate
  33509. 2.0.1
  33510. globals
  33511. movie
  33512. showdialogboxes
  33513. showdialogboxes
  33514. showiniticon
  33515. simple
  33516. simple
  33517. drawsprocket
  33518. simpleapp
  33519. simpleapp
  33520. 1.0.2
  33521. success
  33522. suite
  33523. suitesm
  33524. super
  33525. survey
  33526. switch
  33527. synchronization
  33528. systemx
  33529. technicalS
  33530. technotes
  33531. terminology^
  33532. tester
  33533. textedit
  33534. token
  33535. tokenizer
  33536. toolbox
  33537. toolkit
  33538. toolkits
  33539. tools]
  33540. transport
  33541. transport/ppp
  33542. event-aware]
  33543. event-driven
  33544. eventsN
  33545. eventually
  33546. everj
  33547. everest
  33548. every
  33549. everybody
  33550. everyday
  33551. everyone
  33552. everything
  33553. everyware
  33554. evict
  33555. evolved
  33556. eworldj
  33557. exact`
  33558. exactly
  33559. examining
  33560. exampleN
  33561. examples
  33562. exceeds
  33563. except
  33564. exception
  33565. exceptional
  33566. exceptions
  33567. exchange
  33568. exchanging
  33569. excitingf
  33570. executable
  33571. 74001X
  33572. May 00^
  33573. --set theItem to choose file -- uncomment to test in an AS editor
  33574.     tell application "Finder"
  33575.         open item "Dev.CD May 00 TC:Tool Chest:Development Kits:HyperCard Related:HyperCard Instance Variables:"
  33576.         activate
  33577.     end tell
  33578. on error errMsg number errNum
  33579.     --enter statements to perform when no records are found such as...
  33580.     display dialog "Sorry, the item you selected could not be found."
  33581.     return
  33582. end try
  33583. e    No ChangefFHyperCard
  33584. variable
  33585. button
  33586. field
  33587. instance variables
  33588. global
  33589. saving stateq
  33590. Dev.CD May 00 TC
  33591. All Packages
  33592. HyperCard Player 2.4
  33593. 74002X
  33594. ationy
  33595. internet
  33596. internet
  33597. server
  33598. interrupt
  33599. interrupt
  33600. introduction
  33601. introduction
  33602. programming
  33603. investment
  33604. iostreams
  33605. gatewayS
  33606. sample
  33607. chinese
  33608. cyrillic
  33609. hebrew
  33610. language
  33611. manager
  33612. laserwriter
  33613. laserwriter
  33614. e    No Changeq
  33615. Dev.CD May 00 TC
  33616. D!All Packages
  33617. Mac OS SDK Edition
  33618. Nav Svcs 1.0 SDK
  33619. Navigation Services is a new API to open, save documents and select files, folders or volumes. Navigation Services supersedes the current StandardFile packages and provides an architecture that makes it possible to access repositories other than HFS file systems, such as the LAN, Internet based servers or databases.
  33620. Navigation Services provides new standard dialogs for the following operations:
  33621. - open document
  33622. - save documents
  33623. - select volume
  33624. - select folder
  33625. - select file
  33626. - select object
  33627. vices, CFString.h, CFCharacterSet.h, CFStringEncodingsExt.h, CFString, string, mutable string, internationalization, localization, Unicode, character encoding, string encoding
  33628.    end tell
  33629. on error errMsg number errNum
  33630.     --enter statements to perform when no records are found such as...
  33631.     display dialog "Sorry, the item you selected could not be found."
  33632.     return
  33633. end try
  33634. All Packages
  33635. Aug 96
  33636. e--set theItem to choose file -- uncomment to test in an AS editor
  33637.     tell application "Finder"
  33638.         open item "Dev.CD Aug 96 TC"
  33639.         activate
  33640.     end tell
  33641. on error errMsg number errNum
  33642.     --enter statements to perform when no records are found such as...
  33643.     display dialog "Sorry, the item you selected could not be found."
  33644.     return
  33645. end try
  33646. All Packages
  33647. QuickDraw GXO
  33648. Dev.CD Jun 97 SSWP
  33649. Dev.CD Jun 97 SSV
  33650. 74366X
  33651. Jun 97
  33652. f--set theItem to choose file -- uncomment to test in an AS editor
  33653.     tell application "Finder"
  33654.         open item "Dev.CD Jun 97 SSW"
  33655.         activate
  33656.     end tell
  33657. on error errMsg number errNum
  33658.     --enter statements to perform when no records are found such as...
  33659.     display dialog "Sorry, the item you selected could not be found."
  33660.     return
  33661. end try
  33662. All Packages
  33663. QuickDraw GXO
  33664. Dev.CD Jun 97 SSWP
  33665. Dev.CD Jun 97 SSV
  33666. 74367X
  33667. Jun 97
  33668.  you to speak a phrase at a time, instead of a character at a time.  This increases the throughput of the system which can achieve about 40-60 characters per minute.
  33669.  CDK uses a very large  flexible vocabulary, so users can speak many flexible phrase patterns, e.g., 
  33670. H.  The total number of different phrases users can say for the default system exceeds 350,000.
  33671.  A phrase adding feature allows you to customize CDK's vocabulary.  Add names of f
  33672. riends and family, specialized technical terms, etc.
  33673.  Adapts to your word patterns to improve the long-term performance.
  33674.  The Lexicon Optimizer utility scans your text files to find what words you  use and adds them automatically to the system.
  33675.  Powerful Voice Macro feature allows you to input long addresses or aphorisms by speaking a single word.  
  33676.  Voice commands for frequently used functions.
  33677.  Most misrecognized characters can be corrected easily and quickly with a click of the mou
  33678. All Packages
  33679. QuickDraw GXO
  33680. Dev.CD Apr 95P
  33681. Dev.CD Apr 9V
  33682. 74346X
  33683. Apr 95
  33684. b--set theItem to choose file -- uncomment to test in an AS editor
  33685.     tell application "Finder"
  33686.         open item "Dev.CD Apr 95"
  33687.         activate
  33688.     end tell
  33689. on error errMsg number errNum
  33690.     --enter statements to perform when no records are found such as...
  33691.     display dialog "Sorry, the item you selected could not be found."
  33692.     return
  33693. end try
  33694. All Packages
  33695. QuickDraw GXO
  33696. Dev.CD Apr 95P
  33697. Dev.CD Apr 9V
  33698. 74347X
  33699. Apr 95
  33700. b--set theItem to choose file -- uncomment to test in an AS editor
  33701.     tell application "Finder"
  33702.         open item "Dev.CD Apr 95"
  33703.         activate
  33704.     end tell
  33705. on error errMsg number errNum
  33706.     --enter statements to perform when no records are found such as...
  33707.     display dialog "Sorry, the item you selected could not be found."
  33708.     return
  33709. end try
  33710. All Packages
  33711. QuickDraw GXO
  33712. Dev.CD Apr 95
  33713. Dev.CD Jan 95V
  33714. 74348X
  33715.  Java, MRJ
  33716. r--set theItem to choose file -- uncomment to test in an AS editor
  33717.     tell application "Finder"
  33718.         open item "Dev.CD May 00 TC:Sample Code:"
  33719.         activate
  33720.     end tell
  33721. on error errMsg number errNum
  33722.     --enter statements to perform when no records are found such as...
  33723.     display dialog "Sorry, the item you selected could not be found."
  33724.     return
  33725. end try
  33726. spreadsheets
  33727. spreadsheetss
  33728. sprite
  33729. sprites
  33730. sprocket
  33731. sprocketinvaders
  33732. sprockets
  33733. square
  33734. sresource
  33735. stackn
  33736. stacks
  33737. staging
  33738. stakingj
  33739. stalking
  33740. stand
  33741. stand-alone
  33742. standalone
  33743. standards
  33744. standardfile
  33745. standardized
  33746. standardsw
  33747. start
  33748. started
  33749. hackers
  33750. hacks
  33751. hairlines
  33752. hairy
  33753. half-way
  33754. hammerhead-based
  33755. hand-coded
  33756. hand-tweak
  33757. handbookf
  33758. handed
  33759. handleN
  33760. handle's
  33761. handle-based
  33762. handler
  33763. handlersn
  33764. handlesy
  33765. handling
  33766. handoff
  33767. hands
  33768. hardwared
  33769. harlan
  33770. harness
  33771. harper
  33772. harry
  33773. irectly licensing and including the "English Text-to-Speech" and/or "Mexican Spanish Text-to-Speech" installers (available both as disk images and as network/hard-disk installers) or by working from the source for the scripts, which is provided here.
  33774. Macintosh users can receive the system software that lets their Macintosh computers talk in any of three ways:
  33775.  It comes pre-installed on many Macintosh computers, but not all.
  33776.  Users can download Apple's PlainTalk "English Text-to-Speech" 
  33777. Mand "Mexican Spanish Text-to-Speech" software from Apple's web site.
  33778.  Developers can license this software for distribution with their applications. Contact Apple's licensing group for more information about licensing Apple software.
  33779.       512-919-2645
  33780.       AppleLink:   SW.LICENSE
  33781.       Internet:  SW.LICENSE@applelink.apple.com
  33782. JxDocumentation
  33783. Files
  33784. Installer Source
  33785. Interfaces
  33786. Scripting
  33787. Speech Synthesis Mgr Installers
  33788. Text-to-Speech - Read Me FirstK
  33789. Jul 96L
  33790. Jan 97
  33791. lette
  33792. macintoshO
  33793. e    No Changeq
  33794. Dev.CD May 98 TC
  33795. D!All Packages
  33796. Tool Chest Edition
  33797. LockVol
  33798. Summary: LockVol is a Control Panel device that can be used to test software handling of locked volumes, local or remote.   With the use of System 7 and File Sharing, LockVol may come in handy for those trying to test their software.  LockVol displays a popup menu containing all volumes in use by your Mac and allows you to change the status of each volume from unlocked, to having a software or hardware lock.  Changes made in the Control Panel are immediate and remain intact until you changwerful new features, Mac OS 9 offers a full suite of capabilities for new and advanced users. Technologies  include  Sherlock 2, AppleScript, QuickTime, ColorSync, DVD, Digital Video, USB, FireWire, Open GL, Game Sprockets and more.
  33799. Localized releases of Mac OS 9 may be found on the October, November, and December 1999 System Software Editions in the following languages: Chinese (Simges: Chinese (Sim
  33800. 72829X
  33801. introduce
  33802. ines for its use. 
  33803.   2. Identify all your retail products with this small, yet powerful icon.
  33804. Developer commitment to providing the new Mac logo with wide scale, high profile visibility in combination with aggressive Apple-sponsored channel programs will increase overall sales of Macintosh products. Apple is working with our channel partners to ensure that packages with the Mac logo are prominently displayed and effectively merchandised. The goal of this campaign is to 
  33805. build a stronger, more financially secure Mac community that will continue to thrive for many years.
  33806. Some of the planned activities to support this campaign include:
  33807.  Retail End Caps, POP, ROP and Pre-Print Exposure 
  33808.  In-Store Merchandising Programs and Promotion
  33809.  Wholesale Distribution Programs
  33810.  Magazine Advertising Campaigns
  33811.  Mail-Order Catalog Programs and Promotions
  33812.  Apple Online Store Programs and Promotions 
  33813. To be considered for inclusion in these exciting, high-v
  33814. Dev.CD May 00 TC:Sample Code:P
  33815. Dev.CD May 00 TC
  33816.  - Sample CodeV
  33817. 74005X
  33818. May 00^
  33819. r--set theItem to choose file -- uncomment to test in an AS editor
  33820.     tell application "Finder"
  33821.         open item "Dev.CD May 00 TC:Sample Code:"
  33822.         activate
  33823.     end tell
  33824. on error errMsg number errNum
  33825.     --enter statements to perform when no records are found such as...
  33826.     display dialog "Sorry, the item you selected could not be found."
  33827.     return
  33828. end try
  33829. e    No Changef
  33830. QuickTime
  33831. Dev.CD May 00 TC
  33832. D!All Packages
  33833. Tool Chest Edition
  33834. F    ImageFileIqThis demo program shows the usage of the GraphicsImporter to import and display a plethora of image file formats.J
  33835. Sample Code.imgK
  33836. Feb 00
  33837. - Common
  33838.     - Sun Compliant Java Runtime Environment 1.1
  33839.     - QuickTime 3 
  33840.     - QTJava.zip
  33841.     - QTJava media samples
  33842. - Mac OS:
  33843.     - System 8 or later
  33844.     - Macintosh Runtime for Java (MRJ) 2.1
  33845. - Windows 95, 98, or NT::
  33846.     - JRE/JDK from Sun Microsystems, Inc. recommended
  33847. QuickTime, Java, MRJ
  33848. |v file or serial driver.
  33849. Apple Internet Tunnel Simulator and Apple Tunnel Simulator software
  33850. -------------------------------------------------
  33851. Apple Tunnel Simulator is an application that simulates an AURP tunnel over TCP/IP. It is useful in testing your AURP implementations. The document Apple Internet Tunnel Simulator explains how to use the Apple Tunnel Simulator software.
  33852. JxATalk WAD Toolkit Read Me
  33853. AURP MIB
  33854. AURP MIB (compilable)
  33855. Documentation:
  33856. SNMP AURP Agent
  33857. TunnelSim
  33858. XTI Shell Sample Code:K
  33859. Apr 96N+AppleTalk Wide Area, AURP, Router, InternetOADev.CD Apr 98 SDK1:Development Kits (Disc 1):AppleTalk Wide Area:PFDev.CD Apr 98 SDK1
  33860.  - Development Kits (Disc 1)
  33861.  - AppleTalk Wide AreaGNEFilter. However, it is likely that Copland will include some form of global event filtering service. Carefully isolate your use of this code and you may be able to make the move to Copland without too much pain.
  33862. Mar 96
  33863. Core Foundation
  33864. overview
  33865. opaque types
  33866. reference counts
  33867. Base Services
  33868. CFBase.h
  33869. CFRetain
  33870. CFRelease
  33871. Reference counting
  33872. allocators
  33873. custom allocators
  33874. CFAllocator
  33875. CFType
  33876. Polymorphic functions
  33877. CFTypeID
  33878. CFIndex
  33879. CFOptionFlags
  33880. CFHashCode
  33881. CFHash
  33882. compare
  33883. CFComparatorFunction
  33884. CFComparisonResult
  33885. CFEqual
  33886. CFRange
  33887. Bundle Services
  33888. CFBundle.h
  33889. CFBundle
  33890. bundle
  33891. main bundle
  33892. resources
  33893. resource management
  33894. localization
  33895. internationalization
  33896. cross-platform
  33897. application package
  33898. Application
  33899. Framework
  33900. Loadable bundle
  33901. code loading
  33902. dynamic linking
  33903. lproj
  33904. localized strings
  33905. Info.plist
  33906. Collection Services
  33907. CFArray.h
  33908. CFDictionary.h
  33909. CFBag.h
  33910. CFSet.h
  33911. CFTree.h
  33912. CFData.h
  33913. CFBinaryHeap.h
  33914. CFBitVector.h
  33915. CFArray
  33916. CFDictionary
  33917. CFBag
  33918. CFSet
  33919. CFTree
  33920. CFData
  33921. CFBinaryHeap
  33922. CFBitVector
  33923. collection
  33924. container
  33925. ordered collection
  33926. vector
  33927. Property List Services
  33928. CFPropertyList.h
  33929. property list
  33930. information property list
  33931. info plist
  33932. Info.plist
  33933. CFArray
  33934. CFDictionary
  33935. CFDictionary
  33936. CFPropertyList
  33937. Core Foundation
  33938. String Se
  33939. All Packages
  33940. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  33941. Dev.CD Jan 94
  33942. Dev.CD Oct 93
  33943. Dev.CD Jul 93P6Dev.CD Apr 94
  33944. Dev.CD Jan 94
  33945. Dev.CD Oct 93
  33946. Dev.CD Jul 9V
  33947. 74795X
  33948. Apr 94
  33949. --set theItem to choose file -- uncomment to test in an AS editor
  33950.     tell application "Finder"
  33951.         open item "Dev.CD Apr 94
  33952. Dev.CD Jan 94
  33953. Dev.CD Oct 93
  33954. Dev.CD Jul 93"
  33955.         activate
  33956.     end tell
  33957. on error errMsg number errNum
  33958.     --enter statements to perform when no records are found such as...
  33959.     display dialog "Sorry, the item you selected could not be found."
  33960.     return
  33961. end try
  33962. All Packages
  33963. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  33964. Dev.CD Jan 94
  33965. Dev.CD Oct 93
  33966. Dev.CD Jul 93P6Dev.CD Apr 94
  33967. Dev.CD Jan 94
  33968. Dev.CD Oct 93
  33969. Dev.CD Jul 9V
  33970. 74796X
  33971. Apr 94
  33972. backwards
  33973. bal's
  33974. balance
  33975. balloon
  33976. balloons
  33977. bandai
  33978. bandit
  33979. bands
  33980. bandwidth
  33981. barber
  33982. barebones
  33983. bares
  33984. baseh
  33985. base-class
  33986. basedQ
  33987. bases
  33988. baseservices
  33989. basicN
  33990. basically
  33991. basics
  33992. basing
  33993. lResList 2.2 (US)
  33994. FullSFPack 1.7 (US)
  33995. FullSort 3.9 (US)
  33996. FullText 2.1 (US)
  33997. GetBootVol 1.1 (US)
  33998. GetDInfo 1.1 
  33999. o this is how to create one.
  34000. ZoomRecter:  This snippet shows how to do "Finder" style zooming between two rectangles. The boolean flag "kZoomLarger" controls the proportional direction of the zooming.\
  34001. Sample Code.imgK
  34002. Nov 94L
  34003. May 97O
  34004. Dev.CD May 00 TC:Sample Code:P
  34005. Dev.CD May 00 TC
  34006.  - Sample Code
  34007. webobjects
  34008. library
  34009. webobjects
  34010. webobjects
  34011. categories
  34012. posers
  34013. theresa
  34014. tensor
  34015. webobjects
  34016. developer's
  34017. guide
  34018. webobjects
  34019. memory
  34020. management
  34021. theresa
  34022. tensor
  34023. inform
  34024. webobjects
  34025. tools
  34026. techniques
  34027. theresa
  34028. tensor
  34029. well-designed
  34030. well-trod
  34031. wereo
  34032. what_
  34033. memory
  34034. 73918X
  34035. Sept 9^
  34036. --set theItem to choose file -- uncomment to test in an AS editor
  34037.     tell application "Finder"
  34038.         open item "Dev.CD Sept 96 RL:Technical Documentation:develop:develop Issue  9:"
  34039.         activate
  34040.     end tell
  34041. on error errMsg number errNum
  34042.     --enter statements to perform when no records are found such as...
  34043.     display dialog "Sorry, the item you selected could not be found."
  34044.     return
  34045. end try
  34046. Deletedq
  34047. Dev.CD Sept 96 RL
  34048. HD!All Packages
  34049. Mac OS SDK Edition
  34050. Developer Documentation
  34051.     v.CD Jul 93P
  34052. Dev.CD Oct 93
  34053. Dev.CD Jul 9V
  34054. 73182X
  34055. Oct 93
  34056. p--set theItem to choose file -- uncomment to test in an AS editor
  34057.     tell application "Finder"
  34058.         open item "Dev.CD Oct 93
  34059. Dev.CD Jul 93"
  34060.         activate
  34061.     end tell
  34062. on error errMsg number errNum
  34063.     --enter statements to perform when no records are found such as...
  34064.     display dialog "Sorry, the item you selected could not be found."
  34065.     return
  34066. end try
  34067. All Packages
  34068. b--set theItem to choose file -- uncomment to test in an AS editor
  34069.     tell application "Finder"
  34070.         open item "Dev.CD Jul 95"
  34071.         activate
  34072.     end tell
  34073. on error errMsg number errNum
  34074.     --enter statements to perform when no records are found such as...
  34075.     display dialog "Sorry, the item you selected could not be found."
  34076.     return
  34077. end try
  34078. ted could not be found."
  34079.     return
  34080. end try
  34081. mixed-partition@
  34082. acintosh
  34083. powerbook
  34084. 2400c
  34085. macos8
  34086. macos8
  34087. higuidelines
  34088. macos8
  34089. macos8and9
  34090. macos8documentation
  34091. macosandjava
  34092. macosx
  34093. macosx
  34094. macosxdevtools
  34095. macsbug]
  34096. macsbug
  34097. macsbug
  34098. macsbug
  34099. debugging
  34100. guide
  34101. macsbug
  34102. resources]
  34103. macsbugapp
  34104. macsnmp
  34105. macsnmp
  34106. macsnmp
  34107. mactcp
  34108. mactype
  34109. mactype
  34110. datasheet
  34111. white
  34112. paper
  34113. memory
  34114. memory
  34115. management
  34116. menud
  34117. menuhints
  34118. menuhints
  34119. mergeitems
  34120. mergeitems
  34121. message
  34122. meta-content
  34123. meta-content
  34124. format
  34125. metrowerks
  34126. metrowerks
  34127. zoneranger
  34128. apple
  34129. product
  34130. noteW
  34131. notesv
  34132. nubus
  34133. nubus
  34134. board
  34135. registration
  34136. object
  34137. objectcode
  34138. objects
  34139. objectsupportlib
  34140. obsolete
  34141. obsolete
  34142. pre-asip
  34143. openi
  34144. browser
  34145. begini
  34146. opp's
  34147. orientedR
  34148. debug
  34149. 1.0b1]
  34150. output
  34151. overview
  34152. overview
  34153. appletalk
  34154. overview
  34155. appletalk
  34156. parserV
  34157. password
  34158. password
  34159. interface
  34160. 74893X
  34161. Jun 00^    RL Disk 2
  34162. --set theItem to choose file -- uncomment to test in an AS editor
  34163.     tell application "Finder"
  34164.         open item "Dev.CD Jun 00 RL Disk 2:Technical Publications:webobjects:"
  34165.         activate
  34166.     end tell
  34167. on error errMsg number errNum
  34168.     --enter statements to perform when no records are found such as...
  34169.     display dialog "Sorry, the item you selected could not be found."
  34170.     return
  34171. end try
  34172. e    No Changef3WebObjects
  34173. WebObjects 4
  34174. Mac OS X Server
  34175. Web Objects
  34176. /A>http://developer.apple.com/techpubs/webobjects/webobjects.html
  34177. Dev.CD Jun 00 RL Disk 2
  34178. D.All Packages
  34179. Mac OS SDK Edition
  34180. New & RevisedF
  34181. TechnicalPublications: Carbon
  34182. stream
  34183. streamedit
  34184. streaming
  34185. streamlined
  34186. JSummary: This is the developer's kit for the XTND file translation system. It includes the XTND engine itself as well as sample source code showing how to write XTND translators and how to add XTND support to an application
  34187. Features: By supporting XTND, an application can import and export text in a variety of standard formats.
  34188. Application Examples:
  34189. Claris Translators:
  34190. Claris XTND System
  34191. Documentation:
  34192. PowerMac Stuff:
  34193. Template for FTYP
  34194. Translator Examples:
  34195. XTND 1.3.6 - Read Me First
  34196. XTND Headers:K
  34197. Vol XL
  34198. Nov 94M%Any Mac running System 6.0.7 or laterODDev.CD Apr 98 SDK2:Development Kits (Disc 2):
  34199.  Obsolete/Unsupported:PIDev.CD Apr 98 SDK2
  34200.  - Development Kits (Disc 2)
  34201.  Obsolete/Unsupportedobat
  34202. reader
  34203. allows
  34204. navigate
  34205. transition@
  34206. using
  34207. what's@
  34208. written@
  34209. 03-information
  34210. registrati
  34211. 1.4.2@
  34212. about@
  34213. aegizmos
  34214. 1.4.2@
  34215. apple
  34216. directions
  34217. 03/96@
  34218. apple
  34219. standardsw
  34220. All Packages
  34221. System 7 Tune-UpO
  34222. Dev.CD Apr 92
  34223. Dev.CD Mar 92P
  34224. Dev.CD Apr 92
  34225. Dev.CD Mar 9V
  34226. 74585X
  34227. Apr 92
  34228. p--set theItem to choose file -- uncomment to test in an AS editor
  34229.     tell application "Finder"
  34230.         open item "Dev.CD Apr 92
  34231. Dev.CD Mar 92"
  34232.         activate
  34233.     end tell
  34234. on error errMsg number errNum
  34235.     --enter statements to perform when no records are found such as...
  34236.     display dialog "Sorry, the item you selected could not be found."
  34237.     return
  34238. end try
  34239. All Packages
  34240. System 7 Tune-UpO
  34241. Dev.CD Apr 92P
  34242. Dev.CD Apr 9V
  34243. 74586X
  34244. Apr 92
  34245. b--set theItem to choose file -- uncomment to test in an AS editor
  34246.     tell application "Finder"
  34247.         open item "Dev.CD Apr 92"
  34248.         activate
  34249.     end tell
  34250. on error errMsg number errNum
  34251.     --enter statements to perform when no records are found such as...
  34252.     display dialog "Sorry, the item you selected could not be found."
  34253.     return
  34254. end try
  34255. D!All Packages
  34256. Tool Chest Edition
  34257. develop
  34258.  P]Dev.CD May 00 TC
  34259.  - Tool Chest
  34260.  - Interapplication Communication
  34261.  - AE Tools
  34262.  - AETracker 3.0
  34263.     tell application "Finder"
  34264.         open item "Dev.CD Aug 99 TC:What's New?:Development Kits:Mac OS:URL Access 1.0.1 SDK:"
  34265.         activate
  34266.     end tell
  34267. on error errMsg number errNum
  34268.     --enter statements to perform when no records are found such as...
  34269.     display dialog "Sorry, the item you selected could not be found."
  34270.     return
  34271. end try
  34272. e    No Changef
  34273. URL Access
  34274. Internet
  34275. Dev.CD Aug 99 TC
  34276. /D!All Packages
  34277. Tool Chest Edition
  34278. US Distribution GuideI
  34279. Summary: This piece is intended to assist non-US developers understand the US market and the 3rd party software distribution channel in he US.J
  34280. US Distribution GuideK
  34281. Vol VIIM
  34282. Adobe Acrobat Reader.OCDev.CD May 98 TC:Programs & Marketing:Market & Distribution Guides:PHDev.CD May 98 TC
  34283.  - Programs & Marketing
  34284.  - Market & Distribution GuidesV
  34285. 73681X
  34286. May 98^
  34287. primer
  34288. Regards,
  34289. Ricardo G
  34290. --set theItem to choose file -- uncomment to test in an AS editor
  34291.     tell application "Finder"
  34292.         open item "Dev.CD May 00 TC:Tool Chest:Testing & Debugging:Networks:"
  34293.         activate
  34294.     end tell
  34295. on error errMsg number errNum
  34296.     --enter statements to perform when no records are found such as...
  34297.     display dialog "Sorry, the item you selected could not be found."
  34298.     return
  34299. end try
  34300. n, CFComparisonResult, CFEqual, CFRange, Bundle Services, CFBundle.h, CFBundle, bundle, main bundle, resources, resource management, localization, internationalization, cross-platform, application package, Applic
  34301. OsDev.CD Jan 00 SDK1:What's New:Technical Documentation:Technical Publications:DeveloperDocumentation:corefoundation:
  34302. All Packages
  34303. System Enabler 088 (AVs)O
  34304. Dev.CD Apr 94
  34305. Dev.CD Jan 94P
  34306. Dev.CD Apr 94
  34307. Dev.CD Jan 9V
  34308. 74742X
  34309. Apr 94
  34310. p--set theItem to choose file -- uncomment to test in an AS editor
  34311.     tell application "Finder"
  34312.         open item "Dev.CD Apr 94
  34313. Dev.CD Jan 94"
  34314.         activate
  34315.     end tell
  34316. on error errMsg number errNum
  34317.     --enter statements to perform when no records are found such as...
  34318.     display dialog "Sorry, the item you selected could not be found."
  34319.     return
  34320. end try
  34321. All Packages
  34322. System Enabler 088 (AVs)O
  34323. Dev.CD Apr 94
  34324. Dev.CD Jan 94P
  34325. Dev.CD Apr 94
  34326. Dev.CD Jan 9V
  34327. 74743X
  34328. Apr 94
  34329. p--set theItem to choose file -- uncomment to test in an AS editor
  34330.     tell application "Finder"
  34331.         open item "Dev.CD Apr 94
  34332. Dev.CD Jan 94"
  34333.         activate
  34334.     end tell
  34335. on error errMsg number errNum
  34336.     --enter statements to perform when no records are found such as...
  34337.     display dialog "Sorry, the item you selected could not be found."
  34338.     return
  34339. end try
  34340. Summary: This is the electronic version of develop magazine.
  34341.  Issue 24 highlights:
  34342. Speeding Up whose Clause Resolution in Your Scriptable Application by Greg Anderson. Although the Object Support Library will resolve complex AppleScript clauses for you, if you take on some of the work yourself the performance gains can be dramatic.
  34343. Getting Started With OpenDoc Storage by Vincent Lo. OpenDoc storage is a departure from what you
  34344. re used to: it needs to support storing different kinds of 
  34345. data, written by different part editors, in the same file or container.
  34346. Sound Secrets by Kip Olson. These less obvious features of the Sound Manager will help improve your application
  34347. s use of sound.
  34348. Guidelines for Effective Alerts by Paige K. Parsons. This article elaborates and expands on the guidelines for the consistent and correct usage of alerts.
  34349. Printing Images Faster With Data Compression by David Gelphman. PostScript Level 2 printers can accept JPEG-compressed image data direct
  34350. QPVDev.CD Apr 98 SDK1
  34351.  - Development Kits (Disc 1)
  34352.  - PC Card SDKs
  34353.  - PC Card Manager 3.0plication "Finder"
  34354.         open item "Dev.CD Apr 94
  34355. Dev.CD Jan 94
  34356. Dev.CD Oct 93
  34357. Dev.CD Jul 93
  34358. Dev.CD Apr 93"
  34359.         activate
  34360.     end tell
  34361. on error errMsg number errNum
  34362.     --enter statements to perform when no records are found such as...
  34363.     display dialog "Sorry, the item you selected could not be found."
  34364.     return
  34365. end try
  34366.  basic kinds of objects to the keychain, as well as locking or unlocking th
  34367. e keychain. 
  34368. - Keychain Administration: Lock/unlock, identify, create, and set passphrases
  34369. - Keychain Object editing: Add, create, securely store, and remove types of objects
  34370. Hardware supported: 
  34371. PowerMac 9500/200,9500/180,9500/132,8600/300,8550/132  8500/180,8500/120,8100/100AV,8100/80,7500/100,
  34372. 7300,7200/120,7200/90,6500/275,6400,6150,5300/
  34373. 100LC,4400/200,MT G3/266,DT G3/233,G3 all-in-one
  34374.   iMac
  34375.   PowerBook 5300c/100,5300ce/117,3400/200,Duo 2300, 1400,
  34376.   G3/266,20th Anniversay Mac
  34377. 74634X
  34378. Nov 99^
  34379. --set theItem to choose file -- uncomment to test in an AS editor
  34380.     tell application "Finder"
  34381.         open item "Dev.CD Nov 99 TC:System Software:System 7.5.5 Update:"
  34382.         activate
  34383.     end tell
  34384. on error errMsg number errNum
  34385.     --enter statements to perform when no records are found such as...
  34386.     display dialog "Sorry, the item you selected could not be found."
  34387.     return
  34388. end try
  34389. Deletedq
  34390. Dev.CD Nov 99 TC
  34391. All Packages
  34392. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  34393. Dev.CD Jan 94
  34394. Dev.CD Oct 93
  34395. Dev.CD Jul 93
  34396. Dev.CD Apr 93PDDev.CD Apr 94
  34397. Dev.CD Jan 94
  34398. Dev.CD Oct 93
  34399. Dev.CD Jul 93
  34400. Dev.CD Apr 9V
  34401. 74635X
  34402. Apr 94
  34403.     --enter statements to perform when no records are found such as...
  34404.     display dialog "Sorry, the item you selected could not be found."
  34405.     return
  34406. end try
  34407. e    No Changef9live scrolling
  34408. control
  34409. proportional scroll bar
  34410. appearance
  34411. JNColorSync 3.0 Installer
  34412. Documentation
  34413. Goodies
  34414. Interfaces
  34415. Libraries
  34416. Sample CodeK
  34417. Mar 93L
  34418. Dec 99M]ColorSync 3.0 is designed to work on PowerPC (or newer) machines running System 8.5 or later.N@ColorSync, calibrator, scripting, 3.0, profile, gamma, tag colorOADev.CD Jul 00 SDK1:Development Kits:Mac OS:ColorSync 3.0 Mac SDK:PIDev.CD Jul 00 SDK1
  34419.  - Development Kits
  34420.  - Mac OS
  34421.  - ColorSync 3.0 Mac SDK display dialog "Sorry, the item you selected could not be found."
  34422.     return
  34423. end try
  34424. All Packages
  34425. System 7 Tune-UpO
  34426. Dev.CD Apr 92
  34427. Dev.CD Mar 92P
  34428. Dev.CD Apr 92
  34429. Dev.CD Mar 9V
  34430. 73340X
  34431. Apr 92
  34432. p--set theItem to choose file -- uncomment to test in an AS editor
  34433.     tell application "Finder"
  34434.         open item "Dev.CD Apr 92
  34435. Dev.CD Mar 92"
  34436.         activate
  34437.     end tell
  34438. on error errMsg number errNum
  34439.     --enter statements to perform when no records are found such as...
  34440.     display dialog "Sorry, the item you selected could not be found."
  34441.     return
  34442. end try
  34443. --set theItem to choose file -- uncomment to test in an AS editor
  34444.     tell application "Finder"
  34445.         open item "Dev.CD Apr 94
  34446. Dev.CD Jan 94
  34447. Dev.CD Oct 93
  34448. Dev.CD Jul 93
  34449. Dev.CD Apr 93"
  34450.         activate
  34451.     end tell
  34452. on error errMsg number errNum
  34453.     --enter statements to perform when no records are found such as...
  34454.     display dialog "Sorry, the item you selected could not be found."
  34455.     return
  34456. end try
  34457.  Documentation
  34458.  Samples
  34459.  ToolsK
  34460. Jan 00M
  34461. PowerMac / CodeWarrior IDE 2.1N
  34462. CardBus,  PCMCIA,  PC CardO9Dev.CD Jul 00 SDK1:Development Kits:Hardware:CardBus DDK:PADev.CD Jul 00 SDK1
  34463.  - Development Kits
  34464.  - Hardware
  34465.  - CardBus DDKtlining
  34466. outlookj
  34467. outperformj
  34468. output`
  34469. outputs
  34470. outsideu
  34471. outstanding
  34472. overB
  34473.     EO dead batteries? Don
  34474. t despair: you can still twiddle bits around the campfire.
  34475. JBdevelop Issue 21
  34476. develop Issue 21 code
  34477. develop Issue 21 referencesK
  34478. Vol IIIL
  34479. Jun 95OIDev.CD Jun 00 RL Disk 1:Technical Documentation:Develop:develop Issue 21:PQDev.CD Jun 00 RL Disk 1
  34480.  - Technical Documentation
  34481.  - Develop
  34482.  - develop Issue 21ol IIIL
  34483. Vol VIIO5Dev.CD May 00 TC:Tool Chest:Devices:SCSI:Sedit 1.0b3:P@Dev.CD May 00 TC
  34484.  - Tool Chest
  34485.  - Devices
  34486.  - SCSI
  34487.  - Sedit 1.0b3V
  34488. 73258X
  34489. May 00O
  34490. walltowalldialog
  34491. walltowalldialog
  34492. registration
  34493. animation
  34494. guide
  34495. webobjects
  34496. webobjects
  34497. database
  34498. webobjects
  34499. database
  34500. webobjects
  34501. webobjects
  34502. memory
  34503. webobjects
  34504. tools
  34505. techniques
  34506. webobjects36
  34507. webobjects36
  34508. quickdraw
  34509. quickdraw
  34510. windows
  34511. 1.5.2
  34512. quickdraw
  34513. quickdraw3d
  34514. quickdraw3d
  34515. quicktake
  34516. quicktake
  34517. digital
  34518. camera
  34519. quicktake
  34520. windows
  34521. quicktime
  34522. areasp
  34523. aren't
  34524. arena
  34525. arguments
  34526. arithmetic
  34527. around
  34528. targets
  34529. targetted
  34530. tasksb
  34531. tcp/ip
  34532. tcp/ip
  34533. administration
  34534. macintosh
  34535. v2.0.4
  34536. tcp/ip
  34537. connection
  34538. macintosh
  34539. v2.0.4
  34540. tcp/ip/lpr
  34541. tcpclose
  34542. tcpreceive
  34543. tcpsend
  34544. teamf
  34545. tear-off
  34546. techj
  34547. technicalS
  34548. technical
  34549. overview
  34550. technicallyo
  34551. technique
  34552. techniques
  34553. technogeek
  34554. technologicalj
  34555. technologiesp
  34556. temporary
  34557. 74060X
  34558. May 00^
  34559. --set theItem to choose file -- uncomment to test in an AS editor
  34560.     tell application "Finder"
  34561.         open item "Dev.CD May 00 TC:Tool Chest:Testing & Debugging:General tools:"
  34562.         activate
  34563.     end tell
  34564. on error errMsg number errNum
  34565.     --enter statements to perform when no records are found such as...
  34566.     display dialog "Sorry, the item you selected could not be found."
  34567.     return
  34568. end try
  34569. e    No Changeq
  34570. Dev.CD May 00 TC
  34571. D!All Packages
  34572. Tool Chest Edition
  34573. W tool that is used to examine the Projector state of files (i.e. whether a file belongs to a project, is checked-in/checked-out/modifiable, etc.) This version, 1.7, replaces previous versions that can be found on prior releases of the Developer's CD.
  34574. This updated release of the tool has been modified so that filenames are quoted the way that the MPW shell performs its quoting. A new option, -p, allows the user to control the generation of progress messages while the tool s while the tool 
  34575. All Packages
  34576. System Enabler 111 (PB 160/180)O
  34577. Dev.CD Apr 93P
  34578. Dev.CD Apr 9V
  34579. 74755X
  34580. Apr 93
  34581. b--set theItem to choose file -- uncomment to test in an AS editor
  34582.     tell application "Finder"
  34583.         open item "Dev.CD Apr 93"
  34584.         activate
  34585.     end tell
  34586. on error errMsg number errNum
  34587.     --enter statements to perform when no records are found such as...
  34588.     display dialog "Sorry, the item you selected could not be found."
  34589.     return
  34590. end try
  34591. All Packages
  34592. System Enabler 111 (PB 160/180)O
  34593. Dev.CD Apr 93P
  34594. Dev.CD Apr 9V
  34595. 74756X
  34596. Apr 93
  34597. b--set theItem to choose file -- uncomment to test in an AS editor
  34598.     tell application "Finder"
  34599.         open item "Dev.CD Apr 93"
  34600.         activate
  34601.     end tell
  34602. on error errMsg number errNum
  34603.     --enter statements to perform when no records are found such as...
  34604.     display dialog "Sorry, the item you selected could not be found."
  34605.     return
  34606. end try
  34607. All Packages
  34608. 74757X
  34609. installer-related
  34610. s-record
  34611. safely
  34612. sakesj
  34613. sales
  34614. sameZ
  34615. sampleP
  34616. sample
  34617. sample
  34618. demonstrating
  34619. certain
  34620. kinds
  34621. sample
  34622. illustrating
  34623. scrolling
  34624. controls
  34625. sample
  34626. showing
  34627. asynchronously
  34628. record
  34629. sound
  34630. sample
  34631. demonstrate
  34632. append
  34633. 74140X
  34634. May 00^
  34635. r--set theItem to choose file -- uncomment to test in an AS editor
  34636.     tell application "Finder"
  34637.         open item "Dev.CD May 00 TC:Sample Code:"
  34638.         activate
  34639.     end tell
  34640. on error errMsg number errNum
  34641.     --enter statements to perform when no records are found such as...
  34642.     display dialog "Sorry, the item you selected could not be found."
  34643.     return
  34644. end try
  34645. Movedf
  34646. C++ OpenTransportq
  34647. Dev.CD May 00 TC
  34648. &D!All Packages
  34649. Tool Chest Edition
  34650. mary:  The DMZ program demonstrates NBP Lookup calls under both Open Transport and Classic AppleTalk to obtain a list of all NBP entities by zone.  User can specify the lookup for specific objects and types.  Program also demonstrates how one sends AppleTalk Echo protocol packets to a specified system, and to receive the return Echo protocol response.
  34651. DMZ checks for the presence of Open Transport and uses it to perform network lookups, otherwise, the Preferred AppleTalk calls are used.k calls are used.
  34652. Summary: This is the electronic version of develop magazine.
  34653.  Issue 13 highlights:
  34654. Asynchronous Routines on the Macintosh  by Jim Luther.   How to avoid the pitfalls of calling routines asynchronously.
  34655. Inside QuickTime and Component-Based Managers   by Bill Guschwan.   Useful debugging and tracing techniques for QuickTime and the Component Manager.
  34656. Macintosh Debugging: The Belly of the Beast Revisited  by Fred Huxham and Greg Marriott.   A supplement to the Belly of the Beast debuggin
  34657. g article in Issue 8: four new tools explained.
  34658. Adventures in Color Printing  by Dave Hersey.   A general strategy for printing color images that ensures the best possible quality.
  34659. DeviceLoop Meets the Interface Designer  by John Powers   This little-known System 7 routine can help you deal with multiple screen environments.
  34660. Somewhere in QuickTime: Top 10 QuickTime Tips  by John Wang.   The first installment of a new column on QuickTime: hot tips from the masters.
  34661. Print Hints: Looking 
  34662. All Packages
  34663. PPC EnablerO
  34664. Dev.CD Jul 95P
  34665. Dev.CD Jul 9V
  34666. 74244X
  34667. Jul 95
  34668. b--set theItem to choose file -- uncomment to test in an AS editor
  34669.     tell application "Finder"
  34670.         open item "Dev.CD Jul 95"
  34671.         activate
  34672.     end tell
  34673. on error errMsg number errNum
  34674.     --enter statements to perform when no records are found such as...
  34675.     display dialog "Sorry, the item you selected could not be found."
  34676.     return
  34677. end try
  34678. All Packages
  34679. PPC EnablerO
  34680. Dev.CD Jul 95P
  34681. Dev.CD Jul 9V
  34682. 74245X
  34683. Jul 95
  34684. b--set theItem to choose file -- uncomment to test in an AS editor
  34685.     tell application "Finder"
  34686.         open item "Dev.CD Jul 95"
  34687.         activate
  34688.     end tell
  34689. on error errMsg number errNum
  34690.     --enter statements to perform when no records are found such as...
  34691.     display dialog "Sorry, the item you selected could not be found."
  34692.     return
  34693. end try
  34694. All Packages
  34695. PPC EnablerO
  34696. Dev.CD Jul 95P
  34697. Dev.CD Jul 9V
  34698. 74246X
  34699. Jul 95
  34700. consolideted, and improved since the older interfaces found on GX 1.0 SDK.  The interfaces also include the new API calls which were added in GX 1.1.1.  The library files have also been updated to use the new GX interfaces.
  34701.  The GX Library code have also been edited to use the new GX interfaces and libraries.  Please see the "GX Libs & Tools - Read Me" for more information of the changes.
  34702.  There are a few new samples and several of the old samples have be edited to use the new GX inter
  34703. faces and libraries.  Please see the readmes in the Sample Code folder for more information of the changes.
  34704. The GX Graphics init includes GX Graphics and line layout capabilities without the printing capabilities. This files allows GX Developers to create a 'visual-only' version of their GX application without requiring their users to have full GX installed.
  34705. NOTE: If you have used the sample LaserWriter IIsc driver from the GX v1.0.1 SDK or the Mac OS SDK, you are encouraged to see the 
  34706. 24gcO
  34707. 3.0.1Y
  34708. 3.0b10
  34709. 3.7.1
  34710. 3/92^
  34711. 5.0.7V
  34712. 5.3.2
  34713. 5thcolumn
  34714. 6.0.3
  34715. 6.0.4
  34716. 6.0.5
  34717. 6.1b9
  34718. processor
  34719. upgrade
  34720. enablerC
  34721. 7.0.1O
  34722. 7.1p2
  34723. 7.1p5
  34724. 7.1p6
  34725. 7edit
  34726. 7.0.1O
  34727. 8.5.1gm
  34728. a-lawP
  34729. a-law
  34730. sdec/scomP
  34731. a/roseQ
  34732. a/rose
  34733. 1.2.1Q
  34734. aboutR
  34735. about
  34736. developer
  34737. universityR
  34738. technical
  34739. notesS
  34740. access
  34741. acrobatZ
  34742. analyzer
  34743. 1.0d6T
  34744. 1.0.1b3U
  34745. parser
  34746. 5.0.7V
  34747. adbreinitW
  34748. All Packages
  34749. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  34750. Dev.CD Jan 94
  34751. Dev.CD Oct 93
  34752. Dev.CD Jul 93
  34753. Dev.CD Apr 93PDDev.CD Apr 94
  34754. Dev.CD Jan 94
  34755. Dev.CD Oct 93
  34756. Dev.CD Jul 93
  34757. Dev.CD Apr 9V
  34758. 74803X
  34759. Apr 94
  34760. --set theItem to choose file -- uncomment to test in an AS editor
  34761.     tell application "Finder"
  34762.         open item "Dev.CD Apr 94
  34763. Dev.CD Jan 94
  34764. Dev.CD Oct 93
  34765. Dev.CD Jul 93
  34766. Dev.CD Apr 93"
  34767.         activate
  34768.     end tell
  34769. on error errMsg number errNum
  34770.     --enter statements to perform when no records are found such as...
  34771.     display dialog "Sorry, the item you selected could not be found."
  34772.     return
  34773. end try
  34774. All Packages
  34775. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  34776. Dev.CD Jan 94
  34777. Dev.CD Oct 93
  34778. Dev.CD Jul 93
  34779. Dev.CD Apr 93PDDev.CD Apr 94
  34780. Dev.CD Jan 94
  34781. Dev.CD Oct 93
  34782. Dev.CD Jul 93
  34783. Dev.CD Apr 9V
  34784. 74804X
  34785. Apr 94
  34786. package
  34787. contains
  34788. processor
  34789. emulator
  34790. extensions
  34791. package
  34792. includes
  34793. transport
  34794. debug
  34795. package
  34796. compatible
  34797. package
  34798. system
  34799. compatible
  34800. program
  34801. displays
  34802. memory
  34803. configuration
  34804. release
  34805. keychain
  34806. focuses
  34807. password
  34808. storage
  34809. sample
  34810. accompanies
  34811. optimization
  34812. strategies
  34813. sample
  34814. demonstrates
  34815. laserwriter
  34816. communicatio
  34817. sample
  34818. demonstates
  34819. basic
  34820. implmenetation
  34821. sample
  34822. demonstrates
  34823. variety
  34824. techniques
  34825. using
  34826. sample
  34827. demonstrates
  34828. variety
  34829. transport
  34830. sample
  34831. demonstrates
  34832. create
  34833. quicktime
  34834. movie
  34835. sample
  34836. demonstrates
  34837. query
  34838. endpoint
  34839. sample
  34840. demonstrates
  34841. transport
  34842. sample
  34843. demonstrates
  34844. write
  34845. application
  34846. no-copy
  34847. receives
  34848. under
  34849. client
  34850. clipboard
  34851. clipboard
  34852. magician
  34853. editor
  34854. resedit
  34855. codes
  34856. collection
  34857. color[
  34858. color
  34859. locator
  34860. colorpicker
  34861. colorpicker
  34862. 2.1.1
  34863. colorpopupmenus
  34864. colorsync
  34865. colorsync
  34866. colorsync
  34867. photoshop
  34868. plugins
  34869. communication
  34870. communications
  34871. communications
  34872. toolbox
  34873. component
  34874. compositedeffects
  34875. computer-based
  34876. computer-based
  34877. media
  34878. broadcast
  34879. conferencing
  34880. config&interleave
  34881. contacts
  34882. content
  34883. context
  34884. cpugestalt
  34885. createmovie
  34886. createpictfile
  34887. development
  34888. resources
  34889. cursor
  34890. cursor
  34891. component
  34892. custommedia
  34893. cyrillic
  34894. cyrillic
  34895. language
  34896. summary
  34897. apple
  34898. licensed
  34899. ported
  34900. ibm's
  34901. somobjects
  34902. summary
  34903. apple's
  34904. indian
  34905. language
  34906. summary
  34907. apple's
  34908. korean
  34909. language
  34910. affordable
  34911. summary
  34912. appleglot
  34913. translation
  34914. sources
  34915. spain
  34916. spain
  34917. distribution
  34918. guide
  34919. standardsw
  34920. starter
  34921. stream
  34922. strip
  34923. styleu
  34924. success
  34925. suite
  34926. suitesm
  34927. super
  34928. survey
  34929. switch
  34930. synchronization
  34931. systemx
  34932. technicalS
  34933. technotes
  34934. terminology^
  34935. tester
  34936. testing
  34937. textedit
  34938. 73991X
  34939. May 00^
  34940. --set theItem to choose file -- uncomment to test in an AS editor
  34941.     tell application "Finder"
  34942.         open item "Dev.CD May 00 TC:Tool Chest:Development Kits:MPW Related:helpful MPW scripts:"
  34943.         activate
  34944.     end tell
  34945. on error errMsg number errNum
  34946.     --enter statements to perform when no records are found such as...
  34947.     display dialog "Sorry, the item you selected could not be found."
  34948.     return
  34949. end try
  34950. e    No Changeq
  34951. Dev.CD May 00 TC
  34952. D!All Packages
  34953. Tool Chest Edition
  34954. HideMenubarEtc
  34955. Summary:  This demonstrates how to hide the menubar and/or the desktop.  The desktop is hidden simply by creating a large background window and filling it with the appropriate  pattern.  The menu bar is hidden by zeroing the Menu bar height, updating the GrayRgn, and then forcing all windows to redraw.  The rounded corners on every screen device can also be removed using a method similar to that used with the menubar.
  34956. Sample Code.imgK
  34957. Aug 95
  34958. --set theItem to choose file -- uncomment to test in an AS editor
  34959.     tell application "Finder"
  34960.         open item "Dev.CD May 00 TC:Tool Chest:Localization:ShowDialogBoxes:"
  34961.         activate
  34962.     end tell
  34963. on error errMsg number errNum
  34964.     --enter statements to perform when no records are found such as...
  34965.     display dialog "Sorry, the item you selected could not be found."
  34966.     return
  34967. end try
  34968. found."
  34969.     return
  34970. end try
  34971. Deletedq
  34972. Dev.CD Nov 99 TC
  34973. D!All Packages
  34974. Tool Chest Edition
  34975. Mac OS Text Encodings
  34976.      space or punctuation between words within a clause or sometimes even wi
  34977. palette
  34978. color
  34979. depth
  34980. batch
  34981. processing
  34982. optimizing
  34983. conditio
  34984. palette
  34985. gworld
  34986. pmforecolor
  34987. color2index
  34988. rgbforecolor
  34989. ctseed
  34990. pan/tilt
  34991. panel
  34992. panorama
  34993. parser
  34994. pascal
  34995. passphrase
  34996. password
  34997. patch
  34998. pbclock
  34999. location
  35000. manager
  35001. eject
  35002. action
  35003. module
  35004. network
  35005. driver
  35006. transport
  35007. module
  35008. token
  35009. pccard
  35010. pccard
  35011. hooper
  35012. powerbook
  35013. comet
  35014. pccts
  35015. driver
  35016. loader
  35017. openfirmware
  35018. fcode
  35019. forth
  35020. tokenize
  35021. pci-pci
  35022. pcmcia
  35023. printing
  35024. dialog
  35025. extension
  35026. setup
  35027. dialog
  35028. print
  35029. dialog
  35030. rates
  35031. photoshop
  35032. physical
  35033. picker
  35034. pixel
  35035. platformQ
  35036. playback
  35037. player
  35038. plist
  35039. plug-ins
  35040. pmforecolor
  35041. polymorphic
  35042. ports
  35043. postscript
  35044. power
  35045.  Interfaces version 2.0.
  35046. Note: the functionality provided by these applications can be easily duplicated with the scriptable Finder and AppleScript.
  35047. MW Remote Control.
  35048. MW Server Controller.
  35049. Remote Control
  35050. Remote Control.p
  35051. Remote Control.rsrc
  35052. Server Controller
  35053. Server Controller.p
  35054. Server Controller.rsrc
  35055. Server Remote Control Read Me
  35056. ServerControlIntf.pK
  35057. Aug 95M
  35058. Metrowerks Pascal 6NDAppleShare, File Sharing, Faceless Background-only, FBA, PPC ToolboxOUDev.CD May 00 TC:Tool Chest:Interapplication Communication:Server Remote Control 1.1:P]Dev.CD May 00 TC
  35059.  - Tool Chest
  35060.  - Interapplication Communication
  35061.  - Server Remote Control 1.1
  35062. helper
  35063. traditional
  35064. trainingR
  35065. transitionso
  35066. 8.5.1
  35067. 8100x
  35068. 8100/807500/100
  35069. 8500x
  35070. 8500/1808500/1208100
  35071. COADev.CD Jul 00 SDK1:Development Kits:Mac OS:AppleShare IP 6.3 SDK:PIDev.CD Jul 00 SDK1
  35072.  - Development Kits
  35073.  - Mac OS
  35074.  - AppleShare IP 6.3 SDKt theItem to choose file -- uncomment to test in an AS editor
  35075.     tell application "Finder"
  35076.         open item "Dev.CD Jul 93
  35077. Dev.CD May 93"
  35078.         activate
  35079.     end tell
  35080. on error errMsg number errNum
  35081.     --enter statements to perform when no records are found such as...
  35082.     display dialog "Sorry, the item you selected could not be found."
  35083.     return
  35084. end try
  35085. All Packages
  35086. F!System Enabler 308 (Performa 450)O
  35087. Dev.CD Jul 93
  35088. Dev.CD May 93P
  35089. Dev.CD Jul 93
  35090. Dev.CD May 9V
  35091. 73593X
  35092. Jul 93
  35093. itable
  35094. editing
  35095. editionj
  35096. editions
  35097. editorN
  35098. editor'sj
  35099. editorsu
  35100. edittext
  35101. edittextcdev
  35102. educationalj
  35103. effect
  35104. All Packages
  35105. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  35106. Dev.CD Jan 94
  35107. Dev.CD Oct 93
  35108. Dev.CD Jul 93
  35109. Dev.CD Apr 93PDDev.CD Apr 94
  35110. Dev.CD Jan 94
  35111. Dev.CD Oct 93
  35112. Dev.CD Jul 93
  35113. Dev.CD Apr 9V
  35114. 74835X
  35115. Apr 94
  35116. --set theItem to choose file -- uncomment to test in an AS editor
  35117.     tell application "Finder"
  35118.         open item "Dev.CD Apr 94
  35119. Dev.CD Jan 94
  35120. Dev.CD Oct 93
  35121. Dev.CD Jul 93
  35122. Dev.CD Apr 93"
  35123.         activate
  35124.     end tell
  35125. on error errMsg number errNum
  35126.     --enter statements to perform when no records are found such as...
  35127.     display dialog "Sorry, the item you selected could not be found."
  35128.     return
  35129. end try
  35130. All Packages
  35131. F"System Enabler 401 (Color Classic)O7Dev.CD Apr 94
  35132. Dev.CD Jan 94
  35133. Dev.CD Oct 93
  35134. Dev.CD Jul 93P6Dev.CD Apr 94
  35135. Dev.CD Jan 94
  35136. Dev.CD Oct 93
  35137. Dev.CD Jul 9V
  35138. 74836X
  35139. Apr 94
  35140. sprocket
  35141. drawsprocket's
  35142. drawtextcodec
  35143. drill
  35144. driven
  35145. driven
  35146. ATA Demo 1.3
  35147. +ATADemo is a CodeWarrior C sample that will call the ATA Manager and scan the ATA bus and list the various device configuration data.  This sample has been updated to properly work with the .AppleCD driver installed.
  35148. This sample has been updated to properly work with the .AppleCD driver installed.
  35149. Sample Code.imgK
  35150. Jan 98L
  35151. May 99M
  35152. ATA Manager, Mac OS 8.5N
  35153. ATA, ATAPI, CD RomO
  35154. Dev.CD May 00 TC:Sample Code:P
  35155. Dev.CD May 00 TC
  35156.  - Sample CodeV
  35157. 73803X
  35158. May 00^
  35159. r--set theItem to choose file -- uncomment to test in an AS editor
  35160.     tell application "Finder"
  35161.         open item "Dev.CD May 00 TC:Sample Code:"
  35162.         activate
  35163.     end tell
  35164. on error errMsg number errNum
  35165.     --enter statements to perform when no records are found such as...
  35166.     display dialog "Sorry, the item you selected could not be found."
  35167.     return
  35168. end try
  35169. e    No Changef
  35170. ATAPI
  35171. CD Romq
  35172. Dev.CD May 00 TC
  35173. UD!All Packages
  35174. Tool Chest Edition
  35175. ATAErrorDetector
  35176. quickdraw
  35177. graphics
  35178. library
  35179. define
  35180. quickdraw
  35181. dimension
  35182. macintosh
  35183. graphics
  35184. pablo
  35185. All Packages
  35186. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  35187. Dev.CD Jan 94
  35188. Dev.CD Oct 93
  35189. Dev.CD Jul 93
  35190. Dev.CD Apr 93PDDev.CD Apr 94
  35191. Dev.CD Jan 94
  35192. Dev.CD Oct 93
  35193. Dev.CD Jul 93
  35194. Dev.CD Apr 9V
  35195. 74694X
  35196. Apr 94
  35197. --set theItem to choose file -- uncomment to test in an AS editor
  35198.     tell application "Finder"
  35199.         open item "Dev.CD Apr 94
  35200. Dev.CD Jan 94
  35201. Dev.CD Oct 93
  35202. Dev.CD Jul 93
  35203. Dev.CD Apr 93"
  35204.         activate
  35205.     end tell
  35206. on error errMsg number errNum
  35207.     --enter statements to perform when no records are found such as...
  35208.     display dialog "Sorry, the item you selected could not be found."
  35209.     return
  35210. end try
  35211. All Packages
  35212. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  35213. Dev.CD Jan 94
  35214. Dev.CD Oct 93
  35215. Dev.CD Jul 93
  35216. Dev.CD Apr 93PDDev.CD Apr 94
  35217. Dev.CD Jan 94
  35218. Dev.CD Oct 93
  35219. Dev.CD Jul 93
  35220. Dev.CD Apr 9V
  35221. 74695X
  35222. Apr 94
  35223. miller
  35224. millionj
  35225. millions
  35226. minimizep
  35227. minimum
  35228. minor
  35229. r--set theItem to choose file -- uncomment to test in an AS editor
  35230.     tell application "Finder"
  35231.         open item "Dev.CD May 00 TC:Sample Code:"
  35232.         activate
  35233.     end tell
  35234. on error errMsg number errNum
  35235.     --enter statements to perform when no records are found such as...
  35236.     display dialog "Sorry, the item you selected could not be found."
  35237.     return
  35238. end try
  35239. chronous Apple events, allowing cleaner code and eliminating the need for completion routines.
  35240. JBdevelop Issue 22
  35241. develop Issue 22 code
  35242. develop Issue 22 referencesK
  35243. Vol IIIL
  35244. Jun 95OIDev.CD Jun 00 RL Disk 1:Technical Documentation:Develop:develop Issue 22:PQDev.CD Jun 00 RL Disk 1
  35245.  - Technical Documentation
  35246.  - Develop
  35247.  - develop Issue 22 )
  35248. The second function is that it can mount SCSI devices (usually hard disks) with the mount button (buttons have drop shadows).  Handy when a hard disk has been dragged to the trash and unmounted.  It will re-mount any disk that has been dragged to the trash; even non-SCS
  35249. summary
  35250. application
  35251. summary
  35252. apple
  35253. cd-rom
  35254. handbook
  35255. provides
  35256. overview
  35257. summary
  35258. apple
  35259. chinese
  35260. handwriting
  35261. offers
  35262. another
  35263. summary
  35264. apple
  35265. grayscale
  35266. appearance
  35267. system
  35268. specifo
  35269. summary
  35270. apple
  35271. international
  35272. glossaries
  35273. contains
  35274. translats
  35275. summary
  35276. apple
  35277. scriptx
  35278. interactive
  35279. multimedia
  35280. platform
  35281. summary
  35282. appleevents
  35283. probably
  35284. don't
  35285. summary
  35286. appletalk
  35287. developer's
  35288. toolkit
  35289. inten
  35290. summary
  35291. arabic
  35292. language
  35293. combination
  35294. system
  35295. summary
  35296. audio
  35297. palette
  35298. developer
  35299. documentation
  35300. contains
  35301. summary
  35302. version
  35303. progresswindoid
  35304. hypercard
  35305. xwindow
  35306. summary
  35307. communications
  35308. toolbox
  35309. contains
  35310. technotes
  35311. telephone
  35312. telephone
  35313. manager
  35314. terminology^
  35315. tester
  35316. testing
  35317. encoding
  35318. converter
  35319. textedit
  35320. thooks
  35321. thread
  35322. thread
  35323. manager
  35324. ticket
  35325. ticket
  35326. program
  35327. timecode
  35328. timeslaving
  35329. token
  35330. tokenizer
  35331. toolbox
  35332. toolbox
  35333. assistant
  35334. toolbox
  35335. assistant
  35336. update
  35337. toolkit
  35338. toolkits
  35339. tools]
  35340. tpifile
  35341. tracer
  35342. traddriverloaderlib1
  35343. transferprovider
  35344. transitions
  35345. translation
  35346. translation
  35347. manager
  35348. transport
  35349. transport/ppp
  35350. tune-up
  35351. tuning
  35352. amera
  35353. ear inactive when the window was in fact, active.
  35354.  The TAB key now cycles your through the volumes in the volume popup.
  35355.  There is no extension code anymore and as such the 'Show Startup' check box has been removed.
  35356.  And finally, the code size has become even smaller.  This is in part due to design changes and the use of Matthew Axsom's neat cdev class that allowed me to build LockVol with CodeWarrior.
  35357. Issues:  LockVol is freeware.  Permission is granted by the author for personal or elExectronic distribution as long as no fees or charges are received for it. LockVol remains the copyright of dEVoN Hubbard.
  35358. General tools.imgK
  35359. Jul 92L
  35360. Jun 95M
  35361. LockVol works under System 6.0.5 (and up), System 7, and up to System 7.5.  No known problems have been reported other than the ones you can create yourself by locking volumes that weren't originally locked.O>Dev.CD May 00 TC:Tool Chest:Testing & Debugging:General tools:
  35362. dragwindow
  35363. dragwindowgrid
  35364. dramatic
  35365. dramatically
  35366. drawback
  35367. drawbacks
  35368. drawing
  35369. drawkeycaps
  35370. drawline
  35371. drawn
  35372. draws
  35373. drawsprcoket
  35374. drawsprocket
  35375. drawsprocket's
  35376. drawtextcodec
  35377. drill
  35378. driven
  35379. driven
  35380. timers
  35381. update
  35382. appearance
  35383. 1.0.3
  35384. manager
  35385. manager
  35386. drawsprocket
  35387. which
  35388. provides
  35389. support
  35390. inputsprocket
  35391. which
  35392. provides
  35393. support
  35394. package
  35395. consists
  35396. files
  35397. provide
  35398. information
  35399. package
  35400. contains
  35401. source
  35402. resources
  35403. project
  35404. Text Extractor Plug-ins are used by Find by Content to extract the text content of a document.  System 8.6 provides two Text Extractor Plug-ins: 
  35405. HTML Text Extractor
  35406.  and 
  35407. PDF Text Extractor
  35408. .  A Text Extractor Plug-in knows the file format of a document and can quickly return the text that would be seen when a document is opened, this information is used by Find by Content to index and summarize documents.  
  35409. Text Extractors improves the accuracy of indexing and summarizing files.  As an 
  35410. example, consider the following HTML file:
  35411. <HTML>
  35412. <BODY>
  35413. This is a sample document.
  35414. </BODY>
  35415. </HTML>
  35416. Without knowing the HTML format, every word above would get indexed, so searching for 
  35417.  in Find by Content would find the above document, but when a user opened the file in her web browser, she would not see 
  35418. .  Similarly, summarizing a HTML document would show HTML Tags in the summary.
  35419. The HTML Text Extractor knows the format of an HTML file so it will skip the HTML Tags and re
  35420. xe    No Changef+Chinese Language Kit Traditional Simplifiedq
  35421. Dev.CD May 00 TC
  35422. All Packages
  35423. Chinese Language KitOQDev.CD May 97 TC
  35424. Dev.CD Nov 96 TC
  35425. Dev.CD Aug 96 TC
  35426. Dev.CD Feb 96 TC
  35427. Dev.CD Feb 95PPDev.CD May 97 TC
  35428. Dev.CD Nov 96 TC
  35429. Dev.CD Aug 96 TC
  35430. Dev.CD Feb 96 TC
  35431. Dev.CD Feb 9V
  35432. 73840X
  35433. May 97
  35434. --set theItem to choose file -- uncomment to test in an AS editor
  35435.     tell application "Finder"
  35436.         open item "Dev.CD May 97 TC
  35437. Dev.CD Nov 96 TC
  35438. Dev.CD Aug 96 TC
  35439. Dev.CD Feb 96 TC
  35440. Dev.CD Feb 95"
  35441.         activate
  35442.     end tell
  35443. on error errMsg number errNum
  35444.     --enter statements to perform when no records are found such as...
  35445.     display dialog "Sorry, the item you selected could not be found."
  35446.     return
  35447. end try
  35448. All Packages
  35449. Chinese Language KitO
  35450. Dev.CD May 94
  35451. Dev.CD Feb 94P
  35452. Dev.CD May 94
  35453. Dev.CD Feb 9V
  35454. 73841X
  35455. May 94
  35456. human
  35457. interface
  35458. guidelines
  35459. inside
  35460. macintosh
  35461. inside
  35462. runtime
  35463. architecture
  35464. Summary: This is the electronic version of develop magazine.
  35465.  Issue 5 highlights:
  35466. Asynchronous Background Networking on the Macintosh by Harry Chesley.   A MacApp class for handling asynchronous network activities, used in an application that propagates messages among machines on the AppleTalk network.
  35467. Scanning from ProDOS  by Matt Gulick.   Including support for the Apple Scanner in your Apple II applications: it
  35468. s easier than you think. 
  35469. Print Hints with Luke & Zz   Tips and tricks 
  35470. from the print masters. This time: a cautionary fable, and a little known constant.
  35471. Palette Manager Animation  by Rich Collyer.   Techniques for color table animation are presented, along with some of the newer features of the Palette Manager and the reasons you should use it. 
  35472. The Power of Macintosh Common Lisp  by Ruben Kleiman.   An introduction to the Macintosh Common Lisp development environment, highlighting its key features and strengths.
  35473. Vol IIIL
  35474. Jun 95kTimeV
  35475. 73212X
  35476. PFDev.CD May 00 TC
  35477.  - Tool Chest
  35478.  - Testing & Debugging
  35479.  - General toolsintosh for open systems
  35480. is an innovative software product for users of RISC-based UNIX workstations. A complete Macintosh environment in an X Window, MAE brings the functionality and ease-of-use of the Macintosh computer to Sun Microsystems SPARCstations running the SunSoft Solaris operating system, as well as Hewlett-Packard 9000 Series 700 workstations running HP-UX. 
  35481. This folder contains product information about MAE, asB
  35482.  well as information about the MAE ISV Partnership Program, to help Macintosh developers to penetrate the UNIX market with Macintosh applications.
  35483. J%MAE 2.0 DataSheet
  35484. MAE 2.0 White PaperK
  35485. May 94L
  35486. Jun 95M
  35487. Adobe Acrobat Reader.NCUNIX, A/UX, Open Systems, Sun, HP, workstation, MAE, Solaris, HP-UXObDev.CD Jun 95 RL:Technical Documentation:Tools Demos & Tech Overviews:Mac Application Environment:
  35488. This Extension patches Open Firmware (OF) on certain Macintoshes to fix an OF bug.
  35489. On the family of machines named Tanzania, Zanzibar, Motorola StarMax, and PowerMac 4400, plugging in certain PCI cards containing PCI-PCI bridges will cause a hang upon power on before gray screen.
  35490. This Extension works by checking if it is running on one of the above machines, and if so, it unconditionally patches OF by replacing the entire OF part of Non-Volatile-RAM (NVRAM; also called PRAM or Parameter 
  35491. RAM) with an image contained in the Extension.
  35492. You can see if the Extension is taking effect by seeing if its icon appears in the Extension icon parade that shows up during boot.
  35493. This OF NVRAM image that is written is that of factory-default OF settings except with "use-nvramrc?" set to "true" and "nvramrc" set to Forth text.
  35494. The Forth text in "nvramrc" is executed by OF after its initialization but before the Device Tree probing process.
  35495. In the Device Tree probing process, OF builds a
  35496. All Packages
  35497. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  35498. Dev.CD Jan 94
  35499. Dev.CD Oct 93
  35500. Dev.CD Jul 93
  35501. Dev.CD Apr 93PDDev.CD Apr 94
  35502. Dev.CD Jan 94
  35503. Dev.CD Oct 93
  35504. Dev.CD Jul 93
  35505. Dev.CD Apr 9V
  35506. 74821X
  35507. Apr 94
  35508. --set theItem to choose file -- uncomment to test in an AS editor
  35509.     tell application "Finder"
  35510.         open item "Dev.CD Apr 94
  35511. Dev.CD Jan 94
  35512. Dev.CD Oct 93
  35513. Dev.CD Jul 93
  35514. Dev.CD Apr 93"
  35515.         activate
  35516.     end tell
  35517. on error errMsg number errNum
  35518.     --enter statements to perform when no records are found such as...
  35519.     display dialog "Sorry, the item you selected could not be found."
  35520.     return
  35521. end try
  35522. All Packages
  35523. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  35524. Dev.CD Jan 94
  35525. Dev.CD Oct 93
  35526. Dev.CD Jul 93
  35527. Dev.CD Apr 93PDDev.CD Apr 94
  35528. Dev.CD Jan 94
  35529. Dev.CD Oct 93
  35530. Dev.CD Jul 93
  35531. Dev.CD Apr 9V
  35532. 74822X
  35533. Apr 94
  35534.   return
  35535. end try
  35536. All Packages
  35537. F    QuickTimeO
  35538. Dev.CD Jul 93P
  35539. Dev.CD Jul 9V
  35540. 70726X
  35541. Jul 93
  35542.     ExAPPLE PRODUCT. It is provided on an AS-IS basis. Apple is not responsible for any problems you may encounter in its use.
  35543. Js !NOT AN APPLE PRODUCT!
  35544.  Scrap Color Documentation
  35545.  ScrapColor Demo
  35546. Demo source
  35547. scrapcolor library
  35548. ScrapColorDemo.
  35549. Sep 96O6Dev.CD May 00 TC:Tool Chest:QuickDraw:Scrap Color 1.0:P>Dev.CD May 00 TC
  35550.  - Tool Chest
  35551.  - QuickDraw
  35552.  - Scrap Color 1.0V
  35553. viiiw
  35554. sysconfig
  35555. sysconfig
  35556. 1.5b16
  35557. sysenv
  35558. sysenv
  35559. 1.0d13
  35560. systeme
  35561. system
  35562. related
  35563. system
  35564. additions
  35565. system
  35566. folder
  35567. items
  35568. system
  35569. picker
  35570. systemfolder
  35571. systemfolder
  35572. t-italian
  35573. ta-tradchinese
  35574. tabloid
  35575. tabloid
  35576. target
  35577. tccalc
  35578. tcp/ip
  35579. tcp/ip
  35580. administration
  35581. image
  35582. tcp/ip
  35583. connection
  35584. image
  35585. tcp/ip
  35586. mib-ii
  35587. alias
  35588. technical
  35589. technique
  35590. techniques
  35591. technotes
  35592. techpubsfind
  35593. techpubsfind
  35594. achieved
  35595. acrobatZ
  35596. acrossZ
  35597. actionh
  35598. actionsh
  35599. activeo
  35600. 74497X
  35601. May 00^
  35602. --set theItem to choose file -- uncomment to test in an AS editor
  35603.     tell application "Finder"
  35604.         open item "Dev.CD May 00 TC:Tool Chest:QuickDraw GX:SetDefaultDTP:"
  35605.         activate
  35606.     end tell
  35607. on error errMsg number errNum
  35608.     --enter statements to perform when no records are found such as...
  35609.     display dialog "Sorry, the item you selected could not be found."
  35610.     return
  35611. end try
  35612. e    No Changef8Desk Top Printer Default SetDefaultDTP QuickDraw GX toolq
  35613. Dev.CD May 00 TC
  35614. D!All Packages
  35615. Tool Chest Edition
  35616. SetDeskCPatDemoI
  35617. Simple code sample which demonstrates how to call SetDeskCPat properly.  
  35618. Be careful to co-exist gracefully with Desktop Pictures in Mac OS 8.  Se the Mac OS 8 technote for details.J
  35619. Sample Code.imgK
  35620. Aug 97N
  35621. setdeskcpatO
  35622. Dev.CD May 00 TC:Sample Code:P
  35623. Dev.CD May 00 TC
  35624.  - Sample CodeV
  35625. 74498X
  35626. May 00^
  35627.     Ce), there is little rationale for not converting an application or framework from Objective-C to Java.
  35628. PortingObjectiveCtoJava.pdfK
  35629. Oct 99L
  35630. Mar 00M
  35631. Acrobat Reader 3.0 or laterN
  35632. WebObjects, Objective-C, JavaOKDev.CD Mar OO RLDisk 1:Interactive Media Resources:PortingObjectiveCtoJava:PPDev.CD Mar OO RLDisk 1
  35633.  - Interactive Media Resources
  35634.  - PortingObjectiveCtoJava found such as...
  35635.     display dialog "Sorry, the item you selected could not be found."
  35636.     return
  35637. end try
  35638. e    No Changef
  35639. AltiVec
  35640. emulator
  35641. Dev.CD May 00 TC
  35642. \D!All Packages
  35643. Tool Chest Edition
  35644. Backlight ControlI
  35645. Summary: Backlight Control is a control panel for PowerBooks which can be used to maximize the battery power by turning off the backlight while the PowerBook is inactive for certain time.J-About Backlight Control 1.0
  35646. Backlight ControlK
  35647. Oct 92M    PowerBookOPDev.CD May 00 TC:Tool Chest:Hardware:Display & Video Hardware:Backlight Control:nge
  35648. All Packages
  35649. 72264X
  35650. AutoGuest 3.0 is a control panel that attempts to prevent the login permission dialog from appearing when Program Linking as Guest is used.
  35651. This is a Control Panel with simple configuration capabilities. It attempts to solve the problem of a modal dialog stopping an automated process which includes Program Linking as a Guest. Full information is provided in the User's Guide included in the package. 
  35652. Hardware: Macintosh Plus or better. 
  35653. System Software: Mac OS 7.5 or greater (it's been te
  35654. sted with up to 8.5.1 successfully).
  35655. This code is provided 
  35656. as is
  35657. , and Apple Computer, Inc. makes no claims about its  suitability for use in any application. AutoGuest patches Mac OS system routines, so you should install it only when necessary. 
  35658. Third Party Compatibility
  35659. AutoGuest INIT 2.x was not compatible with Connectix Speed Doubler
  35660.  8.x. The symptom is that applications can link from the foreground only. Speed Doubler
  35661.  is not at fault, it is a side effect of the way AutoGuest INI
  35662. e them back or re-mount the affected volume.  The status of the startup volume is restored after a reboot.  All other volume status
  35663.  are lost after a reboot.
  35664. Improvements for version 1.6:
  35665.  The status of volumes is now physically updated on disk. This allows the volume to be mounted/re-mounted with that state persisting. Note that only a 'software' locked volume can be unmounted/mounted and still remain 'software' locked. Making a volume 'hardwared' locked will lock it but the setting won
  35666. 't persist across an unmount/mount. This is due to the fact that when the file system mounts a volume it gets the hardware state of that volume.  Since it's not really physically locked, there is no 'hardware' locked status returned.  Note that no attempt is made to physically update a remote volume (shared, etc.) as it doesn't belong to us. Changes to remote volumes will remain local.
  35667.  Fixed a gray shading problem in the volume popup on 1-bit deep monitors.  The popup would sometimes app
  35668. containsR
  35669. contains
  35670. transport
  35671. software
  35672. development
  35673. continuing
  35674. continuing
  35675. offer
  35676. traditional
  35677. server
  35678. software
  35679. suite
  35680. contrast
  35681. contribute
  35682. controlA
  35683. control-keyh
  35684. controlled
  35685. controllerA
  35686. controllers
  35687. controllingA
  35688. controlsd
  35689. overallg
  35690. overcome
  35691. overhead
  35692. override
  35693. overview[
  35694. owner
  35695. owner's
  35696. ownership
  35697. ozone
  35698. p0nnz
  35699. pablo
  35700. packageU
  35701. package--opendoc
  35702. packages
  35703. packagetool
  35704. panel`
  35705. Dev.CD Jun 97 SSV
  35706. 74290X
  35707. Jun 97
  35708. f--set theItem to choose file -- uncomment to test in an AS editor
  35709.     tell application "Finder"
  35710.         open item "Dev.CD Jun 97 SSW"
  35711.         activate
  35712.     end tell
  35713. on error errMsg number errNum
  35714.     --enter statements to perform when no records are found such as...
  35715.     display dialog "Sorry, the item you selected could not be found."
  35716.     return
  35717. end try
  35718. All Packages
  35719. QuickDraw 3DO
  35720. Dev.CD Jun 97 SSWP
  35721. Dev.CD Jun 97 SSV
  35722. 74291X
  35723. Jun 97
  35724. f--set theItem to choose file -- uncomment to test in an AS editor
  35725.     tell application "Finder"
  35726.         open item "Dev.CD Jun 97 SSW"
  35727.         activate
  35728.     end tell
  35729. on error errMsg number errNum
  35730.     --enter statements to perform when no records are found such as...
  35731.     display dialog "Sorry, the item you selected could not be found."
  35732.     return
  35733. end try
  35734. All Packages
  35735. QuickDraw 3DO
  35736. Dev.CD Jun 97 SSWP
  35737. Dev.CD Jun 97 SSV
  35738. 74292X
  35739. Jun 97
  35740.  Note that developers will als
  35741. compatibility
  35742. issues
  35743. compatibleO
  35744. compatiblesj
  35745. compilation
  35746. compile
  35747. compilers
  35748. compiles
  35749. completeR
  35750. completed
  35751. completely
  35752. completion
  35753. complex
  35754. complexity
  35755. compliance
  35756. componentP
  35757. component-based
  35758. components
  35759. composersj
  35760. composite
  35761. composited
  35762. compositing
  35763. compound
  35764. compound-document
  35765. compressed
  35766. compressionP
  35767. compression/decompreP
  35768. compressor/decompres
  35769. computerj
  35770. Object Pascal, assembler, Rez, and Fortran source files.  See the file "PopupFuncs Notes.c" for details.
  35771. Issues:  This is NOT AN APPLE PRODUCT. It is provided on an AS-IS basis. Apple is not responsible for any problems you may encounter in its use.  If you have questions or problems, the authors encourage you to contact them as follows:
  35772. Postal:    Bare Bones Software, Inc.
  35773.       P.O. Box 108
  35774.       Bedford, MA  01730-0108
  35775. Phone:    +1 508 651 3561
  35776. Fax:      +1 508 651 7584
  35777. WWW:      htC`tp://www.tiac.net/biz/bbsw/
  35778. Internet:    bbsw@netcom.com
  35779. CIS:    73051,3255
  35780. eWorld:    BareBones
  35781. JY!NOT AN APPLE PRODUCT!
  35782. PopupFuncs 2.6.1 Installer
  35783. PopupFuncs Notes.c
  35784. Source Masher
  35785. xPop 
  35786. Sep 95L
  35787. Jan 96OADev.CD May 00 TC:Tool Chest:Developer Utilities:PopupFuncs 2.6.1:PIDev.CD May 00 TC
  35788.  - Tool Chest
  35789.  - Developer Utilities
  35790.  - PopupFuncs 2.6.1
  35791.     CNnd grammar checker) applications is available at: http://www.wordservices.org/
  35792. Spellswell Plus 2.1 DEMO:
  35793. Word Services Specification
  35794. Writeswell Jr 1.2.3 Sources 
  35795. Writeswell JR Code Notes
  35796. Writeswell Jr.
  35797. Writeswell Jr. InstructionsK
  35798. Apr 97N8Apple Events Spell Grammar Writeswell Spellswell WorkingOEDev.CD Apr 98 SDK2:Development Kits (Disc 2):Word Services SDK 1.0.8:PJDev.CD Apr 98 SDK2
  35799.  - Development Kits (Disc 2)
  35800.  - Word Services SDK 1.0.8et@
  35801. system@
  35802. system
  35803. text@
  35804. tree@
  35805. unix@
  35806. view@
  35807. workgroup
  35808. server@
  35809. l you changwerful new features, Mac OS 9 offers a full suite of capabilities for new and advanced users. Technologies  include  Sherlock 2, AppleScript, QuickTime, ColorSync, DVD, Digital Video, USB, FireWire, Open GL, Game Sprockets and more.
  35810. Localized releases of Mac OS 9 may be found on the October, November, and December 1999 System Software Editions in the following languages: Chinese (Simges: Chinese (Sim
  35811. 70355X
  35812. 5e    No Changef-documentation
  35813. manuals
  35814. style
  35815. usage
  35816. style guideo.http://developer.apple.com/techpubs/index.htmlq
  35817. Dev.CD Jun 00 RL Disk 1
  35818. 6D!All Packages
  35819. Mac OS SDK Edition
  35820. Apple Shared Library Manager
  35821. Summary: ASLM 2.0.1 is a bug fix release for ASLM 2.0.  The major change is to support PowerPC ASLM on the Performa 52xx, 53xx, 62xx and 63xx CPU's. Refer to the Change History document for more detailed information regarding the bug fixes to this release.
  35822. Features: ASLM 2.0.1 Installer, the licensing disk, and software development SDK.
  35823. Issues: All ASLM libraries must be created with the MPW programming environment.
  35824. ASLM 2.0.1 Licensing Disk:
  35825. ASLM Debugging Tools:
  35826. ASLM Developer Tools:
  35827. ASLM Documentation:
  35828. ASLM Examples:
  35829. ASLM Installer:
  35830. ASLM Installer.image
  35831. ASLM SymFiles:
  35832. Change History
  35833. Change History (old)
  35834. CodeWarrior Read Me!
  35835. Release NotesK
  35836. Mar 95L
  35837. Jan 97M
  35838. System 6.0.7 or greater.K1:Development Kits:Mac OS:Apple Shared Library Manager:V
  35839. 73773X
  35840. Deleted
  35841. l Publications:
  35842. 73873X
  35843. May 00^
  35844. r--set theItem to choose file -- uncomment to test in an AS editor
  35845.     tell application "Finder"
  35846.         open item "Dev.CD May 00 TC:Sample Code:"
  35847.         activate
  35848.     end tell
  35849. on error errMsg number errNum
  35850.     --enter statements to perform when no records are found such as...
  35851.     display dialog "Sorry, the item you selected could not be found."
  35852.     return
  35853. end try
  35854. e    No Changef
  35855. QuickTime
  35856. Dev.CD May 00 TC
  35857. D!All Packages
  35858. Tool Chest Edition
  35859.  shows how to create a PICT and PICT file from drawing operations into a QDGraphics J
  35860. Sample Code.imgK
  35861. Feb 00
  35862. - Common
  35863.     - Sun Compliant Java Runtime Environment 1.1
  35864.     - QuickTime 3 
  35865.     - QTJava.zip
  35866.     - QTJava media samples
  35867. - Mac OS:
  35868.     - System 8 or later
  35869.     - Macintosh Runtime for Java (MRJ) 2.1
  35870. - Windows 95, 98, or NT::
  35871.     - JRE/JDK from Sun Microsystems, Inc. recommended
  35872. QuickTime, Java, MRJO
  35873. Dev.CD May 00 TC:Sample Code:P
  35874. Dev.CD May 00 TC
  35875.  - Sample CodeV
  35876. 73874X
  35877. 1le CodeV
  35878. 73874X
  35879. 1e    No Change
  35880. 74182X
  35881. Nov 99^
  35882. --set theItem to choose file -- uncomment to test in an AS editor
  35883.     tell application "Finder"
  35884.         open item "Dev.CD Nov 99 TC:Sample Code:PartMaker 4.3:"
  35885.         activate
  35886.     end tell
  35887. on error errMsg number errNum
  35888.     --enter statements to perform when no records are found such as...
  35889.     display dialog "Sorry, the item you selected could not be found."
  35890.     return
  35891. end try
  35892. Deletedf5Global search and replace; software project archivingq
  35893. Dev.CD Nov 99 TC
  35894. PD!All Packages
  35895. Tool Chest Edition
  35896. Pascal Sample 3.0B10
  35897. Summary:  Very simple Macintosh application that supports multiple documents, Apple events, preferences and proper human interface.  Fully commented.
  35898. Features:  Supports Apple Events, preferences, proper human interface, MPW Pascal, THINK Pascal.
  35899. Issues:  No C version available yet.
  35900. JLPascal Sample
  35901. Read Me - Sample
  35902. Sample documents:
  35903. Source:
  35904. THINK Pascal files:K
  35905. Dec 93:Sample Code:Pascal Sample 3.0B10:V
  35906. 74183X
  35907. Deleted
  35908. An example of OpenGL and DrawSprocket integration for full screen drawing, correctly handling multiple displays.  Also, this shows how to get the version of DrawSprocket in use for both DrawSprocket 1.1.4 and 1.7 and demonstrates multiple OpenGL pixel format examples.  Lastly, it integrates a simple OpenGL buffer swaps per second counter.
  35909.         
  35910. The optimal way to select a rendering context would be to check the available devices, find the best, then present the user with a selection dia
  35911. log only if there are more than one "best" device.  Currently, there is not a good mechanism to do this easily, so the two best other options are:
  35912. 1) Iterate through the available devices find the best renderer, build a DSp context on this, then build your OPenGL context.  The downfall of this method is that you know nothing about the graphics capabilities of the device and the user can't select another screen.  The upside is that you get a renderer that is has the capabilities you want.
  35913. D!All Packages
  35914. Tool Chest Edition
  35915. AdLib 3.0.1
  35916. Ad Lib is a graphical view editor which is used to create and edit view resources for MacApp-based applications.
  35917. Ad Lib v3.0.1 provides compatibility with Mac OS 9 and fixes many bugs found in Ad Lib 3.0.  There is one new feature, a log file that is written when resource tables are rebuilt. Logging can be disabled by checking a box in the dialog that prompts for a table rebuild or conversion. on the Net.pdf
  35918. New Audio Features QT3.pdf
  35919. Porting
  35920. kObjectiveCtoJava
  35921. Push Tech Survival Gd.pdf
  35922. QT3-More Than Dig. Video.pdf
  35923. Simplified Stream Audio.pdf
  35924. Web Animation Guide.pdf
  35925. WebObjects Database Part I.pdf
  35926. WebObjects Database Part II.pdf
  35927. WebObjects Memory Mgmt.pdf
  35928. WebObjects Tools and Techniques
  35929. WebObjectsCategories&Posers.pdf
  35930. WebObjectsPerformanceTuning
  35931. Working with WebObjects.pdf
  35932. Writing for Interactive Media
  35933.     Dzlder with less than 32MB of data from an HFS+ volume results in an HFS formatted volume.
  35934.  Various interface improvements.
  35935. J)Disk Copy
  35936. Disk Copy 6.3.3 Quick ReferenceK
  35937. Jan 97L
  35938. May 99N
  35939. Disk, Copy, utilityO,Dev.CD Jun 00 RL Disk 1:Utilities:Disk Copy:P1Dev.CD Jun 00 RL Disk 1
  35940.  - Utilities
  35941.  - Disk Copyatements to perform when no records are found such as...
  35942.     display dialog "Sorry, the item you selected could not be found."
  35943.     return
  35944. end try
  35945. All Packages
  35946. QuickDraw GXO Dev.CD Jan 96 SDK1
  35947. Dev.CD Jul 95P
  35948. Dev.CD Jan 96 SDK1
  35949. Dev.CD Jul 9V
  35950. 73070X
  35951. Jan 96
  35952. u--set theItem to choose file -- uncomment to test in an AS editor
  35953.     tell application "Finder"
  35954.         open item "Dev.CD Jan 96 SDK1
  35955. Dev.CD Jul 95"
  35956.         activate
  35957.     end tell
  35958. on error errMsg number errNum
  35959.     --enter statements to perform when no records are found such as...
  35960.     display dialog "Sorry, the item you selected could not be found."
  35961.     return
  35962. end try
  35963. All Packages
  35964. 73071
  35965. connections
  35966. connectivity
  35967. connectix
  35968. connectors
  35969. conrad
  35970. considerg
  35971. considerable
  35972. consideration
  35973. considerationsg
  35974. consideredg
  35975. consideringg
  35976. consistencyd
  35977. consistento
  35978. consisting
  35979. consists_
  35980. console
  35981. consolideted
  35982. constant
  35983. constantly
  35984. constants[
  35985. constitute
  35986. constrained
  35987. constrains
  35988. constraints
  35989. construct
  35990. constructing
  35991. construction
  35992. constructs
  35993. consult
  35994. consumer
  35995. consumers
  35996. contactb
  35997. export
  35998. exrom-1func
  35999. exrom-1func
  36000. sresource
  36001. extendingprintdialog
  36002. extendingprintdialog
  36003. extensione
  36004. extension
  36005. extension
  36006. distributors/localiz
  36007. firstp
  36008. All Packages
  36009. F    QuickTimeO
  36010. Dev.CD Jul 93
  36011. Dev.CD Apr 93P
  36012. Dev.CD Jul 93
  36013. Dev.CD Apr 9V
  36014. 74443X
  36015. Jul 93
  36016. p--set theItem to choose file -- uncomment to test in an AS editor
  36017.     tell application "Finder"
  36018.         open item "Dev.CD Jul 93
  36019. Dev.CD Apr 93"
  36020.         activate
  36021.     end tell
  36022. on error errMsg number errNum
  36023.     --enter statements to perform when no records are found such as...
  36024.     display dialog "Sorry, the item you selected could not be found."
  36025.     return
  36026. end try
  36027. All Packages
  36028. F    QuickTimeO
  36029. Dev.CD Jul 93
  36030. Dev.CD Apr 93P
  36031. Dev.CD Jul 93
  36032. Dev.CD Apr 9V
  36033. 74444X
  36034. Jul 93
  36035. p--set theItem to choose file -- uncomment to test in an AS editor
  36036.     tell application "Finder"
  36037.         open item "Dev.CD Jul 93
  36038. Dev.CD Apr 93"
  36039.         activate
  36040.     end tell
  36041. on error errMsg number errNum
  36042.     --enter statements to perform when no records are found such as...
  36043.     display dialog "Sorry, the item you selected could not be found."
  36044.     return
  36045. end try
  36046. All Packages
  36047. =F    QuickTimeO)Dev.CD Oct 93
  36048. Dev.CD Jul 93
  36049. Dev.CD Apr 93P(Dev.CD Oct 93
  36050. Dev.CD Jul 93
  36051. Dev.CD Apr 9
  36052. 2.1.2
  36053. 2.1.3
  36054. 2.1.4
  36055. toolkit
  36056. multi-player
  36057. tworkQ
  36058. network
  36059. preferences
  36060. network
  36061. setup
  36062. network
  36063. softwareQ
  36064. networking
  36065. newsi
  36066. notes
  36067. number
  36068. number
  36069. formatting
  36070. object-oriented
  36071. objectsupportlib
  36072. opaque
  36073. opaque
  36074. types
  36075. systems
  36076. transport
  36077. opentransport
  36078. optimizing
  36079. option
  36080. option
  36081. management
  36082. ordered
  36083. ordered
  36084. collection
  36085. ot/ppp
  36086. ot/ppp
  36087. transport
  36088. otfifo
  36089. otlifo
  36090. otlink
  36091. otoptionmanagment
  36092. ottcpwilldial
  36093. override
  36094. override
  36095. quickdraw
  36096. table
  36097. resource
  36098. textN
  36099. encoding
  36100. converter
  36101. allows
  36102. convert
  36103. extractor
  36104. plug-ins
  36105. content
  36106. extra
  36107. text-handling
  36108. text-to-speech
  36109. textbegin/end
  36110. textbox
  36111. textedit
  36112. textstyle
  36113. texttotypeintlcoerci
  36114. texture
  36115. textures
  36116. thanj
  36117. capabilites
  36118. xcmds&xfcns
  36119. xfcnc
  36120. xfcns
  36121. xthings
  36122. shell
  36123. sample
  36124. 1.3.6
  36125. first
  36126. headers
  36127. xtnow
  36128. xtnow
  36129. docsr
  36130. yahoo
  36131. yahoo
  36132. yellowboxandjava
  36133. 1.0a13
  36134. sounds
  36135. zaptcp
  36136. zaptcp
  36137. zoneranger
  36138. zoneranger
  36139. revision
  36140. history
  36141. zoomed
  36142. apple
  36143. events
  36144. appleevents]
  36145. aegizmos_
  36146. after
  36147. newgworld
  36148. usedistanthdwrmem
  36149. uselocalhdwrmem
  36150. airport
  36151. network
  36152. server
  36153. symbiotic
  36154. client
  36155. server
  36156. aliasc
  36157. alias
  36158. hypercard
  36159. system
  36160. allocators
  36161. altivec
  36162. altivec
  36163. emulator
  36164. analog
  36165. analysis
  36166. animation
  36167. antlr
  36168. antlr
  36169. pccts
  36170. parser
  36171. generator
  36172. compiler
  36173. tools
  36174. appearanced
  36175. appearance
  36176. gworld
  36177. off-screen
  36178. appearance
  36179. keyboard
  36180. function
  36181. keyse
  36182. appearance
  36183. managerd
  36184. append
  36185. appkit
  36186. apple\
  36187. apple
  36188. events
  36189. spell
  36190. grammar
  36191. writeswell
  36192. spellswell
  36193. working
  36194. background-only
  36195. backlight
  36196. backs
  36197. multitasking
  36198. multithreading
  36199. musicj
  36200. music
  36201. quicktime
  36202. music
  36203. architecture
  36204. david
  36205. mustZ
  36206. must-have
  36207. mybuildmenu
  36208. mydeviceloop
  36209. myfont
  36210. myself
  36211. mysteries
  36212. mystery
  36213. naked
  36214. rMsg number errNum
  36215.     --enter statements to perform when no records are found such as...
  36216.     display dialog "Sorry, the item you selected could not be found."
  36217.     return
  36218. end try
  36219. e    No Changef
  36220. Debug Sound Manager 3.2.1q
  36221. Dev.CD Apr 98 SDK2
  36222. 'D!All Packages
  36223. Tool Chest Edition
  36224. Declaration ROMsIySummary:  Includes example declaration ROM sources, as well as exploded declaration ROM views of specific Apple products.JuEx Apple EtherNet ROM
  36225. Ex Apple Video ROM
  36226. Example Vid ROM from C&D
  36227. ExROM-1Func sResource
  36228. MinimalDeclROM.a
  36229. ROM diagramsK
  36230. Oct 92nge
  36231. map colors on a direct device.
  36232. DrawLin
  36233. Apr 99M
  36234. Acrobat Reader 3.0N>DVD, content, development, entertainment, consumer electronicsO3Dev.CD Mar OO RLDisk 1:Interactive Media Resources:P5Dev.CD Mar OO RLDisk 1
  36235.  - Interactive Media Resources
  36236.     --enter statements to perform when no records are found such as...
  36237.     display dialog "Sorry, the item you selected could not be found."
  36238.     return
  36239. end try
  36240. ingle integrated management administration, called Mac OS Server Admin.  Within this SDK, you will find detailed developer documentation, interfaces, lib
  36241. 71312X
  36242. editX
  36243. edit-related
  36244. editable
  36245. editing
  36246. editionj
  36247. editions
  36248. editorN
  36249. editor'sj
  36250. editorsu
  36251. edittext
  36252. edittextcdev
  36253. educationalj
  36254. effect
  36255. source
  36256. sourcebug
  36257. sourceobj
  36258. sources
  36259. spain
  36260. spain
  36261. distribution
  36262. guide
  36263. 1.0.1
  36264. speech
  36265. speech
  36266. recognition
  36267. manager
  36268. speech
  36269. synthesis
  36270. manager
  36271. sphere
  36272. spooler
  36273. sprocketinvaders
  36274. stack
  36275. standard
  36276. standard
  36277. samples
  36278. standardfileicons
  36279. strip
  36280. styleu
  36281. success
  36282. suite
  36283. suitesm
  36284. super
  36285. survey
  36286. switch
  36287. synchronization
  36288. synthesis
  36289. systemx
  36290. technicalS
  36291. technotes
  36292. terminology^
  36293. tester
  36294. testing
  36295. textedit
  36296. token
  36297. tokenizer
  36298. toolbox
  36299. toolkit
  36300. toolkits
  36301. tools]
  36302. transport
  36303. transport/ppp
  36304. Dev.CD Jul 93
  36305. Dev.CD Apr 9V
  36306. 74431X
  36307. Jul 93
  36308. p--set theItem to choose file -- uncomment to test in an AS editor
  36309.     tell application "Finder"
  36310.         open item "Dev.CD Jul 93
  36311. Dev.CD Apr 93"
  36312.         activate
  36313.     end tell
  36314. on error errMsg number errNum
  36315.     --enter statements to perform when no records are found such as...
  36316.     display dialog "Sorry, the item you selected could not be found."
  36317.     return
  36318. end try
  36319. All Packages
  36320. F    QuickTimeO
  36321. Dev.CD Jul 93
  36322. Dev.CD Apr 93P
  36323. Dev.CD Jul 93
  36324. Dev.CD Apr 9V
  36325. 74432X
  36326. Jul 93
  36327. p--set theItem to choose file -- uncomment to test in an AS editor
  36328.     tell application "Finder"
  36329.         open item "Dev.CD Jul 93
  36330. Dev.CD Apr 93"
  36331.         activate
  36332.     end tell
  36333. on error errMsg number errNum
  36334.     --enter statements to perform when no records are found such as...
  36335.     display dialog "Sorry, the item you selected could not be found."
  36336.     return
  36337. end try
  36338. All Packages
  36339. F    QuickTimeO
  36340. Dev.CD Jul 93
  36341. Dev.CD Apr 93V
  36342. 74433X
  36343. es app
  36344. cyrillic
  36345. cyrillic-based
  36346. cyrillique
  36347. czech
  36348. da/application
  36349. da/cdev/init/driver
  36350. test in an AS editor
  36351.     tell application "Finder"
  36352.         open item "Dev.CD May 00 TC:Sample Code:"
  36353.         activate
  36354.     end tell
  36355. on error errMsg number errNum
  36356.     --enter statements to perform when no records are found such as...
  36357.     display dialog "Sorry, the item you selected could not be found."
  36358.     return
  36359. end try
  36360. e    No Changef%LaserWriter 8
  36361. custom hose
  36362. IrDA sampleq
  36363. Dev.CD May 00 TC
  36364. D(All Packages
  36365. Reference Library Edition
  36366. Mac Application Environment 2.0
  36367.     E 2.0 DataSheet
  36368. MAE 2.0 White PaperK
  36369. May 94L
  36370. Jun 95M
  36371. Adobe Acrobat Reader.NCUNIX, A/UX, Open Systems, Sun, HP, workstation, MAE, Solaris, HP-UXObDev.CD Jun 95 RL:Technical Documentation:Tools Demos & Tech Overviews:Mac Application Environment:
  36372. supports\
  36373. suppose
  36374. sures
  36375. surely
  36376. surf's
  36377. surface
  36378. surfboards
  36379. surfer
  36380. surovell
  36381. surprise
  36382. surround
  36383. survey
  36384. survival
  36385. suspend
  36386. suspendappleevent
  36387. suspending
  36388. sustains
  36389. swapping
  36390. swaps
  36391. swatches
  36392. swedish
  36393. swell
  36394. er for application developers to better integrate their applications with camera devices. This, in turn, will make it easier for users to integrate images with their documents, presentations, web sites, and other communications. It will also provide users with more image and camera savvy applications to improve their productivity. Camera vendors win because they no longer need to spend large amounts of time creating image capture app
  36395. 73859X
  36396. Mar OO^
  36397. RLDisk 1
  36398. --set theItem to choose file -- uncomment to test in an AS editor
  36399.     tell application "Finder"
  36400.         open item "Dev.CD Mar OO RLDisk 1:Interactive Media Resources:CompbasedMediaBroadcastEnv:"
  36401.         activate
  36402.     end tell
  36403. on error errMsg number errNum
  36404.     --enter statements to perform when no records are found such as...
  36405.     display dialog "Sorry, the item you selected could not be found."
  36406.     return
  36407. end try
  36408. Deletedf2Computer Based Media
  36409. Television
  36410. Broadcast
  36411. Graphicsq
  36412. Dev.CD Mar OO RLDisk 1
  36413. D!All Packages
  36414. Mac OS SDK Edition
  36415. ContextualMenuManagerSDK 1.0.3
  36416.     l Chest Edition
  36417. F    StreamNOPIrStreamNOP is a sample STREAMS module that was designed for you to use as a template when creating STREAMS modules.J
  36418. Sample Code.imgK
  36419. Oct 97L
  36420. Sep 98M
  36421. Open Transport 1.1.1 or higherN'Open Transport, STREAMS, module, driverO
  36422. Dev.CD May 00 TC:Sample Code:P
  36423. Dev.CD May 00 TC
  36424.  - Sample CodeV
  36425. 73318X
  36426. May 00^
  36427. nder both System 7 and pre-7.0 systems. It installs a device loop procedure that searches all active screen devices, calling a drawing procedure whenever it encounters a screen that intersects the drawing region.
  36428. NewCCursor:  This snippet shows how to create a black and white 'CURS' and a color 'crsr' cursor resource by hand.
  36429. Out of This GWorld:  The application basically uses offscreen GWorlds and palette animation to simulate totally cool animation.
  36430. Palette Animation and Palette Anima
  36431. tion Gray:  These sample applications show how to animate the entries of a palette.
  36432. Pallete DA:  This desk accesory displays the the current color table and palette information associated with it.
  36433. PictInfoTest:  Sample to demonstrate using the Picture Utilities Package
  36434. PixMap2PixPat2ppat:  This snippet shows how to convert a 'icl8' image to a PixMap image and then to a PixPat and then finally to a 'ppat' resource. In this example, the 'ppat' resource is saved-off into a resource file.
  36435. 73917X
  36436. Sept 9^
  36437. --set theItem to choose file -- uncomment to test in an AS editor
  36438.     tell application "Finder"
  36439.         open item "Dev.CD Sept 96 RL:Technical Documentation:develop:develop Issue  8:"
  36440.         activate
  36441.     end tell
  36442. on error errMsg number errNum
  36443.     --enter statements to perform when no records are found such as...
  36444.     display dialog "Sorry, the item you selected could not be found."
  36445.     return
  36446. end try
  36447. Deletedq
  36448. Dev.CD Sept 96 RL
  36449. GD(All Packages
  36450. Reference Library Edition
  36451. develop Issue  9
  36452.     Dev.CD Jul 9V
  36453. 73189X
  36454. Jul 93
  36455. b--set theItem to choose file -- uncomment to test in an AS editor
  36456.     tell application "Finder"
  36457.         open item "Dev.CD Jul 93"
  36458.         activate
  36459.     end tell
  36460. on error errMsg number errNum
  36461.     --enter statements to perform when no records are found such as...
  36462.     display dialog "Sorry, the item you selected could not be found."
  36463.     return
  36464. end try
  36465. All Packages
  36466. F    QuickTimeV
  36467. 73190X
  36468. resource
  36469. IyThis demo program shows how to select group QuickTime drawing capable objects into the same display space of the QTCanvasJ
  36470. Sample Code.imgK
  36471. Feb 00
  36472. - Common
  36473.     - Sun Compliant Java Runtime Environment 1.1
  36474.     - QuickTime 3 
  36475.     - QTJava.zip
  36476.     - QTJava media samples
  36477. - Mac OS:
  36478.     - System 8 or later
  36479.     - Macintosh Runtime for Java (MRJ) 2.1
  36480. - Windows 95, 98, or NT::
  36481.     - JRE/JDK from Sun Microsystems, Inc. recommended
  36482. QuickTime, Java, MRJO
  36483. Dev.CD May 00 TC:Sample Code:P
  36484. Dev.CD May 00 TC
  36485.  - Sample CodeV
  36486. 73978X
  36487. May 00^
  36488. r--set theItem to choose file -- uncomment to test in an AS editor
  36489.     tell application "Finder"
  36490.         open item "Dev.CD May 00 TC:Sample Code:"
  36491.         activate
  36492.     end tell
  36493. on error errMsg number errNum
  36494.     --enter statements to perform when no records are found such as...
  36495.     display dialog "Sorry, the item you selected could not be found."
  36496.     return
  36497. end try
  36498. e    No Changef
  36499. QuickTime
  36500. Dev.CD May 00 TC
  36501. D!All Packages
  36502. Mac OS SDK Edition
  36503. b--set theItem to choose file -- uncomment to test in an AS editor
  36504.     tell application "Finder"
  36505.         open item "Dev.CD Jul 95"
  36506.         activate
  36507.     end tell
  36508. on error errMsg number errNum
  36509.     --enter statements to perform when no records are found such as...
  36510.     display dialog "Sorry, the item you selected could not be found."
  36511.     return
  36512. end try
  36513. guillermo
  36514. ortiz
  36515. quicktime's
  36516. quicktime-readable
  36517. quicktimevr
  36518. quinn
  36519. quitN
  36520. quitting
  36521. quoted
  36522. quoting
  36523. qwerty
  36524. radcliffe
  36525. radically
  36526. radio
  36527. raises
  36528. expansion
  36529. ramifications
  36530. randall
  36531. random
  36532. range
  36533. rangingf
  36534. rankb
  36535. rappoport
  36536. rates
  36537. ratherg
  36538. rationale
  36539. rawip
  36540. The Navigation Services suite greatly enhances the user experience of opening, saving and selecting documents, while giving your application new capabilities without customizing code.
  36541. Navigation Services is a new set of APIs to:
  36542.     - open and save documents
  36543.     - confirm save / discard changes
  36544.     - select a file, folder or volume
  36545.     - create a new folder
  36546. Benefits of adopting Navigation Services APIs for your application include:
  36547.     - new movable, resizable, Appearance-aware Open & Sa
  36548. Bve dialogs
  36549.     - easier navigation: list view with disclosure triangles, recent items, favorite items, etc.
  36550.     - built-in file format translation
  36551.     - transparent delivery of new features in future versions of the System Software.
  36552. More information on the features may be found in the Navigation Services developer note.
  36553. JCDocumentation:
  36554. Examples:
  36555. Libraries:
  36556. Navigation Services 1.1 Read MeK
  36557. Aug 99M
  36558. Mac OS 8.5OMDev.CD Aug 99 TC:What's New?:Development Kits:Mac OS:Navigation Services SDK:
  36559. 7JnApple Standards
  36560. AppleSingle/AppleDouble Format
  36561. BinHex 4.0
  36562. Mac OS Text Encodings
  36563. MacBinary
  36564. Multimedia Standardse file -- uncomment to test in an AS editor
  36565.     tell application "Finder"
  36566.         open item "Dev.CD Oct 94"
  36567.         activate
  36568.     end tell
  36569. on error errMsg number errNum
  36570.     --enter statements to perform when no records are found such as...
  36571.     display dialog "Sorry, the item you selected could not be found."
  36572.     return
  36573. end try
  36574. All Packages
  36575. System UpdateO
  36576. Dev.CD Oct 94P
  36577. Dev.CD Oct 9V
  36578. 73628X
  36579. Oct 94
  36580. b--set theItem to choose file -- uncomment to test in an AS editor
  36581.     tell application "Finder"
  36582.         open item "Dev.CD Oct 94"
  36583.         activate
  36584.     end tell
  36585. on error errMsg number errNum
  36586.     --enter statements to perform when no records are found such as...
  36587.     display dialog "Sorry, the item you selected could not be found."
  36588.     return
  36589. end try
  36590. All Packages
  36591. System UpdateO
  36592. Dev.CD Oct 94P
  36593. Dev.CD Oct 9V
  36594. 73629X
  36595. Oct 94
  36596. pending
  36597. penetrate
  36598. pentiumj
  36599. people
  36600. peoplesoft
  36601. percentage
  36602. perfectly
  36603. performb
  36604. performav
  36605. performanceA
  36606. performance
  36607. tuning
  36608. performance
  36609. tuning
  36610. webobjects
  36611. application
  36612. critical
  36613. performasj
  36614. performed
  36615. performing
  36616. performs
  36617. peridically
  36618. perils
  36619. permissionj
  36620. permit
  36621. permits
  36622. permitted
  36623. permutation
  36624. persist
  36625. persistent
  36626. persisting
  36627. personZ
  36628. personal
  36629. perspective
  36630. tcpwilldial
  36631. override
  36632. override
  36633. quickdraw
  36634. table
  36635. resource
  36636. AddChange
  36637. AddHeader
  36638. CancelWindowCheckOut
  36639. ChangeFileName
  36640. CheckedOutFiles
  36641. CheckInAll
  36642. CheckWindowIn
  36643. CheckWindowOut
  36644. CompareDirText
  36645. CompareLastRevision
  36646. CoolRequest
  36647. CvtCComments
  36648. DirActive
  36649. Docs & Help Files
  36650. FindChange
  36651. FindLurkers
  36652. FLookup
  36653. GetKeys
  36654. GetLastChange
  36655. GetMFSize
  36656. InitProjector
  36657. Justify
  36658. KeyMenu
  36659. Lookup
  36660. LookupMenu
  36661. MarkC
  36662. MarkPascal
  36663. MountProjector
  36664. MountServer
  36665. MyBuildMenu
  36666. OpenCheckedOut
  36667. OpenMultFiles
  36668. OSErr
  36669. PasMatIt
  36670. Print2
  36671. ProjectFolders
  36672. ProjectMenu
  36673. ProjListMenu
  36674. RelString
  36675. SetMarkers
  36676. SetMFSB
  36677. SetProject
  36678. SetProjector
  36679. SourceMenu
  36680. StripUnits
  36681. UnmountProjector
  36682. UnwrapCommentText
  36683. UserStartup
  36684. Goodies
  36685. WrapCommentText
  36686. MPW Goodies Info
  36687. MPW Goodies Info.txt
  36688. le Shared Library Manager
  36689. DLL Dynamic Link Libraryq
  36690. Dev.CD Jul 99 SDK1
  36691. All Packages
  36692. Apple Standards for DevelopersI
  36693. Summary: This document discusses Apple's new role in creating and supporting national and international standards for data interchange and temporal media data formats.
  36694. 71300X
  36695. 1e    No Change
  36696. is running.
  36697. JzFStubs.c
  36698. FStubs.c.o
  36699. Lurkers
  36700. Lurkers README
  36701. Lurkers README.txt
  36702. Lurkers.c
  36703. Lurkers.c.o
  36704. Lurkers.r
  36705. MakeFile
  36706. NameRevisionCurrentK
  36707. Mar 94L
  36708. Jan 98M
  36709. Lurkers, Projector, MPWOEDev.CD May 00 TC:Tool Chest:Development Kits:MPW Related:Lurkers 1.7:PPDev.CD May 00 TC
  36710.  - Tool Chest
  36711.  - Development Kits
  36712.  - MPW Related
  36713.  - Lurkers 1.7..
  36714.     display dialog "Sorry, the item you selected could not be found."
  36715.     return
  36716. end try
  36717. e    No Changef
  36718. Lurkers
  36719. Projector
  36720. Dev.CD May 00 TC
  36721. D!All Packages
  36722. Tool Chest Edition
  36723. LW8 Hosesample
  36724. BThis sample code demonstrates how a LaserWriter communication hose plug-in can be written for LaserWriter 8. An IrDA (Infrared) hose is used here as an example.
  36725. This sample code demonstrates how a LaserWriter communication hose plug-in can be written for LaserWriter 8. An IrDA (Infrared) hose is used here as an example.
  36726. Sample Code.imgK
  36727. Jul 99M
  36728. LaserWriter 8.6 and above:Sample Code:V
  36729. 71588X
  36730. 1e    No Change
  36731. Lurkers 1.7
  36732. Lurkers is an MPW tool that is used to examine the Projector state of files (i.e. whether a file belongs to a project, is checked-in/checked-out/modifiable, etc.) This version, 1.7, replaces previous versions that can be found on prior releases of the Developer's CD.
  36733. This updated release of the tool has been modified so that filenames are quoted the way that the MPW shell performs its quoting. A new option, -p, allows the user to control the generation of progress messages while the tool 
  36734. writtenY
  36735. x-axes
  36736. x/open
  36737. xcmdn
  36738. xcmds]
  36739. xfcnc
  36740. xfcns
  36741. xmodem
  36742. xresult
  36743. yahoo
  36744. yearsj
  36745. yes/no
  36746. configureh
  36747. configured
  36748. configures
  36749.  IVRO=Dev.CD Jul 99 SDK1:Development Kits:Mac OS:Telephone Manager:PEDev.CD Jul 99 SDK1
  36750.  - Development Kits
  36751.  - Mac OS
  36752.  - Telephone Manageritem "Dev.CD Jul 93
  36753. Dev.CD Apr 93"
  36754.         activate
  36755.     end tell
  36756. on error errMsg number errNum
  36757.     --enter statements to perform when no records are found such as...
  36758.     display dialog "Sorry, the item you selected could not be found."
  36759.     return
  36760. end try
  36761. All Packages
  36762. F    QuickTimeO
  36763. Dev.CD Jul 93P
  36764. Dev.CD Jul 9V
  36765. 70717X
  36766. Jul 93
  36767. b--set theItem to choose file -- uncomment to test in an AS editor
  36768.     tell application "Finder"
  36769.         open item "Dev.CD Jul 93"
  36770.         activate
  36771.     end tell
  36772. on error errMsg number errNum
  36773.     --enter statements to perform when no records are found such as...
  36774.     display dialog "Sorry, the item you selected could not be found."
  36775.     return
  36776. end try
  36777. All Packages
  36778. F    QuickTimeO
  36779. Dev.CD Jul 93
  36780. Dev.CD Apr 93V
  36781. 70718X
  36782. resource
  36783. All Packages
  36784. PPC EnablerO
  36785. Dev.CD Jul 95P
  36786. Dev.CD Jul 9V
  36787. 74256X
  36788. Jul 95
  36789. b--set theItem to choose file -- uncomment to test in an AS editor
  36790.     tell application "Finder"
  36791.         open item "Dev.CD Jul 95"
  36792.         activate
  36793.     end tell
  36794. on error errMsg number errNum
  36795.     --enter statements to perform when no records are found such as...
  36796.     display dialog "Sorry, the item you selected could not be found."
  36797.     return
  36798. end try
  36799. All Packages
  36800. PPC EnablerO
  36801. Dev.CD Jul 95P
  36802. Dev.CD Jul 9V
  36803. 74257X
  36804. Jul 95
  36805. b--set theItem to choose file -- uncomment to test in an AS editor
  36806.     tell application "Finder"
  36807.         open item "Dev.CD Jul 95"
  36808.         activate
  36809.     end tell
  36810. on error errMsg number errNum
  36811.     --enter statements to perform when no records are found such as...
  36812.     display dialog "Sorry, the item you selected could not be found."
  36813.     return
  36814. end try
  36815. All Packages
  36816. PPC EnablerO
  36817. Dev.CD Jul 95P
  36818. Dev.CD Jul 9V
  36819. 74258X
  36820. Jul 95
  36821. kages
  36822. 72542
  36823. collecting
  36824. collectionb
  36825. collection
  36826. inside
  36827. macintosh
  36828. books
  36829. related
  36830. programming
  36831. collection
  36832. developer
  36833. documentation
  36834. collection
  36835. documentation
  36836. developer
  36837. notes
  36838. collections
  36839. collectionservices
  36840. collectpictcolors
  36841. collects
  36842. collyer
  36843. color[
  36844.  Summary:  This is a set of three MPW tools written for hardware debug and bring-up.  You could probably write them yourself in an hour or so 
  36845.  but what if you don
  36846. t have that much time...
  36847. Features:  MPW scripts for Read/Write long, Read/Write byte, and to pattern test an address range. 
  36848. Hardware tools.imgK
  36849. Feb 94O?Dev.CD May 00 TC:Tool Chest:Testing & Debugging:Hardware tools:PGDev.CD May 00 TC
  36850.  - Tool Chest
  36851.  - Testing & Debugging
  36852.  - Hardware toolsletedf*AIX
  36853. Network Server
  36854. Symbiotic
  36855. client
  36856. serverq
  36857. Dev.CD Dec 99 RL
  36858. $D!All Packages
  36859. Mac OS SDK Edition
  36860. Network Services Location (NSL)
  36861.     ues.
  36862. MacTCP Cookbook: Constructing Network-Aware Applications   
  36863. by Steve Falkenburg.   Networking for the rest of us. Here's an introduction to the TCP/IP protocol suite, and a library of routines that make using MacTCP a (relative) breeze.
  36864. Print Hints from Luke & Zz: Color Printing with LaserWriter 6.0 Revisited  by Pete 
  36865.  Alexander.   A potential color printing problem, and s
  36866. by Scott 
  36867.  Zimmerman.   How can you add Balloon Help to your custom Print dialog items? Zz will tell you all about it.
  36868. J(develop Issue  7:
  36869. develop Issue  7 code:K
  36870. Vol IIIL
  36871. Jun 95OCDev.CD Sept 96 RL:Technical Documentation:develop:develop Issue  7:PKDev.CD Sept 96 RL
  36872.  - Technical Documentation
  36873.  - develop
  36874.  - develop Issue  7lay dialog "Sorry, the item you selected could not be found."
  36875.     return
  36876. end try
  36877. All Packages
  36878. F    QuickTimeO
  36879. Dev.CD Jul 93
  36880. Dev.CD Apr 93P
  36881. Dev.CD Jul 93
  36882. Dev.CD Apr 9V
  36883. 73195X
  36884. Jul 93
  36885. p--set theItem to choose file -- uncomment to test in an AS editor
  36886.     tell application "Finder"
  36887.         open item "Dev.CD Jul 93
  36888. Dev.CD Apr 93"
  36889.         activate
  36890.     end tell
  36891. on error errMsg number errNum
  36892.     --enter statements to perform when no records are found such as...
  36893.     display dialog "Sorry, the item you selected could not be found."
  36894.     return
  36895. end try
  36896. All Packages
  36897. F    QuickTimeO
  36898. Dev.CD Jul 93
  36899. Dev.CD Apr 93V
  36900. 73196X
  36901. es app
  36902. d CopyDeepMask with LaserWriter driver 7.0? Read this column to find out.
  36903. Be Our Guest: GWorlds and NuBus Memory  by Forrest Tanaka and Paul Snively.   Taking advantage of NuBus memory for off-screen graphics is tricky. Here are some tips on how to do it in a friendly, compatible way.
  36904. J(develop Issue  8:
  36905. develop Issue  8 code:K
  36906. Vol IIIL
  36907. Jun 95OCDev.CD Sept 96 RL:Technical Documentation:develop:develop Issue  8:PKDev.CD Sept 96 RL
  36908.  - Technical Documentation
  36909.  - develop
  36910.  - develop Issue  8
  36911. p--set theItem to choose file -- uncomment to test in an AS editor
  36912.     tell application "Finder"
  36913.         open item "Dev.CD Oct 93
  36914. Dev.CD Jul 93"
  36915.         activate
  36916.     end tell
  36917. on error errMsg number errNum
  36918.     --enter statements to perform when no records are found such as...
  36919.     display dialog "Sorry, the item you selected could not be found."
  36920.     return
  36921. end try
  36922. All Packages
  36923. F    QuickTimeO
  36924. Dev.CD Oct 93
  36925. Dev.CD Jul 93P
  36926. Dev.CD Oct 93
  36927. Dev.CD Jul 9V
  36928. 73187X
  36929. Oct 93
  36930. 74061X
  36931. May 00^
  36932. --set theItem to choose file -- uncomment to test in an AS editor
  36933.     tell application "Finder"
  36934.         open item "Dev.CD May 00 TC:Tool Chest:Development Kits:MPW Related:Lurkers 1.7:"
  36935.         activate
  36936.     end tell
  36937. on error errMsg number errNum
  36938.     --enter statements to perform when no records are found such as...
  36939.     display dialog "Sorry, the item you selected could not be found."
  36940.     return
  36941. end try
  36942. e    No Changef
  36943. Lurkers
  36944. Projector
  36945. Dev.CD May 00 TC
  36946. D!All Packages
  36947. Tool Chest Edition
  36948. LW8 Hosesample
  36949. BThis sample code demonstrates how a LaserWriter communication hose plug-in can be written for LaserWriter 8. An IrDA (Infrared) hose is used here as an example.
  36950. This sample code demonstrates how a LaserWriter communication hose plug-in can be written for LaserWriter 8. An IrDA (Infrared) hose is used here as an example.
  36951. Sample Code.imgK
  36952. Jul 99M
  36953. LaserWriter 8.6 and above:Sample Code:V
  36954. 74062X
  36955. 1e    No Change
  36956. iw-half-dither
  36957. j-1.1
  36958. james
  36959. jamie
  36960. januaryj
  36961. january/february
  36962. japanj
  36963. japanesej
  36964. jasik's
  36965. client
  36966. tutorial
  36967. java's
  36968. javadoc
  36969. javascript
  36970. jbindery
  36971. jdirect
  36972. jdkclasses
  36973. jgnefilter
  36974. jmanager
  36975. johnson
  36976. installerv
  36977. installer
  36978. chinese
  36979. language
  36980. installer-related
  36981. aslm@
  36982. asyncpb@
  36983. ustry standard architecture for building reusable, distributed, cross-platform software.  
  36984. OpenDoc is both a specification and a set of technologies used to build components.  Developers who build their applications consistent with the OpenDoc architecture can provide software that integrates and cooperates with other OpenDoc software.
  36985. With OpenDoc, software developers can provides specialized solutions to meet each customer's specific need.  OpenDoc enablB
  36986. es our software developers to build more powerful, higher-quality software in less time than it took to develop traditional monolithic applications.
  36987. Contains OpenDoc
  36988.  1.1, documentation, and development essentials.
  36989. Cyberdog 1.1:
  36990. Developer Documentation:
  36991. Installing OpenDoc
  36992. Introduction to Component SW:
  36993. Licensing:
  36994. OpenDoc Development:
  36995. OpenDoc Development Framework
  36996. OpenDoc DR6 ReadMe
  36997. OpenDoc
  36998.  Source CodeK
  36999. Apr 96L
  37000. Jan 97O5Dev.CD Jan 97 SDK2:Development Kits (Disc 2):OpenDoc:
  37001. ge in the future.
  37002. GridWindowGrow:  This snippet shows how to grow a window constrained to a grid (i.e. only allow a window to grow or shrink by 30 pixels, or whatever).
  37003. HideMenuBar:  This snippet shows how to hide the menu bar by simply creating a window with a visRgn that includes the entire main screen's gray region and its menu bar.
  37004. icon cache demo:  This sample demonstrates the use of an icon cache to limit the search for icon resource to one resource file. It does this by installin
  37005. g an icon getter function into the cache which calls Get1(Ind)Resource instead of the usual GetResource.
  37006. Icon play:  snippet to demonstrate the use of the system 7 icon utilities and the system 7 popup control cdef in a program using modal dialogs
  37007. IconUtilCheck:  This snippet shows how to determine whether the Icon Utilities are available.
  37008. ictbSample:  This snippet shows the an example of  Item Color Table Resource (ictb)resource this is discussed in Inside Macintosh:Macintosh Toolbox E
  37009. q--set theItem to choose file -- uncomment to test in an AS editor
  37010.     tell application "Finder"
  37011.         open item "Dev CD Vol. V
  37012. Dev CD Vol. IV"
  37013.         activate
  37014.     end tell
  37015. on error errMsg number errNum
  37016.     --enter statements to perform when no records are found such as...
  37017.     display dialog "Sorry, the item you selected could not be found."
  37018.     return
  37019. end try
  37020. lay dialog "Sorry, the item you selected could not be found."
  37021.     return
  37022. end try
  37023. All Packages
  37024. System 7.5 Update 2.0O
  37025. Dev.CD Jul 96 SSWP
  37026. Dev.CD Jul 96 SSV
  37027. 73390X
  37028. Jul 96
  37029. f--set theItem to choose file -- uncomment to test in an AS editor
  37030.     tell application "Finder"
  37031.         open item "Dev.CD Jul 96 SSW"
  37032.         activate
  37033.     end tell
  37034. on error errMsg number errNum
  37035.     --enter statements to perform when no records are found such as...
  37036.     display dialog "Sorry, the item you selected could not be found."
  37037.     return
  37038. end try
  37039. All Packages
  37040. System 7.5 Update 2.0V
  37041. 73391X
  37042. function pointers for your own purposes.
  37043.   -How to get access to the Temporary Items Folder and use it to keep temporary files. 
  37044. Sample Code.imgK
  37045. Jan 96O
  37046. Dev.CD May 00 TC:Sample Code:P
  37047. Dev.CD May 00 TC
  37048.  - Sample Code       activate
  37049.     end tell
  37050. on error errMsg number errNum
  37051.     --enter statements to perform when no records are found such as...
  37052.     display dialog "Sorry, the item you selected could not be found."
  37053.     return
  37054. end try
  37055. e    No Changef
  37056. PCCard
  37057. Hooper
  37058. PowerBook
  37059. Cometq
  37060. Dev.CD Apr 98 SDK1
  37061. PC Card SDKsI
  37062. This is both the PC Card Manager 2.0 and the PC Card Manager 3.0 SDKs.  When the PC Card Manager 3.0 SDK was put on the Mac OS SDK, the PC Card 2.0 SDK was removed by mistake.  Both are needed depending upon the machine.JBPC Card Manager 2.0 SDK
  37063. PC Card Manager 3.0
  37064. What's the difference?K
  37065. Aug 97O:Dev.CD Jul 00 SDK1:Development Kits:Hardware:PC Card SDKs:PBDev.CD Jul 00 SDK1
  37066.  - Development Kits
  37067.  - Hardware
  37068.  - PC Card SDKsV
  37069. 72948X
  37070. 1rd SDKsV
  37071. 72948X
  37072. 1e    No Change
  37073. b--set theItem to choose file -- uncomment to test in an AS editor
  37074.     tell application "Finder"
  37075.         open item "Dev.CD Oct 94"
  37076.         activate
  37077.     end tell
  37078. on error errMsg number errNum
  37079.     --enter statements to perform when no records are found such as...
  37080.     display dialog "Sorry, the item you selected could not be found."
  37081.     return
  37082. end try
  37083. ntaining headers, samples, documentation)
  37084. ASIP User Authentication Module folder (containing headers, samples, documentation)
  37085. ApplC
  37086. eShare Client API (containing headers and documentation) 
  37087. ASIP Print Security Protocol (documentation)
  37088. Obsolete/Pre-ASIP 6.0 folder (containing older SDK packages and ASIP software)
  37089. Tools folder (containing info regarding 2-way Random UAM)
  37090. AFP Protocol
  37091. AppleShare Client API
  37092. AppleShare IP 6.3 SDK Read Me
  37093. ASIP Print Security Protocol
  37094. ASIP Registry
  37095. ASIP Server Controls/Events
  37096. ASIP User Authentication Module
  37097. Tools
  37098.  Obsolete/ Pre-ASIP 6.0K
  37099. Apr 98L
  37100. Jan 00
  37101. memory
  37102. x--set theItem to choose file -- uncomment to test in an AS editor
  37103.     tell application "Finder"
  37104.         open item "Dev.CD Aug 96 TC
  37105. Dev.CD Jan 96 SDK1"
  37106.         activate
  37107.     end tell
  37108. on error errMsg number errNum
  37109.     --enter statements to perform when no records are found such as...
  37110.     display dialog "Sorry, the item you selected could not be found."
  37111.     return
  37112. end try
  37113. Summary: This is the electronic version of develop magazine.
  37114.  Issue 7 highlights:
  37115. QuickTime 1.0: 
  37116. You Oughta Be in Pictures
  37117.   by Guillermo A. Ortiz.
  37118. An introduction to QuickTime that shows you how to create and play back simple movies.
  37119. Scoring Points With TrueType  by Konstantin Othmer and Mike Reed.   This article demonstrates some snazzy, never-before-possible text effects.
  37120. Threaded Communications With Futures  by Michael Gough.   Futures are an addition to the Threads Package that 
  37121. can make your IPC code even cleaner.
  37122. Using C++ Objects in a World of Exceptions  by Michael C. Greenspon.   This article explores some subtle gotchas that can occur when mixing Pascal and C++ objects, and provides guidelines for avoiding them.
  37123. The Subspace Manager in System 7.0  by Harry R. Chesley.   A little-known Macintosh Manager is revealed for the first time, and the (hairy) implications for life on earth are discussed.
  37124. Print Hints From Luke & Zz: Help for Your Dialog Appendages  
  37125. All Packages
  37126. System Enabler 065 (LC 575)O
  37127. Dev.CD Apr 94
  37128. Dev.CD Jan 94P
  37129. Dev.CD Apr 94
  37130. Dev.CD Jan 9V
  37131. 74704X
  37132. Apr 94
  37133. p--set theItem to choose file -- uncomment to test in an AS editor
  37134.     tell application "Finder"
  37135.         open item "Dev.CD Apr 94
  37136. Dev.CD Jan 94"
  37137.         activate
  37138.     end tell
  37139. on error errMsg number errNum
  37140.     --enter statements to perform when no records are found such as...
  37141.     display dialog "Sorry, the item you selected could not be found."
  37142.     return
  37143. end try
  37144. All Packages
  37145. System Enabler 065 (LC 575)O
  37146. Dev.CD Apr 94
  37147. Dev.CD Jan 94P
  37148. Dev.CD Apr 94
  37149. Dev.CD Jan 9V
  37150. 74705X
  37151. Apr 94
  37152. PIDev.CD Dec 99 RL Disk 1
  37153.  - Technical Documentation
  37154.  - ABS Technical NotesV
  37155. 73738X
  37156. Dec 99^    RL Disk 1
  37157. --set theItem to choose file -- uncomment to test in an AS editor
  37158.     tell application "Finder"
  37159.         open item "Dev.CD Dec 99 RL Disk 1:Technical Documentation:ABS Technical Notes:"
  37160.         activate
  37161.     end tell
  37162. on error errMsg number errNum
  37163.     --enter statements to perform when no records are found such as...
  37164.     display dialog "Sorry, the item you selected could not be found."
  37165.     return
  37166. end try
  37167. Deletedf-ESD
  37168. AppleSearch
  37169. AppleShare
  37170. IP Gatewayq
  37171. Dev.CD Dec 99 RL Disk 1
  37172. D!All Packages
  37173. Tool Chest Edition
  37174. ADB Analyzer 1.0D6
  37175. System requirements are as follows:
  37176. Mexican Spanish TTS:
  37177.     System 7.0 or later
  37178.     68020 or better, including PowerPC
  37179.     1.3 MB RAM
  37180. MacinTalk 2:
  37181.     System 6.0.7 or later
  37182.     Any Mac CPU
  37183.     150K RAM
  37184. MacinTalk 3:
  37185.     System 7.0 or later
  37186.     33MHz 68030 or faster, 68040, or PowerPC
  37187.     300K RAM
  37188. MacinTalk Pro:
  37189.     System 7.0 or later
  37190.     68040 or PowerPC
  37191.     1.5 MB RAM
  37192. For English TTS, you can look at it the other way around:
  37193. With System 6.0.7, 6.0.8 use MacinTalk 2.
  37194. With System 7 aB
  37195. nd 68040 or PowerPC use MacinTalk 3 and MacinTalk Pro.
  37196. With System 7 and 68030 of 33MHz or faster use MacinTalk 3.
  37197. With System 7 and a slower processor use MacinTalk 2.
  37198. N7Speech, Synthesis, Text-to-Speech, MacinTalk, PlainTalk
  37199. summary
  37200. mactcp
  37201. token
  37202. extension
  37203. supports
  37204. summary
  37205. suite
  37206. provides
  37207. framework
  37208. tools
  37209. summary
  37210. navigable
  37211. movie
  37212. toolkit
  37213. hypercard
  37214. stack
  37215. summary
  37216. purpose
  37217. menuscripter
  37218. sample
  37219. All Packages
  37220. System Enabler 003 (LC III)OEDev.CD Apr 94
  37221. Dev.CD Jan 94
  37222. Dev.CD Oct 93
  37223. Dev.CD Jul 93
  37224. Dev.CD Apr 93PDDev.CD Apr 94
  37225. Dev.CD Jan 94
  37226. Dev.CD Oct 93
  37227. Dev.CD Jul 93
  37228. Dev.CD Apr 9V
  37229. 74670X
  37230. Apr 94
  37231. --set theItem to choose file -- uncomment to test in an AS editor
  37232.     tell application "Finder"
  37233.         open item "Dev.CD Apr 94
  37234. Dev.CD Jan 94
  37235. Dev.CD Oct 93
  37236. Dev.CD Jul 93
  37237. Dev.CD Apr 93"
  37238.         activate
  37239.     end tell
  37240. on error errMsg number errNum
  37241.     --enter statements to perform when no records are found such as...
  37242.     display dialog "Sorry, the item you selected could not be found."
  37243.     return
  37244. end try
  37245. All Packages
  37246. System Enabler 003 (LC III)OEDev.CD Apr 94
  37247. Dev.CD Jan 94
  37248. Dev.CD Oct 93
  37249. Dev.CD Jul 93
  37250. Dev.CD Apr 93PDDev.CD Apr 94
  37251. Dev.CD Jan 94
  37252. Dev.CD Oct 93
  37253. Dev.CD Jul 93
  37254. Dev.CD Apr 9V
  37255. 74671X
  37256. Apr 94
  37257.  the item you selected could not be found."
  37258.     return
  37259. end try
  37260. All Packages
  37261. System Enabler 111 (PB 160/180)O
  37262. Dev.CD Apr 93V
  37263. 71048X
  37264. e--set theItem to choose file -- uncomment to test in an AS editor
  37265.     tell application "Finder"
  37266.         open item "Dev.CD May 96 TC"
  37267.         activate
  37268.     end tell
  37269. on error errMsg number errNum
  37270.     --enter statements to perform when no records are found such as...
  37271.     display dialog "Sorry, the item you selected could not be found."
  37272.     return
  37273. end try
  37274. , the item you selected could not be found."
  37275.     return
  37276. end try
  37277. Deletedq
  37278. Dev.CD Sep 96 RL
  37279. -D(All Packages
  37280. Reference Library Edition
  37281. develop Issue 11
  37282.     ng:  Cache.c contains code to correctly flush instruction and data caches on all Macintosh CPUs, including the Quadras.
  37283. SimpleInit:  This snippet demonstrates the writing of a simple init which attempts to allocate a 1 megabyte and then a 2 megabyte handle in the System heap.
  37284. Switch Stack:  This is a simple example of showing how to correctly switch to a private stack for interrupt-time code that requires more than a few dozen bytes of stack space. Th
  37285. "e    No Changeq
  37286. Dev.CD May 00 TC
  37287. #D(All Packages
  37288. Reference Library Edition
  37289. F Network Server Developer's Guide
  37290. Summary:  The Developer's Reference Guide for the Apple Network Server is the source for information about developing client/server applications and writing device drivers for the Apple Network Server.  The Guide documents differences between AIX for the Apple Network Server and IBM's AIX.
  37291. This guide covers hardware and software requirements to be considered when developing AIX for Apple Network Server device drivers or server applications and a Mac OS client. Part I covers developing cli
  37292. expansion
  37293. extension
  37294. system
  37295. external
  37296. extractor
  37297. faceless
  37298. faceless
  37299. background-only
  37300. family
  37301. fcode
  37302. features
  37303. fetch
  37304. field
  37305. management
  37306. manager
  37307. preview
  37308. sharing
  37309. signing
  37310. system
  37311. system
  37312. manager
  37313. N'LaserWriter 8, custom hose, IrDA sampleO
  37314. Dev.CD May 00 TC:Sample Code:P
  37315. Dev.CD May 00 TC
  37316.  - Sample CodeV
  37317. 74062X
  37318. May 00^
  37319. r--set theItem to choose file -- uncomment to test in an AS editor
  37320.     tell application "Finder"
  37321.         open item "Dev.CD May 00 TC:Sample Code:"
  37322.         activate
  37323.     end tell
  37324. on error errMsg number errNum
  37325.     --enter statements to perform when no records are found such as...
  37326.     display dialog "Sorry, the item you selected could not be found."
  37327.     return
  37328. end try
  37329. e    No Changef%LaserWriter 8
  37330. custom hose
  37331. IrDA sampleq
  37332. Dev.CD May 00 TC
  37333. D(All Packages
  37334. Reference Library Edition
  37335. Mac Application Environment 2.0
  37336.     un 95M
  37337. LockVol works under System 6.0.5 (and up), System 7, and up to System 7.5.  No known problems have been reported other than the ones you can create yourself by locking volumes that weren't originally locked.O>Dev.CD May 00 TC:Tool Chest:Testing & Debugging:General tools:
  37338. All Packages
  37339. System UpdateO
  37340. Dev.CD Oct 94P
  37341. Dev.CD Oct 9V
  37342. 74864X
  37343. Oct 94
  37344. b--set theItem to choose file -- uncomment to test in an AS editor
  37345.     tell application "Finder"
  37346.         open item "Dev.CD Oct 94"
  37347.         activate
  37348.     end tell
  37349. on error errMsg number errNum
  37350.     --enter statements to perform when no records are found such as...
  37351.     display dialog "Sorry, the item you selected could not be found."
  37352.     return
  37353. end try
  37354. All Packages
  37355. System UpdateO
  37356. Dev.CD Oct 94P
  37357. Dev.CD Oct 9V
  37358. 74865X
  37359. Oct 94
  37360. b--set theItem to choose file -- uncomment to test in an AS editor
  37361.     tell application "Finder"
  37362.         open item "Dev.CD Oct 94"
  37363.         activate
  37364.     end tell
  37365. on error errMsg number errNum
  37366.     --enter statements to perform when no records are found such as...
  37367.     display dialog "Sorry, the item you selected could not be found."
  37368.     return
  37369. end try
  37370. All Packages
  37371. System UpdateO
  37372. Dev.CD Oct 94P
  37373. Dev.CD Oct 9V
  37374. 74866X
  37375. Oct 94
  37376. serving
  37377. session
  37378. sessions
  37379. set-top
  37380. setdeskcpat
  37381. setdialogdefaultitem
  37382. setenv
  37383. setgworld
  37384. setindstring
  37385. print
  37386. printing
  37387. printrecordspy
  37388. procdoggie2.1b2
  37389. processes
  37390. Dev.CD Nov 96 TC
  37391. Dev.CD Aug 96 TV
  37392. 71322X
  37393. May 97
  37394. futures
  37395. g3-class
  37396. g3/233
  37397. g3/266
  37398. g3/26620th
  37399. gadgetsj
  37400. gainingj
  37401. gains
  37402. e    No Changef
  37403. QuickTime
  37404. effectsq
  37405. Dev.CD May 00 TC
  37406. D!All Packages
  37407. Tool Chest Edition
  37408. QTSimpleAppletIWThis demo program shows how to display any QuickTime content within a java.awt.Applet.
  37409. Sample Code.imgK
  37410. Feb 00
  37411. E- Common
  37412.     - Sun Compliant Java Runtime Environment 1.1
  37413.     - QuickTime 3 
  37414.     - QTJava.zip
  37415.     - An Applet viewer - Apple Applet Runner or the sun appletviewer
  37416.     - QTJava media samples
  37417. - Mac OS:
  37418.     - System 8 or later
  37419.     - Macintosh Runtime for Java (MRJ) 2.1
  37420. - Windows 95, 98, or NT::
  37421.     - JRE/JDK from Sun Microsystems, Inc. recommended
  37422. QuickTime, Java, MRJO
  37423. Dev.CD May 00 TC:Sample Code:P
  37424. Dev.CD May 00 TC
  37425.  - Sample CodeV
  37426. 74269X
  37427. May 00^
  37428. #y will visually remain as they were coded. To aid in the transition to Copland, Apple is providing the Apple Grayscale Appearance For System 7.5 specification for creating a grayscale appearance in System 7.5 products that is consistent with the default grayscale theme in Copland.  While coding to the grayscale appearance specif
  37429. 73775X
  37430. May 00^
  37431. --set theItem to choose file -- uncomment to test in an AS editor
  37432.     tell application "Finder"
  37433.         open item "Dev.CD May 00 TC:Tool Chest:Developer Utilities:Apple Sys Profiler 1.3.1:"
  37434.         activate
  37435.     end tell
  37436. on error errMsg number errNum
  37437.     --enter statements to perform when no records are found such as...
  37438.     display dialog "Sorry, the item you selected could not be found."
  37439.     return
  37440. end try
  37441. e    No Changef
  37442. Profiler
  37443. Apple Systemq
  37444. Dev.CD May 00 TC
  37445. 9D!All Packages
  37446. Tool Chest Edition
  37447. AppleGlot 2.3
  37448.     AS editor
  37449.     tell application "Finder"
  37450.         open item "Dev.CD Oct 94"
  37451.         activate
  37452.     end tell
  37453. on error errMsg number errNum
  37454.     --enter statements to perform when no records are found such as...
  37455.     display dialog "Sorry, the item you selected could not be found."
  37456.     return
  37457. end try
  37458. All Packages
  37459. System UpdateO
  37460. Dev.CD Oct 94P
  37461. Dev.CD Oct 9V
  37462. 73626X
  37463. Oct 94
  37464. dealing
  37465. deals
  37466. 74227X
  37467. Apr 95
  37468. b--set theItem to choose file -- uncomment to test in an AS editor
  37469.     tell application "Finder"
  37470.         open item "Dev.CD Apr 95"
  37471.         activate
  37472.     end tell
  37473. on error errMsg number errNum
  37474.     --enter statements to perform when no records are found such as...
  37475.     display dialog "Sorry, the item you selected could not be found."
  37476.     return
  37477. end try
  37478. All Packages
  37479. F    PowerTalkO
  37480. Dev.CD Apr 95P
  37481. Dev.CD Apr 9V
  37482. 74228X
  37483. Apr 95
  37484. b--set theItem to choose file -- uncomment to test in an AS editor
  37485.     tell application "Finder"
  37486.         open item "Dev.CD Apr 95"
  37487.         activate
  37488.     end tell
  37489. on error errMsg number errNum
  37490.     --enter statements to perform when no records are found such as...
  37491.     display dialog "Sorry, the item you selected could not be found."
  37492.     return
  37493. end try
  37494. All Packages
  37495. F    PowerTalkO
  37496. Dev.CD Apr 95
  37497. Dev.CD Jan 95P
  37498. Dev.CD Apr 95
  37499. Dev.CD Jan 9V
  37500. 74229X
  37501. Apr 95
  37502. effect
  37503. gO6Dev.CD May 00 TC:Tool Chest:Development Kits:MPW etc.:P>Dev.CD May 00 TC
  37504.  - Tool Chest
  37505.  - Development Kits
  37506.  - MPW etc.V
  37507. 74206X
  37508. May 00^
  37509. --set theItem to choose file -- uncomment to test in an AS editor
  37510.     tell application "Finder"
  37511.         open item "Dev.CD May 00 TC:Tool Chest:Development Kits:MPW etc.:"
  37512.         activate
  37513.     end tell
  37514. on error errMsg number errNum
  37515.     --enter statements to perform when no records are found such as...
  37516.     display dialog "Sorry, the item you selected could not be found."
  37517.     return
  37518. end try
  37519. e    No Changef
  37520. power macintosh debuggerq
  37521. Dev.CD May 00 TC
  37522. hD!All Packages
  37523. Tool Chest Edition
  37524. Power Macintosh Prod. Artwork 
  37525.     t Kits:HyperCard Related:XCMDs & XFCNs:PXDev.CD Nov 99 TC
  37526.  - Tool Chest
  37527.  - Development Kits
  37528.  - HyperCard Related
  37529.  - XCMDs & XFCNs
  37530. Summary:  Apple has licensed and has ported IBM's SOMobjects technology to the Macintosh. SOMobjects is a multi-platform standard providing for system-level sharable objects in a language-neutral way. It also solves the "fragile base class" problem of object-oriented shared libraries, avoiding the need for client libraries to be recompiled when the base class they inherit from is in a different library and is changed.
  37531. To offer these benefits (multi-platform support and fragile base-class 
  37532. resolution) SOMobjects requires the use of an Interface Description Language (IDL) compiler as a first step in the development process. An MPW-hosted version of this compiler is now available.
  37533. SOMobjects runs on top of CFM, and thus is available for both 68K and native PowerPC Macintosh development. It is a foundation technology for OpenDoc.
  37534. SOMobjects
  37535.  for Mac OS version 2.0.8 contains several bug fixes over version 2.0.7.
  37536. Jan 96L
  37537. Oct 96be found."
  37538.     return
  37539. end try
  37540. 1.0.2
  37541. 1.1.6
  37542. 100basetx
  37543. 2.1.1
  37544. 2.1.2
  37545. 2.1.3
  37546. 2.1.4
  37547. 3.2.1
  37548. 8.5.1
  37549. 802.2
  37550. 802.3
  37551. 9650/350
  37552. a/roseQ
  37553. a/rose
  37554. macintosh
  37555. coprocessor
  37556. platform
  37557. ethernet
  37558. powerpQ
  37559. about
  37560. acceleration
  37561. access
  37562. acrobatZ
  37563. action
  37564. actions
  37565. active
  37566. analysis
  37567. appearanced
  37568. appearance
  37569. keyboard
  37570. function
  37571. keyse
  37572. appearance
  37573. managerd
  37574. apple\
  37575. All Packages
  37576. F    QuickTimeO
  37577. Dev.CD Jun 97 SSWP
  37578. Dev.CD Jun 97 SSV
  37579. 74456X
  37580. Jun 97
  37581. f--set theItem to choose file -- uncomment to test in an AS editor
  37582.     tell application "Finder"
  37583.         open item "Dev.CD Jun 97 SSW"
  37584.         activate
  37585.     end tell
  37586. on error errMsg number errNum
  37587.     --enter statements to perform when no records are found such as...
  37588.     display dialog "Sorry, the item you selected could not be found."
  37589.     return
  37590. end try
  37591. All Packages
  37592. F    QuickTimeO
  37593. Dev.CD Jun 97 SSWP
  37594. Dev.CD Jun 97 SSV
  37595. 74457X
  37596. Jun 97
  37597. f--set theItem to choose file -- uncomment to test in an AS editor
  37598.     tell application "Finder"
  37599.         open item "Dev.CD Jun 97 SSW"
  37600.         activate
  37601.     end tell
  37602. on error errMsg number errNum
  37603.     --enter statements to perform when no records are found such as...
  37604.     display dialog "Sorry, the item you selected could not be found."
  37605.     return
  37606. end try
  37607. All Packages
  37608. F    QuickTimeO
  37609. Dev.CD Jun 97 SSWP
  37610. Dev.CD Jun 97 SSV
  37611. 74458X
  37612. useful for tuning an application with respect to disk I/O performance. A disk I/O test program called 'BlockReader' is also included.
  37613. JBBlockReader 1.0
  37614. IOTracer 6.0
  37615. IOTracer Analyzer 1.0
  37616. SCSIMonitor 4.0K
  37617. Jun 95L
  37618. May 96M
  37619. System 7.0N
  37620. SCSI, Disk I/O, PerformanceODDev.CD May 00 TC:Tool Chest:Devices:SCSI:Disk I/O Performance Tools:PODev.CD May 00 TC
  37621.  - Tool Chest
  37622.  - Devices
  37623.  - SCSI
  37624.  - Disk I/O Performance Toolsackages
  37625. QuickDraw GXO Dev.CD Jan 96 SDK1
  37626. Dev.CD Jul 95P
  37627. Dev.CD Jan 96 SDK1
  37628. Dev.CD Jul 9V
  37629. 73065X
  37630. Jan 96
  37631. u--set theItem to choose file -- uncomment to test in an AS editor
  37632.     tell application "Finder"
  37633.         open item "Dev.CD Jan 96 SDK1
  37634. Dev.CD Jul 95"
  37635.         activate
  37636.     end tell
  37637. on error errMsg number errNum
  37638.     --enter statements to perform when no records are found such as...
  37639.     display dialog "Sorry, the item you selected could not be found."
  37640.     return
  37641. end try
  37642. All Packages
  37643. QuickDraw GXO
  37644. Dev.CD Jan 96 SDK1P
  37645. Dev.CD Jan 96 SDKV
  37646. 73066X
  37647. 73971X
  37648. Jul 00^
  37649. --set theItem to choose file -- uncomment to test in an AS editor
  37650.     tell application "Finder"
  37651.         open item "Dev.CD Jul 00 SDK1:Development Kits:Mac OS:GameSprocket SDKs:"
  37652.         activate
  37653.     end tell
  37654. on error errMsg number errNum
  37655.     --enter statements to perform when no records are found such as...
  37656.     display dialog "Sorry, the item you selected could not be found."
  37657.     return
  37658. end try
  37659. e    No ChangefDSprockets
  37660. Games
  37661. DrawSprocket
  37662. InputSprocket
  37663. NetSprocket
  37664. SoundSprocketoAftp://ftp.apple.com/developer/Development_Kits/GameSprocket_SDKs/q
  37665. Dev.CD Jul 00 SDK1
  37666. }D!All Packages
  37667. Tool Chest Edition
  37668. Gestalt Selectors List 4.3
  37669.     proper human interface.  Fully commented.
  37670. Features:  Supports Apple Events, preferences, proper human interface, MPW Pascal, THINK Pascal.
  37671. Issues:  No C version available yet.
  37672. JLPascal Sample
  37673. Read Me - Sample
  37674. Sample documents:
  37675. Source:
  37676. THINK Pascal files:K
  37677. Dec 93:Sample Code:Pascal Sample 3.0B10:V
  37678. 72946X
  37679. Deleted
  37680. setmarkers
  37681. setmfsize
  37682. setpdimc
  37683. setproject
  37684. setprojector
  37685. setsoundinput
  37686. setting
  37687. settingst
  37688. settingupstdfile
  37689. setup
  37690. setupgl
  37691. setvideomediagraphic
  37692. setwutime
  37693. severala
  37694. severe
  37695. sfgetfolder
  37696. sfhookopenalias
  37697. sgdrawable
  37698. shading
  37699. shadingwinds
  37700. shadowj
  37701. shadows
  37702. shannon
  37703. shape
  37704. shapes
  37705. sharable
  37706. sharej
  37707. sharedp
  37708. ttern has an ID of 42. Since this is not documented, it could be subjec
  37709. particularN
  37710. particularly
  37711. parties
  37712. partition
  37713. partitions
  37714. partners
  37715. partnership
  37716. partnerships
  37717. partsp
  37718. party
  37719. pascal\
  37720. pascal/handle
  37721. pasmatit
  37722. pending
  37723. pentiumj
  37724. people
  37725. perfectly
  37726. performb
  37727. performav
  37728. performanceA
  37729. performasj
  37730. performed
  37731. perils
  37732. permissionj
  37733. personZ
  37734. personal
  37735. perspective
  37736. pertaining
  37737. peter
  37738. philip
  37739. phone
  37740. photoshop
  37741. All Packages
  37742. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  37743. Dev.CD Jan 94
  37744. Dev.CD Oct 93
  37745. Dev.CD Jul 93
  37746. Dev.CD Apr 93PDDev.CD Apr 94
  37747. Dev.CD Jan 94
  37748. Dev.CD Oct 93
  37749. Dev.CD Jul 93
  37750. Dev.CD Apr 9V
  37751. 74690X
  37752. Apr 94
  37753. --set theItem to choose file -- uncomment to test in an AS editor
  37754.     tell application "Finder"
  37755.         open item "Dev.CD Apr 94
  37756. Dev.CD Jan 94
  37757. Dev.CD Oct 93
  37758. Dev.CD Jul 93
  37759. Dev.CD Apr 93"
  37760.         activate
  37761.     end tell
  37762. on error errMsg number errNum
  37763.     --enter statements to perform when no records are found such as...
  37764.     display dialog "Sorry, the item you selected could not be found."
  37765.     return
  37766. end try
  37767. All Packages
  37768. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  37769. Dev.CD Jan 94
  37770. Dev.CD Oct 93
  37771. Dev.CD Jul 93
  37772. Dev.CD Apr 93PDDev.CD Apr 94
  37773. Dev.CD Jan 94
  37774. Dev.CD Oct 93
  37775. Dev.CD Jul 93
  37776. Dev.CD Apr 9V
  37777. 74691X
  37778. Apr 94
  37779. ly using Dynamo.
  37780. J&develop Issue  1
  37781. develop Issue  1 codeK
  37782. Vol IIIL
  37783. Jun 95tNBP:  Test program to demonstrate case insensitivit
  37784. System Enabler 065 (LC 575)O
  37785. Dev.CD Apr 94
  37786. Dev.CD Jan 94P
  37787. Dev.CD Apr 94
  37788. Dev.CD Jan 9V
  37789. 73476X
  37790. Apr 94
  37791. p--set theItem to choose file -- uncomment to test in an AS editor
  37792.     tell application "Finder"
  37793.         open item "Dev.CD Apr 94
  37794. Dev.CD Jan 94"
  37795.         activate
  37796.     end tell
  37797. on error errMsg number errNum
  37798.     --enter statements to perform when no records are found such as...
  37799.     display dialog "Sorry, the item you selected could not be found."
  37800.     return
  37801. end try
  37802. All Packages
  37803. System Enabler 065 (LC 575)O
  37804. Dev.CD Apr 94
  37805. Dev.CD Jan 94P
  37806. Dev.CD Apr 94
  37807. Dev.CD Jan 9V
  37808. 73477X
  37809. Apr 94
  37810. little-known
  37811. living
  37812. locations
  37813. locator
  37814. lock/unlock
  37815. locking
  37816. loggingY
  37817. logicz
  37818. login
  37819. 2.1.2
  37820. 2.1.3
  37821. 2.1.4
  37822. toolkit
  37823. multi-player
  37824. tworkQ
  37825. network
  37826. preferences
  37827. network
  37828. setup
  37829. network
  37830. softwareQ
  37831. networking
  37832. newsi
  37833. notes
  37834. number
  37835. number
  37836. formatting
  37837. object-oriented
  37838. objectsupportlib
  37839. opaque
  37840. opaque
  37841. types
  37842. systems
  37843. transport
  37844. opentransport
  37845. optimizing
  37846. option
  37847. option
  37848. management
  37849. ordered
  37850. ordered
  37851. collection
  37852. ot/ppp
  37853. ot/ppp
  37854. transport
  37855. otfifo
  37856. otlifo
  37857. otlink
  37858. otoptionmanagment
  37859. ottcpwilldial
  37860. override
  37861. override
  37862. quickdraw
  37863. table
  37864. resource
  37865. f--set theItem to choose file -- uncomment to test in an AS editor
  37866.     tell application "Finder"
  37867.         open item "Dev.CD Jun 97 SSW"
  37868.         activate
  37869.     end tell
  37870. on error errMsg number errNum
  37871.     --enter statements to perform when no records are found such as...
  37872.     display dialog "Sorry, the item you selected could not be found."
  37873.     return
  37874. end try
  37875. lling, and by providing complete visual feedback of the scrolling operation as it occurs.
  37876. It also demonstrates:
  37877.   -The two dif
  37878. ferent types of action procedure, both for 68K and PowerPC architectures.
  37879.   -Use of the new accessor routines which are provided as the first step to being Copland-savvy.
  37880. Live Scroll has been built under:
  37881.   Metrowerks CodeWarrior 8
  37882.   Symantec C++ 8.0.1
  37883.   Symantec 7.0.4
  37884.   MPW E.T.O. #19- 'Latest MPW': Symantec C++ for MPW and MrC.
  37885. Limitations and Bugs:  This is not intended to be a definitive 'document' on how to implement live scrolling, but illustrates one approach you can take. Like mo
  37886. projects
  37887. projectx
  37888. projlistmenu
  37889. prominent
  37890. prominently
  37891. promised
  37892. promises
  37893. promotion
  37894. promotional
  37895. promotions
  37896. prompt
  37897. promptsY
  37898. proofreadersu
  37899. propagates
  37900. proper
  37901. properly
  37902. properties
  37903. property
  37904. propertylist
  37905. proportional
  37906. propositinj
  37907. proprietary
  37908. prospective
  37909. protect
  37910. protected
  37911. proto
  37912. protocol
  37913. prove
  37914. proves
  37915. provideZ
  37916. provideds
  37917. articlep
  37918. articlesj
  37919. articulate
  37920. artwork
  37921. analyzer
  37922. 1.0d6T
  37923. 1.0.1b3U
  37924. parser
  37925. 5.0.7V
  37926. adbreinitW
  37927. laserwriter
  37928. r re-mount the affected volume.  The status of the startup volume is restored after a reboot.  All other volume status
  37929.  are lost after a reboot.
  37930. Improvements for version 1.6:
  37931.  The status of volumes is now physically updated on disk. This allows the volume to be mounted/re-mounted with that state persisting. Note that only a 'software' locked volume can be unmounted/mounted and still remain 'software' locked. Making a volume 'hardwared' locked will lock it but the setting won
  37932. 't persist across an unmount/mount. This is due to the fact that when the file system mounts a volume it gets the hardware state of that volume.  Since it's not really physically locked, there is no 'hardware' locked status returned.  Note that no attempt is made to physically update a remote volume (shared, etc.) as it doesn't belong to us. Changes to remote volumes will remain local.
  37933.  Fixed a gray shading problem in the volume popup on 1-bit deep monitors.  The popup would sometimes app
  37934. --set theItem to choose file -- uncomment to test in an AS editor
  37935.     tell application "Finder"
  37936.         open item "Dev.CD Apr 94
  37937. Dev.CD Jan 94
  37938. Dev.CD Oct 93
  37939. Dev.CD Aug 93"
  37940.         activate
  37941.     end tell
  37942. on error errMsg number errNum
  37943.     --enter statements to perform when no records are found such as...
  37944.     display dialog "Sorry, the item you selected could not be found."
  37945.     return
  37946. end try
  37947. nubustester
  37948. nubustester
  37949. library
  37950. source
  37951. detect
  37952. early
  37953. macintosh
  37954. number
  37955. object-based
  37956. object-bases
  37957. object-orientedb
  37958. objective-c
  37959. objectsj
  37960. objectsupportlib
  37961. obscure
  37962. obsolete
  37963. xP=Dev.CD May 00 TC
  37964.  - Tool Chest
  37965.  - Localization
  37966.  - FMAT Editorntax trees. 
  37967. While PCCTS is a free tool set, it is actively supported by Terence Parr of Parr Research Corporation. Contact parrt@acm.org for information or join us in the comp.compilers.tools.pccts USENET newsgroup. Our ftp site is everest.ee.umn.edu in pub/pccts.
  37968. Issues:  PCCTS is completely in the public domain.  Please see the ANTLR README and RIGHTS files for details.
  37969. Jqantlr:
  37970. Documentation:
  37971. install.mpw
  37972. INSTRUCTIONS
  37973. lang:
  37974. non-MPW:
  37975. README
  37976. RIGHTS
  37977. support:
  37978. testcpp:
  37979. prebuilt:K
  37980. Nov 94L
  37981. May 95MnWorks with MPW out of the box; it also works with Symantec C and Metrowerks.  See config.h in the h directory.N?ANTLR, PCCTS, parser generator, BNF, EBNF, YACC, compiler toolsOJDev.CD Nov 99 TC:Tool Chest:Development Kits:
  37982.  Other Platforms:PCCTS 1.31:PUDev.CD Nov 99 TC
  37983.  - Tool Chest
  37984.  - Development Kits
  37985.  Other Platforms
  37986.  - PCCTS 1.31
  37987. e--set theItem to choose file -- uncomment to test in an AS editor
  37988.     tell application "Finder"
  37989.         open item "Dev.CD Aug 96 TC"
  37990.         activate
  37991.     end tell
  37992. on error errMsg number errNum
  37993.     --enter statements to perform when no records are found such as...
  37994.     display dialog "Sorry, the item you selected could not be found."
  37995.     return
  37996. end try
  37997. Wem you selected could not be found."
  37998.     return
  37999. end try
  38000. All Packages
  38001. F    QuickTimeO
  38002. Dev.CD Jan 94
  38003. Dev.CD Oct 93V
  38004. 70688X
  38005. 73884X
  38006. May 00^
  38007. --set theItem to choose file -- uncomment to test in an AS editor
  38008.     tell application "Finder"
  38009.         open item "Dev.CD May 00 TC:Tool Chest:Testing & Debugging:Memory Management:"
  38010.         activate
  38011.     end tell
  38012. on error errMsg number errNum
  38013.     --enter statements to perform when no records are found such as...
  38014.     display dialog "Sorry, the item you selected could not be found."
  38015.     return
  38016. end try
  38017. e    No Changef+Memory Manager
  38018. Power Macintosh
  38019. heaps
  38020. memoryq
  38021. Dev.CD May 00 TC
  38022. &D!All Packages
  38023. Mac OS SDK Edition
  38024. Debugging Sound ManagerI
  38025. A debug build of Sound Manager 3.2.1 that may be useful for tracking down sound related problems.
  38026. Features: A debug build of Sound Manager 3.2.1.J.Debug Sound Manager
  38027. Readme Debug Sound ManagerK
  38028. Jan 98N
  38029. Debug Sound Manager 3.2.1ObDev.CD Apr 98 SDK2:Development Kits (Disc 2):Sound Manager:For Developers:Debugging Sound Manager:nge
  38030. memory
  38031. 74534X
  38032. May 00^
  38033. r--set theItem to choose file -- uncomment to test in an AS editor
  38034.     tell application "Finder"
  38035.         open item "Dev.CD May 00 TC:Sample Code:"
  38036.         activate
  38037.     end tell
  38038. on error errMsg number errNum
  38039.     --enter statements to perform when no records are found such as...
  38040.     display dialog "Sorry, the item you selected could not be found."
  38041.     return
  38042. end try
  38043. e    No Changeq
  38044. Dev.CD May 00 TC
  38045. D!All Packages
  38046. Tool Chest Edition
  38047. SNMP Development
  38048. Summary:  Contains documentation, header files and test utilities to enable developers to write SNMP agents.  Support for the SNMP network management protocol.  How to write an SNMP management agent for your application or service. Not just for networking but for all applications.
  38049. Issues:  Redistribution license required from Apple if you want to ship the MacSNMP. No license required to ship SNMP agents by themselves
  38050. 1e    No Change
  38051. naire regarding your company and the products develop
  38052. IMPORTANT INFORMATION ABOUT THIS SDK
  38053. This package has been removed from the Developer CD. For the latest information on QuickTime development and products, please see the QuickTime web site at
  38054. http://www.apple.com/quicktime/.
  38055. Summary:  QuickDraw GX, the new imaging architecture for Macintosh, provides advanced, system-level functionality for graphics, type and typography, printing, and color management. By building on the capabilities of QuickDraw GX, you
  38056. ll be able to add powerful, diff
  38057. erentiating new features to your products faster than ever before.
  38058. This package contains QuickDraw GX v1.1.3 installer, new interfaces and libraries, as well as new and revised sample code.
  38059.  QuickDraw GX v1.1 can only be installed onto a System running 7.5.x.  Please read the instructions in "QuickDraw
  38060.  GX - Read Me First".
  38061.  There was an new set of GX interfaces and libraries in the SDK#4.  The GX interfaces (which are part of the Universal Interfaces, version 2.1) have been renamed, 
  38062. x--set theItem to choose file -- uncomment to test in an AS editor
  38063.     tell application "Finder"
  38064.         open item "Dev.CD Aug 96 TC
  38065. Dev.CD Jan 96 SDK1"
  38066.         activate
  38067.     end tell
  38068. on error errMsg number errNum
  38069.     --enter statements to perform when no records are found such as...
  38070.     display dialog "Sorry, the item you selected could not be found."
  38071.     return
  38072. end try
  38073.  is in the same folder as the Acrobat Reader).  When using  Acrobat Reader, selecting the Help > Reader Onli
  38074. ne Guide menu will open READER.PDF automatically. (Note: the Help menu is the second menu from the right and is indicated by a Question mark icon.)
  38075. Adobe encourages you to register as an Acrobat Reader user; letting us know who you are helps us continue to provide you with better products, better service, and the most up-to-date information on Adobe Acrobat. If you have not already registered, please do so at:
  38076.     http://www.adobe.com/acrobat/register.html
  38077. To view the latest information
  38078. DumpNetworkSetup dumps the entire contents of the Network Setup database to a text file.  The purpose of this sample is twofold.  Firstly, it shows a simple use of the Network Setup API.  Secondly, it is a useful tool for debugging other Network Setup code because it allows you to see the affect your code had on the database.  I used DumpNetworkSetup extensively while developing the MoreNetworkSetup sample.
  38079. Sample Code.imgK
  38080. Sep 99M
  38081. Network Setup, Mac OS 8.5N"Network Setup, network preferencesO
  38082. Dev.CD May 00 TC:Sample Code:P
  38083. Dev.CD May 00 TC
  38084.  - Sample Codedsamp
  38085. documented
  38086. documentproc
  38087. documentsN
  38088. docviewer
  38089. doesn'tj
  38090. doesn't
  38091. documents
  38092. properly
  38093. doesnt
  38094. ;J4Install OpenGL
  38095. Installer
  38096. OpenGL Parts
  38097. OpenGL Read MeK
  38098. Jul 99L
  38099. Jan 00M
  38100.  A PowerPC
  38101.  based computer with a minimum of 32 megabytes of memory (RAM)
  38102.  Mac OS System 8.1 or later
  38103.  QuickDraw3D 1.6 or laterN
  38104. OpenGL, 3D, graphics
  38105. O2Dev.CD Jul 00 SDK1:Development Kits:Mac OS:OpenGL:P:Dev.CD Jul 00 SDK1
  38106.  - Development Kits
  38107.  - Mac OS
  38108.  - OpenGLV
  38109. 74162X
  38110. Jul 00^
  38111. --set theItem to choose file -- uncomment to test in an AS editor
  38112.     tell application "Finder"
  38113.         open item "Dev.CD Jul 00 SDK1:Development Kits:Mac OS:OpenGL:"
  38114.         activate
  38115.     end tell
  38116. on error errMsg number errNum
  38117.     --enter statements to perform when no records are found such as...
  38118.     display dialog "Sorry, the item you selected could not be found."
  38119.     return
  38120. end try
  38121. e    No Changef
  38122. OpenGL
  38123. graphics
  38124. o%ftp://ftp.apple.com/developer/opengl/q
  38125. Dev.CD Jul 00 SDK1
  38126. <D!All Packages
  38127. Tool Chest Edition
  38128. Optimization TN Demos
  38129.     t.imgK
  38130. Apr 95L
  38131. Jan 96M
  38132. Any Power Macintosh. Someone wanted such a picture, s
  38133. --set theItem to choose file -- uncomment to test in an AS editor
  38134.     tell application "Finder"
  38135.         open item "Dev.CD May 00 TC:Language Kits:Chinese Language Kits 2.0:"
  38136.         activate
  38137.     end tell
  38138. on error errMsg number errNum
  38139.     --enter statements to perform when no records are found such as...
  38140.     display dialog "Sorry, the item you selected could not be found."
  38141.     return
  38142. end try
  38143. bout System 7.5.5 UpdateK
  38144. Nov 96O5Dev.CD Nov 99 TC:System Software:System 7.5.5 Update:P:Dev.CD Nov 99 TC
  38145.  - System Software
  38146.  - System 7.5.5 Update file -- uncomment to test in an AS editor
  38147.     tell application "Finder"
  38148.         open item "Dev.CD May 00 TC:Sample Code:"
  38149.         activate
  38150.     end tell
  38151. on error errMsg number errNum
  38152.     --enter statements to perform when no records are found such as...
  38153.     display dialog "Sorry, the item you selected could not be found."
  38154.     return
  38155. end try
  38156. e    No Changef9live scrolling
  38157. control
  38158. proportional scroll bar
  38159. appearancell bar
  38160. appearance
  38161. typically
  38162. typing
  38163. typist
  38164. typographic
  38165. typography
  38166. ucgetcharproperty
  38167. udpsample
  38168. library
  38169. ukrainian
  38170. ukranian
  38171. ultimate
  38172. ultimately
  38173. un/mount
  38174. unable
  38175. unaffected
  38176. unbeknownst
  38177. unbound
  38178. unclear
  38179. uncompiled
  38180. laserwriter
  38181. laserwriter
  38182. driver
  38183. printer
  38184. 8.5.1@
  38185. laserwriter
  38186. bridge@
  38187. launch@
  38188. macapp@
  38189. memory@
  38190. multi-processing@
  38191. notes@
  38192. ot/ppp@
  38193. overview@
  38194. plaintalk@
  38195. power@
  38196. profiler@
  38197. quicktime@
  38198. redbook
  38199. audio@
  38200. return@
  38201. rgbforecolor@
  38202. screen@
  38203. mode@
  38204. search@
  38205. selected@
  38206. serial
  38207. ports@
  38208. soundsprocket@
  38209. system@
  38210. system
  38211. text@
  38212. tree@
  38213. unix@
  38214. view@
  38215. workgroup
  38216. server@
  38217.  than 50 powerful new features, Mac OS 9 offers a full suite of capabilities for new and advanced users. Technologies  include  Sherlock 2, AppleScript, QuickTime, ColorSync, DVD, Digital Video, USB, FireWire, Open GL, Game Sprockets and more.
  38218. Localized releases of Mac OS 9 may be found on the October, November, and December 1999 System Software Editions in the following languages: Chinese (Simges: Chinese (Sim
  38219. 71592X
  38220. \P[Dev.CD May 00 TC
  38221.  - Tool Chest
  38222.  - Hardware
  38223.  - Display & Video Hardware
  38224.  - Backlight ControlV
  38225. 73811X
  38226. May 00^
  38227. --set theItem to choose file -- uncomment to test in an AS editor
  38228.     tell application "Finder"
  38229.         open item "Dev.CD May 00 TC:Tool Chest:Hardware:Display & Video Hardware:Backlight Control:"
  38230.         activate
  38231.     end tell
  38232. on error errMsg number errNum
  38233.     --enter statements to perform when no records are found such as...
  38234.     display dialog "Sorry, the item you selected could not be found."
  38235.     return
  38236. end try
  38237. e    No Changeq
  38238. Dev.CD May 00 TC
  38239. ]D!All Packages
  38240. Tool Chest Edition
  38241. Balloony
  38242.     tell application "Finder"
  38243.         open item "Dev.CD Apr 94"
  38244.         activate
  38245.     end tell
  38246. on error errMsg number errNum
  38247.     --enter statements to perform when no records are found such as...
  38248.     display dialog "Sorry, the item you selected could not be found."
  38249.     return
  38250. end try
  38251. All Packages
  38252. System Enabler 088 (AVs)V
  38253. 73495X
  38254. --set theItem to choose file -- uncomment to test in an AS editor
  38255.     tell application "Finder"
  38256.         open item "Dev.CD Apr 94
  38257. Dev.CD Jan 94
  38258. Dev.CD Oct 93
  38259. Dev.CD July 92
  38260. Dev.CD June 92
  38261. Dev.CD May 92"
  38262.         activate
  38263.     end tell
  38264. on error errMsg number errNum
  38265.     --enter statements to perform when no records are found such as...
  38266.     display dialog "Sorry, the item you selected could not be found."
  38267.     return
  38268. end try
  38269. severala
  38270. severe
  38271. sfgetfolder
  38272. sfhookopenalias
  38273. sgdrawable
  38274. shading
  38275. shadingwinds
  38276. shadowj
  38277. shadows
  38278. shannon
  38279. shape
  38280. shapes
  38281. sharable
  38282. sharej
  38283. sharedp
  38284. hood Watch is a MultiFinder friendly application which allows people 
  38285. actively
  38286. activities
  38287. activity`
  38288. actualf
  38289.     tell application "Finder"
  38290.         open item "Dev.CD May 00 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:CallHyper 1.0:"
  38291.         activate
  38292.     end tell
  38293. on error errMsg number errNum
  38294.     --enter statements to perform when no records are found such as...
  38295.     display dialog "Sorry, the item you selected could not be found."
  38296.     return
  38297. end try
  38298. e    No Changeq
  38299. Dev.CD May 00 TC
  38300. mD.All Packages
  38301. Mac OS SDK Edition
  38302. New & RevisedF
  38303. CarbonLib 1.0.4 SDKI|Carbon 1.0.4 SDK provides all the files needed to begin Carbon development. CarbonLib 1.0.4 supports Mac OS 8.1 and greater.J
  38304. CarbonLib_1.0.4_SDK.smiK
  38305. Apr 00L
  38306. Jul 00M
  38307. Mac OS 8.1 and greater
  38308. Carbon, CarbonLibOEDev.CD Jul OO SDK Disk 1:Development Kits:Mac OS:CarbonLib 1.0.4 SDK:PMDev.CD Jul OO SDK Disk 1
  38309.  - Development Kits
  38310.  - Mac OS
  38311.  - CarbonLib 1.0.4 SDKV
  38312. 72591X
  38313. Jul OO^
  38314. SDK Disk 1b
  38315. Revised
  38316. #ple.com/sdk
  38317. Large collection of tools, scripts, libraries, and examples for automating user level testing.  These are most of the tools used by Apple itself to perform integration, compatibility, and user-perceived performance testing.  All tools are compatible with MacOS' from 7.0 through 8.0.
  38318. This is the first major release of these tools for outside users in several years. Everything is updated, and there are many new tools never before released, such as the Clouseau VU scripts, and several host a
  38319. nd target configuration installers.
  38320. Includes: Virtual User (FAT application, Sys 8.0 compatible);  many extension tools to Virtual User such as Ivy (image verification), FileTool and Memory Monitor;  SPEC S&L and  Clouseau Virtual User scripts;  full packages for host and target installations, including AppleScript based installers.
  38321. Host machines:  Mac IIfx or later, 16 MB memory or greater. System 7.0 or later (System 7.5 or later preferred).
  38322. Target machines:  Mac SE or later, 4 MB mem
  38323. Summary:  OpenDoc is an open industry standard architecture for building reusable, distributed, cross-platform software.  
  38324. OpenDoc is both a specification and a set of technologies used to build components.  Developers who build their applications consistent with the OpenDoc architecture can provide software that integrates and cooperates with other OpenDoc software.
  38325. With OpenDoc, software developers can provides specialized solutions to meet each customer's specific need.  OpenDoc enablB
  38326. es our software developers to build more powerful, higher-quality software in less time than it took to develop traditional monolithic applications.
  38327. Contains OpenDoc
  38328.  1.1, documentation, and development essentials.
  38329. Cyberdog 1.1:
  38330. Developer Documentation:
  38331. Installing OpenDoc
  38332. Introduction to Component SW:
  38333. Licensing:
  38334. OpenDoc Development:
  38335. OpenDoc Development Framework
  38336. OpenDoc DR6 ReadMe
  38337. OpenDoc
  38338.  Source CodeK
  38339. Apr 96L
  38340. Jan 97O5Dev.CD Jan 97 SDK2:Development Kits (Disc 2):OpenDoc:rfaces
  38341. program
  38342. shows
  38343. construct
  38344. simple
  38345. animation
  38346. program
  38347. shows
  38348. control
  38349. quicktime
  38350. movie
  38351. Time development and products, please see the QuickTime web site at
  38352. http://www.apple.com/quicktime/.
  38353. Summary:  QuickDraw GX, the new imaging architecture for Macintosh, provides advanced, system-level functionality for graphics, type and typography, printing, and color management. By building on the capabilities of QuickDraw GX, you
  38354. ll be able to add powerful, diff
  38355. erentiating new features to your products faster than ever before.
  38356. This package contains QuickDraw GX v1.1.3 installer, new interfaces and libraries, as well as new and revised sample code.
  38357.  QuickDraw GX v1.1 can only be installed onto a System running 7.5.x.  Please read the instructions in "QuickDraw
  38358.  GX - Read Me First".
  38359.  There was an new set of GX interfaces and libraries in the SDK#4.  The GX interfaces (which are part of the Universal Interfaces, version 2.1) have been renamed, 
  38360. Aug 96
  38361. e--set theItem to choose file -- uncomment to test in an AS editor
  38362.     tell application "Finder"
  38363.         open item "Dev.CD Aug 96 TC"
  38364.         activate
  38365.     end tell
  38366. on error errMsg number errNum
  38367.     --enter statements to perform when no records are found such as...
  38368.     display dialog "Sorry, the item you selected could not be found."
  38369.     return
  38370. end try
  38371. All Packages
  38372. QuickDraw GXO
  38373. Dev.CD Aug 96 TCP
  38374. Dev.CD Aug 96 TV
  38375. 74361X
  38376. Aug 96
  38377. e--set theItem to choose file -- uncomment to test in an AS editor
  38378.     tell application "Finder"
  38379.         open item "Dev.CD Aug 96 TC"
  38380.         activate
  38381.     end tell
  38382. on error errMsg number errNum
  38383.     --enter statements to perform when no records are found such as...
  38384.     display dialog "Sorry, the item you selected could not be found."
  38385.     return
  38386. end try
  38387. All Packages
  38388. QuickDraw GXO
  38389. Dev.CD Aug 96 TCP
  38390. Dev.CD Aug 96 TV
  38391. 74362X
  38392. Aug 96
  38393. chesley
  38394. chinese
  38395. choices
  38396. choosex
  38397. r--set theItem to choose file -- uncomment to test in an AS editor
  38398.     tell application "Finder"
  38399.         open item "Dev.CD May 00 TC:Sample Code:"
  38400.         activate
  38401.     end tell
  38402. on error errMsg number errNum
  38403.     --enter statements to perform when no records are found such as...
  38404.     display dialog "Sorry, the item you selected could not be found."
  38405.     return
  38406. end try
  38407. e    No Changef@Open Transport
  38408. serial port
  38409. registry
  38410. OTGetUserPortNameFromPortRefq
  38411. Dev.CD May 00 TC
  38412. ED!All Packages
  38413. Tool Chest Edition
  38414. F    OTLLCTest
  38415. zIt's a simple code sample which demonstrates how to draw controls with a particular background color.  Controls get their background color from the window color table; this sample shows how to temporarily alter an entry in that color table so that the control draws with a particular background color but no other drawing is affected.
  38416. Don't have the Appearance Manager running.
  38417. Sample Code.imgK
  38418. Aug 97N$color, controls, draw, window, tableaw, window, table
  38419.  sample rate, sample size, number of channels and format/compression type.
  38420. SoundLevel:  A simple application that meters the sound input level on the microphone using  a display much like a VCR peak-hold bar meter.
  38421. Speech Recognition sample: This sample, which uses Speech Recognition Manager, provides a flexible framework for basing other applications on this code.
  38422. SquareWave:  These snippets show how to use waveTableSynth and squareWaveSynth.
  38423. 'vox ' recording:  This application uses QI
  38424. uad buffering for both recording and playback.  The recording is done with vox recording on, so it only records sound which is at least of a certain level.
  38425. WaveTable Sounds:  These snippets show how to use waveTableSynth and squareWaveSynth.
  38426. Sample Code.imgL
  38427. Nov 96O
  38428. Dev.CD May 00 TC:Sample Code:P
  38429. Dev.CD May 00 TC
  38430.  - Sample Code
  38431. use-nvramrc
  38432. IpSummary: This sample code illustrates the way to determine the processor type of the Macintosh you're running onJ
  38433. Sample Code.imgK
  38434. Apr 97O
  38435. Dev.CD May 00 TC:Sample Code:P
  38436. Dev.CD May 00 TC
  38437.  - Sample CodeV
  38438. 73872X
  38439. May 00^
  38440. r--set theItem to choose file -- uncomment to test in an AS editor
  38441.     tell application "Finder"
  38442.         open item "Dev.CD May 00 TC:Sample Code:"
  38443.         activate
  38444.     end tell
  38445. on error errMsg number errNum
  38446.     --enter statements to perform when no records are found such as...
  38447.     display dialog "Sorry, the item you selected could not be found."
  38448.     return
  38449. end try
  38450. Movedq
  38451. Dev.CD May 00 TC
  38452. CreateMovie
  38453. 6This demo program shows how to select create a movie from the results of using Java drawing capabilites and a sound file. It roughly translates the sample code in the QuickTime SDK - the Inside Macintosh:QuickTime examples of Chapter 2 (listings 2-5 through 2-12, starting at page 2-47 of the unbound edition).
  38454. dition).
  38455. Feb 00
  38456. r--set theItem to choose file -- uncomment to test in an AS editor
  38457.     tell application "Finder"
  38458.         open item "Dev.CD May 00 TC:Sample Code:"
  38459.         activate
  38460.     end tell
  38461. on error errMsg number errNum
  38462.     --enter statements to perform when no records are found such as...
  38463.     display dialog "Sorry, the item you selected could not be found."
  38464.     return
  38465. end try
  38466. slotlook
  38467. slots
  38468. snapshot
  38469. snapshot
  38470. sample
  38471. snapshotsample
  38472. snapshotsample
  38473. snarfer
  38474. agent
  38475. specific
  38476. files
  38477. benign
  38478. berdahl
  38479. berkeley
  38480. berkowitz
  38481. apple
  38482. hypercard
  38483. stacks
  38484. summary
  38485. lockvol
  38486. control
  38487. panel
  38488. device
  38489. summary
  38490. error
  38491. tones
  38492. application
  38493. explains
  38494. summary
  38495. runtime
  38496. apple's
  38497. implementatio
  38498. summary
  38499. macbinary
  38500. standard
  38501. summary
  38502. maccalendar
  38503. control
  38504. strip
  38505. module
  38506. displays
  38507. summary
  38508. macintosh
  38509. application
  38510. environment
  38511. virtual
  38512. paign is to 
  38513. build a stronger, more financially secure Mac community that will continue to thrive for many years.
  38514. Some of the planned activities to support this campaign include:
  38515.  Retail End Caps, POP, ROP and Pre-Print Exposure 
  38516.  In-Store Merchandising Programs and Promotion
  38517.  Wholesale Distribution Programs
  38518.  Magazine Advertising Campaigns
  38519.  Mail-Order Catalog Programs and Promotions
  38520.  Apple Online Store Programs and Promotions 
  38521. To be considered for inclusion in these exciting, high-v
  38522. All Packages
  38523. System Enabler 088 (AVs)O
  38524. Dev.CD Apr 94
  38525. Dev.CD Jan 94P
  38526. Dev.CD Apr 94
  38527. Dev.CD Jan 9V
  38528. 74746X
  38529. Apr 94
  38530. p--set theItem to choose file -- uncomment to test in an AS editor
  38531.     tell application "Finder"
  38532.         open item "Dev.CD Apr 94
  38533. Dev.CD Jan 94"
  38534.         activate
  38535.     end tell
  38536. on error errMsg number errNum
  38537.     --enter statements to perform when no records are found such as...
  38538.     display dialog "Sorry, the item you selected could not be found."
  38539.     return
  38540. end try
  38541. All Packages
  38542. System Enabler 088 (AVs)O
  38543. Dev.CD Apr 94
  38544. Dev.CD Jan 94P
  38545. Dev.CD Apr 94
  38546. Dev.CD Jan 9V
  38547. 74747X
  38548. Apr 94
  38549. p--set theItem to choose file -- uncomment to test in an AS editor
  38550.     tell application "Finder"
  38551.         open item "Dev.CD Apr 94
  38552. Dev.CD Jan 94"
  38553.         activate
  38554.     end tell
  38555. on error errMsg number errNum
  38556.     --enter statements to perform when no records are found such as...
  38557.     display dialog "Sorry, the item you selected could not be found."
  38558.     return
  38559. end try
  38560. Summary:  StandardFileIcons is a control panel which allows you to modify the behavior of PACK 3, the Standard File package.  Starting with System Update 3.0, PACK 3 uses icons taken from the Desktop file when displaying files in its lists.  This can be slow, especially on a slow connection such as Apple Remote Access and a modem.  This control panel lets you disable this feature and return to the previous behavior of PACK 3.
  38561.   Source code in C which compiles for MPW, Symantec 7.0.3 and MB
  38562. etrowerks DR/4 is included.
  38563.   Version 1.2 corrects a bug involving calling DisposeHandle on a resource.  I now call ReleaseResource, which is the correct call.
  38564. Sample Code.imgK
  38565. Oct 94L
  38566. Nov 94M}Requires System 7.0.  Won't do anything harmful with previous systems.  Won't do anything useful unless System 7.5 or later.
  38567. NCCDEV control panel INIT MPW Symantec Metrowerks StandardFile PACK 3O
  38568. Dev.CD May 00 TC:Sample Code:P
  38569. Dev.CD May 00 TC
  38570.  - Sample CodeE
  38571. opentransport
  38572. standard
  38573. library
  38574. cacheA
  38575. cache
  38576. ratesA
  38577. cacheline
  38578. cad/cam
  38579. calibrator
  38580. camera
  38581. capabilities
  38582. capture
  38583. carbon
  38584. carbon
  38585. printing
  38586. carbon
  38587. printing
  38588. manager
  38589. carbonlib
  38590. carbonlib
  38591. 1.0.2
  38592. socket
  38593. services
  38594. cardbus
  38595. categories
  38596. audio
  38597. audio
  38598. toolkit
  38599. cd-rom
  38600. control
  38601. panel
  38602. symantec
  38603. metrowerks
  38604. standardfile
  38605. fbinaryheap
  38606. cfbinaryheap
  38607. cfbitvector
  38608. cfbitvector
  38609. cfbundle
  38610. cfbundle
  38611. cfcharacterset
  38612. cfcharacterset
  38613. cfcomparatorfunction
  38614. cfcomparisonresult
  38615. cfdata
  38616. cfdata
  38617. cfdictionary
  38618. cfdictionary
  38619. cfequal
  38620. cfhash
  38621. cfhashcode
  38622. cfindex
  38623. cfm-68k
  38624. cfoptionflags
  38625. cfpropertylist
  38626. color
  38627. depth
  38628. color
  38629. cursor
  38630. 74135X
  38631. Aug 99^
  38632. --set theItem to choose file -- uncomment to test in an AS editor
  38633.     tell application "Finder"
  38634.         open item "Dev.CD Aug 99 TC:What's New?:Development Kits:Mac OS:Navigation Services SDK:"
  38635.         activate
  38636.     end tell
  38637. on error errMsg number errNum
  38638.     --enter statements to perform when no records are found such as...
  38639.     display dialog "Sorry, the item you selected could not be found."
  38640.     return
  38641. end try
  38642. e    No Changef0open
  38643. choose
  38644. folder
  38645. navigation servicesq
  38646. Dev.CD Aug 99 TC
  38647. !D!All Packages
  38648. Tool Chest Edition
  38649. NetSprocketTestI7This sample shows a bsic implementation of NetSprocket.J
  38650. Sample Code.imgK
  38651. Feb 00MZSystem 8.1+, PowerPC, NetSprocket, and either Universal Interfaces 3.3 or NetSprocket SDK
  38652. NDNetSprocket, NSp, networking, multi-player, LAN, internet, AppleTalkO
  38653. Dev.CD May 00 TC:Sample Code:P
  38654. Dev.CD May 00 TC
  38655.  - Sample CodeV
  38656. 74136X
  38657. May 00^
  38658. #end try
  38659. All Packages
  38660. F    QuickTimeV
  38661. 71953X
  38662. --set theItem to choose file -- uncomment to test in an AS editor
  38663.     tell application "Finder"
  38664.         open item "Dev.CD Mar OO RLDisk 1:Interactive Media Resources:WebObjects Tools and Techniques:"
  38665.         activate
  38666.     end tell
  38667. on error errMsg number errNum
  38668.     --enter statements to perform when no records are found such as...
  38669.     display dialog "Sorry, the item you selected could not be found."
  38670.     return
  38671. end try
  38672. return
  38673. return
  38674. investment
  38675. reverb
  38676. tasksb
  38677. tcp/ip
  38678. tcp/ip
  38679. administration
  38680. macintosh
  38681. v2.0.4
  38682. tcp/ip
  38683. connection
  38684. macintosh
  38685. v2.0.4
  38686. tcp/ip/lpr
  38687. tcpclose
  38688. tcpreceive
  38689. tcpsend
  38690. teamf
  38691. tear-off
  38692. techj
  38693. technicalS
  38694. technical
  38695. overview
  38696. technicallyo
  38697. technique
  38698. techniques
  38699. technogeek
  38700. technologicalj
  38701. technologiesp
  38702. temporary
  38703. iconposition
  38704. icons
  38705. iconutilcheck
  38706. ictbsample
  38707. ideaN
  38708. ideal
  38709. ideally
  38710. identified
  38711. identifiers
  38712. identify
  38713. identity
  38714. ignoring
  38715. wanted
  38716. wanting
  38717. wants
  38718. All Packages
  38719. F)System Enabler 131 (PB 160/165c/180/180c)O)Dev.CD Apr 94
  38720. Dev.CD Jan 94
  38721. Dev.CD Oct 93P(Dev.CD Apr 94
  38722. Dev.CD Jan 94
  38723. Dev.CD Oct 9V
  38724. 74791X
  38725. Apr 94
  38726. ~--set theItem to choose file -- uncomment to test in an AS editor
  38727.     tell application "Finder"
  38728.         open item "Dev.CD Apr 94
  38729. Dev.CD Jan 94
  38730. Dev.CD Oct 93"
  38731.         activate
  38732.     end tell
  38733. on error errMsg number errNum
  38734.     --enter statements to perform when no records are found such as...
  38735.     display dialog "Sorry, the item you selected could not be found."
  38736.     return
  38737. end try
  38738. All Packages
  38739. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  38740. Dev.CD Jan 94
  38741. Dev.CD Oct 93
  38742. Dev.CD Jul 93P6Dev.CD Apr 94
  38743. Dev.CD Jan 94
  38744. Dev.CD Oct 93
  38745. Dev.CD Jul 9V
  38746. 74792X
  38747. Apr 94
  38748. Sample Code.imgK
  38749. Jun 98M
  38750. Open Transport 1.1.1 or higherN.Open Transport, ARP, cache, add, delete, queryO
  38751. Dev.CD May 00 TC:Sample Code:P
  38752. Dev.CD May 00 TC
  38753.  - Sample CodeV
  38754. 73799X
  38755. May 00^
  38756. r--set theItem to choose file -- uncomment to test in an AS editor
  38757.     tell application "Finder"
  38758.         open item "Dev.CD May 00 TC:Sample Code:"
  38759.         activate
  38760.     end tell
  38761. on error errMsg number errNum
  38762.     --enter statements to perform when no records are found such as...
  38763.     display dialog "Sorry, the item you selected could not be found."
  38764.     return
  38765. end try
  38766. e    No Changef)Open Transport
  38767. cache
  38768. delete
  38769. queryq
  38770. Dev.CD May 00 TC
  38771. QD!All Packages
  38772. Tool Chest Edition
  38773. Asia Market GuideI
  38774. Summary:  This guide provides information about markets, distribution, and localization for the Asian region, as well as providing a directory of additional information sources.J9Asia Market Guide 7/4 (US).dp
  38775. Asian Dist Addr (US) 7/4.dpK
  38776. Sep 95nge
  38777. Summary:  Macintosh Application Environment
  38778.  (MAE)
  38779. the virtual Macintosh for open systems
  38780. is an innovative software product for users of RISC-based UNIX workstations. A complete Macintosh environment in an X Window, MAE brings the functionality and ease-of-use of the Macintosh computer to Sun Microsystems SPARCstations running the SunSoft Solaris operating system, as well as Hewlett-Packard 9000 Series 700 workstations running HP-UX. 
  38781. This folder contains product information about MAE, asB
  38782.  well as information about the MAE ISV Partnership Program, to help Macintosh developers to penetrate the UNIX market with Macintosh applications.
  38783. J%MAE 2.0 DataSheet
  38784. MAE 2.0 White PaperK
  38785. May 94L
  38786. Jun 95M
  38787. Adobe Acrobat Reader.NCUNIX, A/UX, Open Systems, Sun, HP, workstation, MAE, Solaris, HP-UXObDev.CD Jun 95 RL:Technical Documentation:Tools Demos & Tech Overviews:Mac Application Environment:lue code.  For development, we provide the DragLib library that you use to link with your appl
  38788. 74063X
  38789. Jun 95^
  38790. --set theItem to choose file -- uncomment to test in an AS editor
  38791.     tell application "Finder"
  38792.         open item "Dev.CD Jun 95 RL:Technical Documentation:Tools Demos & Tech Overviews:Mac Application Environment:"
  38793.         activate
  38794.     end tell
  38795. on error errMsg number errNum
  38796.     --enter statements to perform when no records are found such as...
  38797.     display dialog "Sorry, the item you selected could not be found."
  38798.     return
  38799. end try
  38800. Deletedf;UNIX
  38801. Open Systems
  38802. workstation
  38803. Solaris
  38804. HP-UXq
  38805. Dev.CD Jun 95 RL
  38806. D!All Packages
  38807. Tool Chest Edition
  38808. Mac Graphics Primer 2
  38809.     for JapanK
  38810. Aug 92M
  38811. Adobe Acrobat ReaderO&Dev.CD May 98 TC:Programs & Marketing:P(Dev.CD May 98 TC
  38812.  - Programs & MarketingV
  38813. 72822X
  38814. May 98^
  38815. #ntime ArchitectureO@Dev.CD Dec 99 RL:Technical Documentation:More SSW Documentation:PEDev.CD Dec 99 RL
  38816.  - Technical Documentation
  38817.  - More SSW DocumentationV
  38818. 71593X
  38819. Dec 99^
  38820. # 95L
  38821. Jan 98N"LaserWriter 8 driver printer 8.5.1
  38822. ~--set theItem to choose file -- uncomment to test in an AS editor
  38823.     tell application "Finder"
  38824.         open item "Dev.CD Apr 94
  38825. Dev.CD Jan 94
  38826. Dev.CD Oct 93"
  38827.         activate
  38828.     end tell
  38829. on error errMsg number errNum
  38830.     --enter statements to perform when no records are found such as...
  38831.     display dialog "Sorry, the item you selected could not be found."
  38832.     return
  38833. end try
  38834. soundapp
  38835. soundconvert
  38836. soundinputsample
  38837. soundlevel
  38838. soundmanager
  38839. sounds
  38840. soundsprocket
  38841. soundunit
  38842. sourcec
  38843. source-code
  38844. source-level
  38845. sourcebug
  38846. runtime
  38847. architecture
  38848. All Packages
  38849. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  38850. Dev.CD Jan 94
  38851. Dev.CD Oct 93
  38852. Dev.CD Jul 93P6Dev.CD Apr 94
  38853. Dev.CD Jan 94
  38854. Dev.CD Oct 93
  38855. Dev.CD Jul 9V
  38856. 74799X
  38857. Apr 94
  38858. --set theItem to choose file -- uncomment to test in an AS editor
  38859.     tell application "Finder"
  38860.         open item "Dev.CD Apr 94
  38861. Dev.CD Jan 94
  38862. Dev.CD Oct 93
  38863. Dev.CD Jul 93"
  38864.         activate
  38865.     end tell
  38866. on error errMsg number errNum
  38867.     --enter statements to perform when no records are found such as...
  38868.     display dialog "Sorry, the item you selected could not be found."
  38869.     return
  38870. end try
  38871. All Packages
  38872. F)System Enabler 131 (PB 160/165c/180/180c)O)Dev.CD Apr 94
  38873. Dev.CD Jan 94
  38874. Dev.CD Oct 93P(Dev.CD Apr 94
  38875. Dev.CD Jan 94
  38876. Dev.CD Oct 9V
  38877. 74800X
  38878. Apr 94
  38879. four-color
  38880. fragment
  38881. fragments
  38882. frame
  38883. frames
  38884. frames/sec
  38885. framework
  38886. --set theItem to choose file -- uncomment to test in an AS editor
  38887.     tell application "Finder"
  38888.         open item "Dev.CD May 00 TC:Tool Chest:Devices:NuBus/Slot Manager:Slot Look:"
  38889.         activate
  38890.     end tell
  38891. on error errMsg number errNum
  38892.     --enter statements to perform when no records are found such as...
  38893.     display dialog "Sorry, the item you selected could not be found."
  38894.     return
  38895. end try
  38896. demos
  38897. design
  38898. design
  38899. robustness
  38900. detachedcontroller
  38901. detect
  38902. digests
  38903. directionsj
  38904. driver
  38905. editor
  38906. emulator
  38907. enablerC
  38908. essentials
  38909. eventm
  38910. format
  38911. formatter
  38912. french
  38913. germany
  38914. glossariess
  38915. grayscaleo
  38916. guidep
  38917. handbookf
  38918. handwriting
  38919. helpq
  38920. imaging[
  38921. internationals
  38922. language
  38923. libraryv
  38924. locationt
  38925. locator
  38926. macro
  38927. magician
  38928. managert
  38929. market
  38930. media
  38931. memory
  38932. modern
  38933. monitorr
  38934. newsi
  38935. notesS
  38936. onescannerg
  38937. opp's
  38938. palette
  38939. parserV
  38940. photoshop
  38941. plugins
  38942. --set theItem to choose file -- uncomment to test in an AS editor
  38943.     tell application "Finder"
  38944.         open item "Dev.CD Jul 00 SDK1:Development Kits:Mac OS:ColorPicker 2.1.1 SDK:"
  38945.         activate
  38946.     end tell
  38947. on error errMsg number errNum
  38948.     --enter statements to perform when no records are found such as...
  38949.     display dialog "Sorry, the item you selected could not be found."
  38950.     return
  38951. end try
  38952. e    No Changef
  38953. Color Picker 2.1.1q
  38954. Dev.CD Jul 00 SDK1
  38955. D!All Packages
  38956. Tool Chest Edition
  38957. ColorPopUpMenus
  38958. WThis folder contains an example illustrating how to show swatches of color in a labels-like menu in your own application.  It also illustrates how to add a user adjustable color item to the menu that can be changed by  way of the color picker interface.
  38959. Contains routines for getting/setting particular elements in a color icon's color table.
  38960. Sample Code.imgK
  38961. Dec 99M
  38962. Color Macintosh:Sample Code:V
  38963. 73854X
  38964. 1e    No Change
  38965. woodcock
  38966. words
  38967. word-processing
  38968. wordperfect
  38969. wordsj
  38970. wordservices
  38971. workh
  38972. work-arounds
  38973. work-flow
  38974. workable
  38975. workaround
  38976. workarounds
  38977. workbook
  38978. workers
  38979. workings
  38980. workss
  38981. works
  38982. under
  38983. appearance
  38984. workstation
  38985. workstations
  38986. worldR
  38987. world's
  38988. worlds
  38989. worldscript
  38990. worldwide
  38991. worldwrite
  38992. worry
  38993. would
  38994. Aug 93M*AppleTalk or TCP/IP networking connectionsN
  38995. SNMP, Network ManagementO=Dev.CD May 00 TC:Tool Chest:Networking:SNMP:SNMP Development:PHDev.CD May 00 TC
  38996.  - Tool Chest
  38997.  - Networking
  38998.  - SNMP
  38999.  - SNMP DevelopmentV
  39000. 74535X
  39001. May 00^
  39002. --set theItem to choose file -- uncomment to test in an AS editor
  39003.     tell application "Finder"
  39004.         open item "Dev.CD May 00 TC:Tool Chest:Networking:SNMP:SNMP Development:"
  39005.         activate
  39006.     end tell
  39007. on error errMsg number errNum
  39008.     --enter statements to perform when no records are found such as...
  39009.     display dialog "Sorry, the item you selected could not be found."
  39010.     return
  39011. end try
  39012. e    No Changef
  39013. Network Managementq
  39014. Dev.CD May 00 TC
  39015. D!All Packages
  39016. Mac OS SDK Edition
  39017. SOMobjects
  39018.  for Mac OS
  39019. items
  39020. japanese
  39021. tutorial
  39022. jbindery
  39023. jdirect
  39024. jmanager
  39025. joystick
  39026. kernel
  39027. patch
  39028. keyboardU
  39029. keyboard
  39030. driver
  39031. keyboard
  39032. keychain
  39033. keyse
  39034. kibitz
  39035. korean
  39036. label
  39037. language
  39038. language
  39039. analysis
  39040. architecture
  39041. language
  39042. updater
  39043. arabic
  39044. chinese
  39045. cyrillic
  39046. hebrew
  39047. language
  39048. manager
  39049. laserwriter
  39050. laserwriter
  39051. Documentation:
  39052. Macintosh Easy Open
  39053. Macintosh Easy Open Reference
  39054. Open Me
  39055. Read Me First
  39056. Translation Extensions:K
  39057. Jul 93L
  39058. Aug 95OADev.CD Apr 98 SDK1:Development Kits (Disc 1):Macintosh Easy Open:
  39059. detectorh
  39060. detectorsh
  39061. detects
  39062. determination
  39063. determine
  39064. determining
  39065. s submission adds a failure handler and code that displays a stack crawl following A6 links.J
  39066. General tools.imgK
  39067. Vol VIIIL
  39068. Mar 92M
  39069. Works with THINK C, MPW C and MPW Pascal.  Probably works with THINK Pascal, and might very well work with other development environments too.O>Dev.CD May 00 TC:Tool Chest:Testing & Debugging:General tools:PFDev.CD May 00 TC
  39070.  - Tool Chest
  39071.  - Testing & Debugging
  39072.  - General toolsV
  39073. 73242X
  39074. May 00^
  39075. --set theItem to choose file -- uncomment to test in an AS editor
  39076.     tell application "Finder"
  39077.         open item "Dev.CD May 00 TC:Tool Chest:Testing & Debugging:General tools:"
  39078.         activate
  39079.     end tell
  39080. on error errMsg number errNum
  39081.     --enter statements to perform when no records are found such as...
  39082.     display dialog "Sorry, the item you selected could not be found."
  39083.     return
  39084. end try
  39085. 160/165c/180/180c
  39086. 160/180
  39087. 1995j
  39088. 1996k
  39089. 1997l
  39090. 2.0.1
  39091. 2.0.6
  39092. 2.0b6
  39093. 2.0d3
  39094. 2.0d38
  39095. 2.1.1
  39096. 2.1.2
  39097. 2.1.3
  39098. 2.1.4
  39099. 2.3.0
  39100. 2.4b6z
  39101. 2.6.1
  39102. 2.6.5X
  39103. 2400c
  39104. highly-successful
  39105. summary
  39106. developer's
  39107. package
  39108. includes
  39109. appleshar@
  39110. summary
  39111. contains
  39112. information
  39113. describing
  39114. summary
  39115. folder
  39116. contains
  39117. documents
  39118. about
  39119. programming
  39120. summary
  39121. folder
  39122. contains
  39123. goodies
  39124. developer
  39125. tech@
  39126. summary
  39127. installer
  39128. install
  39129. files
  39130. needed
  39131. worldscr@
  39132. summary
  39133. da/application
  39134. allows
  39135. examine
  39136. summary
  39137. xcmds
  39138. xfcns
  39139. perform
  39140. summary
  39141. software
  39142. apple
  39143. macintosh
  39144. display@
  39145. summary
  39146. package
  39147. provides
  39148. something
  39149. replacement
  39150. support
  39151. support's@
  39152. supports@
  39153. swiss@
  39154. system's@
  39155. tague@
  39156. targets@
  39157. technology@
  39158. text@
  39159. apple@
  39160. colorsync
  39161. plug-in
  39162. modules
  39163. provide
  39164. adobe
  39165. acrobat
  39166. reader
  39167. allows
  39168. navigate
  39169. nimizep
  39170. minimum
  39171. minor
  39172. Tould install the System 7.5.5 Update.  If you are using a system software version prior to System 7.5.3, you must upgrade to System 7.5.3 before you install this update.  (If you are using System 7.5, 7.5.1, or 7.5.2, you can use System 7.5 Update 2.0 to upgrade to System 7.5.3.).
  39173. See the document "About System 7.5.5 Update" for details.
  39174. JO009-4525 (Disk 1)
  39175. 009-4526 (Disk 2)
  39176. 009-4527 (Disk 3)
  39177. About System 7.5.5 UpdateK
  39178. Nov 96O5Dev.CD Nov 99 TC:System Software:System 7.5.5 Update:P:Dev.CD Nov 99 TC
  39179.  - System Software
  39180.  - System 7.5.5 Updatent
  39181. imaging
  39182. graphicso.http://developer.apple.com/techpubs/index.htmlq
  39183. Dev.CD Jan 00 SDK1
  39184. JD!All Packages
  39185. Mac OS SDK Edition
  39186. F'Developer Documentation: Corefoundation
  39187.        end tell
  39188. on error errMsg number errNum
  39189.     --enter statements to perform when no records are found such as...
  39190.     display dialog "Sorry, the item you selected could not be found."
  39191.     return
  39192. end try
  39193. All Packages
  39194. F    QuickTimeV
  39195. 70684X
  39196. cfstringencodingsext
  39197. cftree
  39198. cftype
  39199. cftypeid
  39200. character
  39201. characters
  39202. charset
  39203. chinese
  39204. chinese
  39205. dictation
  39206. speech
  39207. input
  39208. keyboard
  39209. chinese
  39210. handwriting
  39211. input
  39212. keyboard
  39213. tablet
  39214. chinese
  39215. language
  39216. traditional
  39217. simplified
  39218. choose
  39219. chooser
  39220. ciconhandle
  39221. class
  39222. classesY
  39223. client
  39224. clock
  39225. clouseau
  39226. coach
  39227. coachmarks
  39228. codec
  39229. codes
  39230. codewarrior
  39231. collation
  39232. collection
  39233. color
  39234. color
  39235. controls
  39236. window
  39237. table
  39238. or errMsg number errNum
  39239.     --enter statements to perform when no records are found such as...
  39240.     display dialog "Sorry, the item you selected could not be found."
  39241.     return
  39242. end try
  39243. All Packages
  39244. QuickDraw GXO
  39245. Dev.CD Jun 97 SSWV
  39246. 73133X
  39247. notes
  39248. novell
  39249. nubus
  39250. number
  39251. number
  39252. formatting
  39253. object
  39254. object
  39255. object-oriented
  39256. objective-c
  39257. objects
  39258. objectsupportlib
  39259. off-screen
  39260. opaque
  39261. opaque
  39262. types
  39263. firmware
  39264. systems
  39265. transport
  39266. transport
  39267. debug
  39268. transport
  39269. module
  39270. opendoc
  39271. openfirmware
  39272. opengl
  39273. opening
  39274. opening
  39275. files
  39276. openstep
  39277. opentransport
  39278. optimization
  39279. optimizing
  39280. option
  39281. option
  39282. management
  39283. ordered
  39284. ordered
  39285. collection
  39286. roadmap
  39287. robix
  39288. robix
  39289. sources
  39290. diagrams
  39291. rotation
  39292. rotation
  39293. controllers
  39294. 1.0.1
  39295. rotation
  39296. controllers
  39297. rotation
  39298. ctl's
  39299. rsrc^
  39300. runtime
  39301. runtimehtml
  39302. runtimesvcs
  39303. russian
  39304. russian
  39305. 1.1.3
  39306. s-swedish
  39307. 5PJDev.CD Jul 99 SDK1
  39308.  - Development Kits
  39309.  - Mac OS
  39310.  - Open Transport/PPP SDKV
  39311. 74156X
  39312. Jul 99^
  39313. --set theItem to choose file -- uncomment to test in an AS editor
  39314.     tell application "Finder"
  39315.         open item "Dev.CD Jul 99 SDK1:Development Kits:Mac OS:Open Transport/PPP SDK:"
  39316.         activate
  39317.     end tell
  39318. on error errMsg number errNum
  39319.     --enter statements to perform when no records are found such as...
  39320.     display dialog "Sorry, the item you selected could not be found."
  39321.     return
  39322. end try
  39323. Deletedf
  39324. OT/PPP SDKq
  39325. Dev.CD Jul 99 SDK1
  39326. 6D!All Packages
  39327. Mac OS SDK Edition
  39328. OpenDoc
  39329.      2 by Mark (
  39330. The Red
  39331. ) Harlan.  The rest of the story:  distribution and paraphernalia.
  39332. J&develop Issue 18
  39333. develop Issue 18 codeK
  39334. Vol IIIL
  39335. Jun 95OIDev.CD Jun 00 RL Disk 1:Technical Documentation:Develop:develop Issue 18:PQDev.CD Jun 00 RL Disk 1
  39336.  - Technical Documentation
  39337.  - Develop
  39338.  - develop Issue 18
  39339. distinguishing@
  39340. documentation
  39341. topics
  39342. include@
  39343. docviewer@
  39344. dogcow@
  39345. door@
  39346. dragwindow@
  39347. driver@
  39348. drives@
  39349. drop@
  39350. dumps@
  39351. e-mail@
  39352. easily@
  39353. editor's@
  39354. effective@
  39355. eject@
  39356. enabled@
  39357. enablers@
  39358. enabling@
  39359. enhances@
  39360. environments@
  39361. event-aware@
  39362. examine@
  39363. execute@
  39364. existence@
  39365. expo@
  39366. extensions@
  39367. facility@
  39368. features
  39369. features
  39370. includes
  39371. demonstration
  39372. documentation
  39373. complete@
  39374. fileinfo@
  39375. filling@
  39376. finderopenselection@
  39377. first-person@
  39378. flashing@
  39379. flicker-free@
  39380. forbidden@
  39381. formatting@
  39382. framework-based@
  39383. friends@
  39384. fully@
  39385. games@
  39386. gdevvideo@
  39387. events@
  39388. getkeys@
  39389. gives@
  39390. goodies@
  39391. grayscale@
  39392. groups@
  39393. gunther@
  39394. handwriting@
  39395. hasn't@
  39396. having@
  39397. heaps@
  39398. hidden@
  39399. hints@
  39400. Dev.CD May 00 TC:Sample Code:P
  39401. Dev.CD May 00 TC
  39402.  - Sample CodeV
  39403. 73858X
  39404. May 00^
  39405. r--set theItem to choose file -- uncomment to test in an AS editor
  39406.     tell application "Finder"
  39407.         open item "Dev.CD May 00 TC:Sample Code:"
  39408.         activate
  39409.     end tell
  39410. on error errMsg number errNum
  39411.     --enter statements to perform when no records are found such as...
  39412.     display dialog "Sorry, the item you selected could not be found."
  39413.     return
  39414. end try
  39415. e    No Changef
  39416. QuickTime
  39417. Dev.CD May 00 TC
  39418. All Packages
  39419. F%Computer-based Media in Broadcast Env
  39420. 73859X
  39421. acur@
  39422. apple
  39423. guide
  39424. systems@
  39425. appleglot
  39426. localization
  39427. internationalization
  39428. translation
  39429. glos@
  39430. applescript@
  39431. async
  39432. device@
  39433. bridge@
  39434. cfbase@
  39435. codes@
  39436. colorsync
  39437. calibrator
  39438. scripting
  39439. profile
  39440. gamma
  39441. color@
  39442. counters@
  39443. data@
  39444. device@
  39445. display@
  39446. drivers@
  39447. eomodeler
  39448. database@
  39449. folder@
  39450. getversion@
  39451. container
  39452. performanceA
  39453. performance
  39454. analysis
  39455. performance
  39456. hardware
  39457. powerpc
  39458. bandwidth
  39459. cache
  39460. rates
  39461. phone
  39462. photoshop
  39463. physical
  39464. picker
  39465. pippin
  39466. pippin
  39467. bandai
  39468. atworld
  39469. atmark
  39470. multimedia
  39471. pixel
  39472. plaintalk
  39473. plaintalk
  39474. speech
  39475. recognition
  39476. platformQ
  39477. playback
  39478. player
  39479. plist
  39480. plotting
  39481. plug-ins
  39482. pmforecolor
  39483. polymorphic
  39484. portables
  39485. porting
  39486. ports
  39487. posers
  39488. postscript
  39489. power
  39490. power
  39491. macintosh
  39492. debugger
  39493. power
  39494. manager
  39495. csmp-digest-v3-115
  39496. csmp-digest-v3-116
  39497. csmp-digest-v3-117
  39498. csmp-digest-v3-118
  39499. csmp-digest-v3-119
  39500. csmp-digest-v3-120
  39501. csmp-digest-v3-121
  39502. csmp-digest-v3-122
  39503. csmp-digest-v3-123
  39504. csmp-digest-v3-125
  39505. csmp-digest-v3-126
  39506. csmp-digest-v3-127
  39507. csmp-digest-v3-128
  39508. csmp-digest-v
  39509. The PAPServerSample demonstrates the use of the Open Transport to create a Printer Access Protocol Server.  This sample supports multiple simultaneous connections under OT 2.0 and greater.  
  39510. PAPServerSample demonstrates some of the following network programming techniques
  39511. 1. Implementing a PAP Server which supports multiple handoff endpoints.
  39512. 2. Using the OTIoctl to enable selfsend mode.
  39513. 3. Using OptionManagement to enable the EOM (End-of-message option).
  39514. 4. Using OptionManagement to set 
  39515. Ithe default server message.
  39516. The sample provides a user option to make the OTServerLimits call and to also dump the packets that are received.  Note that by default, the incoming packets are saved to a file called "SavedPAPFileXX".  You can launch the server on the same system that you use the client to send data to the client.
  39517. Sample Code.imgK
  39518. Mar 98L
  39519. Sep 99O
  39520. Dev.CD May 00 TC:Sample Code:query document
  39521. * A complete set of tool to exploit the Data Access Manager
  39522. e    No Change
  39523. All Packages
  39524. F)System Enabler 131 (PB 160/165c/180/180c)O)Dev.CD Apr 94
  39525. Dev.CD Jan 94
  39526. Dev.CD Oct 93P(Dev.CD Apr 94
  39527. Dev.CD Jan 94
  39528. Dev.CD Oct 9V
  39529. 74777X
  39530. Apr 94
  39531. ~--set theItem to choose file -- uncomment to test in an AS editor
  39532.     tell application "Finder"
  39533.         open item "Dev.CD Apr 94
  39534. Dev.CD Jan 94
  39535. Dev.CD Oct 93"
  39536.         activate
  39537.     end tell
  39538. on error errMsg number errNum
  39539.     --enter statements to perform when no records are found such as...
  39540.     display dialog "Sorry, the item you selected could not be found."
  39541.     return
  39542. end try
  39543. All Packages
  39544. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  39545. Dev.CD Jan 94
  39546. Dev.CD Oct 93
  39547. Dev.CD Jul 93P6Dev.CD Apr 94
  39548. Dev.CD Jan 94
  39549. Dev.CD Oct 93
  39550. Dev.CD Jul 9V
  39551. 74778X
  39552. Apr 94
  39553. hypertext[
  39554. 74527X
  39555. May 00^
  39556. r--set theItem to choose file -- uncomment to test in an AS editor
  39557.     tell application "Finder"
  39558.         open item "Dev.CD May 00 TC:Sample Code:"
  39559.         activate
  39560.     end tell
  39561. on error errMsg number errNum
  39562.     --enter statements to perform when no records are found such as...
  39563.     display dialog "Sorry, the item you selected could not be found."
  39564.     return
  39565. end try
  39566. e    No Changeq
  39567. Dev.CD May 00 TC
  39568. D!All Packages
  39569. Tool Chest Edition
  39570. Snippets - Processes
  39571. (** = new, * = revised)
  39572. 7.0fo:  An After Dark module which displays the processes currently running on the Macintosh. Shows how to use the Process Manager and uses True Type fonts.
  39573. Just Finder:  Handy little application for font workers -- run this and when it's done, the only foreground process you have left is the Finder, which means you can work freely within the Fonts folder.  Shows how to kill processes safely, which isn't as easy as it looks even though we have other snippets to doe
  39574. All Packages
  39575. System UpdateO
  39576. Dev.CD Oct 94P
  39577. Dev.CD Oct 9V
  39578. 74867X
  39579. Oct 94
  39580. b--set theItem to choose file -- uncomment to test in an AS editor
  39581.     tell application "Finder"
  39582.         open item "Dev.CD Oct 94"
  39583.         activate
  39584.     end tell
  39585. on error errMsg number errNum
  39586.     --enter statements to perform when no records are found such as...
  39587.     display dialog "Sorry, the item you selected could not be found."
  39588.     return
  39589. end try
  39590. All Packages
  39591. System UpdateO
  39592. Dev.CD Oct 94
  39593. Dev.CD Jul 94P
  39594. Dev.CD Oct 94
  39595. Dev.CD Jul 9V
  39596. 74868X
  39597. Oct 94
  39598. p--set theItem to choose file -- uncomment to test in an AS editor
  39599.     tell application "Finder"
  39600.         open item "Dev.CD Oct 94
  39601. Dev.CD Jul 94"
  39602.         activate
  39603.     end tell
  39604. on error errMsg number errNum
  39605.     --enter statements to perform when no records are found such as...
  39606.     display dialog "Sorry, the item you selected could not be found."
  39607.     return
  39608. end try
  39609. All Packages
  39610. System UpdateV
  39611. 74869X
  39612. 73832X
  39613. Jul 99^
  39614. --set theItem to choose file -- uncomment to test in an AS editor
  39615.     tell application "Finder"
  39616.         open item "Dev.CD Jul 99 SDK1:Development Kits:Mac OS:CFM-68K SDK:"
  39617.         activate
  39618.     end tell
  39619. on error errMsg number errNum
  39620.     --enter statements to perform when no records are found such as...
  39621.     display dialog "Sorry, the item you selected could not be found."
  39622.     return
  39623. end try
  39624. Deletedf.CFM-68K
  39625. Mixed Mode
  39626. Thread
  39627. ObjectSupportLibq
  39628. Dev.CD Jul 99 SDK1
  39629. All Packages
  39630. Chinese Dictation KitO
  39631. Dev.CD Nov 96 TCP
  39632. Dev.CD Nov 96 TV
  39633. 73833X
  39634. Nov 96
  39635. e--set theItem to choose file -- uncomment to test in an AS editor
  39636.     tell application "Finder"
  39637.         open item "Dev.CD Nov 96 TC"
  39638.         activate
  39639.     end tell
  39640. on error errMsg number errNum
  39641.     --enter statements to perform when no records are found such as...
  39642.     display dialog "Sorry, the item you selected could not be found."
  39643.     return
  39644. end try
  39645. All Packages
  39646. effects
  39647. eject
  39648. electronics
  39649. elements
  39650. email
  39651. embed
  39652. emulator
  39653. enabled
  39654. enabler
  39655. encoding
  39656. endpoint
  39657. endpoints
  39658. address
  39659. engine
  39660. enterprise
  39661. enterprise
  39662. objects
  39663. framework
  39664. entertainment
  39665. environment
  39666. eomodeler
  39667. error
  39668. error
  39669. reports
  39670. apple
  39671. ethernetQ
  39672. address
  39673. ethernet
  39674. built-in
  39675. ethernet
  39676. ethertalk
  39677. etsda
  39678. eventa
  39679. events\
  39680. expansion
  39681. extension
  39682. external
  39683. external
  39684. system
  39685. external
  39686. extractor
  39687. faceless
  39688. faceless
  39689. background-only
  39690. family
  39691. fcode
  39692. features
  39693. fetch
  39694. field
  39695. management
  39696. manager
  39697. preview
  39698. sharing
  39699. signing
  39700. A.html
  39701. AlphaSelector.html
  39702. B.html
  39703. C.html
  39704. D.html
  39705. E.html
  39706. F.html
  39707. FunctionIndex.html
  39708. G.html
  39709. H.html
  39710. I.html
  39711. J.html
  39712. K.html
  39713. L.html
  39714. M.html
  39715. N.html
  39716. O.html
  39717. P.html
  39718. Q.html
  39719. R.html
  39720. S.html
  39721. T.html
  39722. U.html
  39723. V.html
  39724. W.html
  39725. X.html
  39726. Y.html
  39727. Z.htmlK
  39728. Mar 99L
  39729. Sep 99N%Function Index, Mac OS 8, Inside Mac.O=Dev.CD Jun 00 RL Disk 2:Technical Publications:FunctionIndex:PBDev.CD Jun 00 RL Disk 2
  39730.  - Technical Publications
  39731.  - FunctionIndexV
  39732. 74884X
  39733. Jun 00^    RL Disk 2
  39734. --set theItem to choose file -- uncomment to test in an AS editor
  39735.     tell application "Finder"
  39736.         open item "Dev.CD Jun 00 RL Disk 2:Technical Publications:FunctionIndex:"
  39737.         activate
  39738.     end tell
  39739. on error errMsg number errNum
  39740.     --enter statements to perform when no records are found such as...
  39741.     display dialog "Sorry, the item you selected could not be found."
  39742.     return
  39743. end try
  39744. e    No Changef#Function Index
  39745. Mac OS 8
  39746. Inside Mac.q
  39747. Dev.CD Jun 00 RL Disk 2
  39748. All Packages
  39749. F Technical Publications: Hardware
  39750. 74885X
  39751.  on Acrobat, please go to:
  39752.     http://www.adobe.com/acrobat/
  39753. The person installing this package must agree to a license agreement presented during the installation process.
  39754. Reader InstallerK
  39755. May 97L
  39756. Feb 99
  39757. System Requirements
  39758. -  Macintosh computer with 68020 (Macintosh II series) or greater processor (including all Power Macintosh computers). 
  39759. -  MacOS 7.0 or later
  39760. -  3300 KB application RAM for 680x0-based Macintosh or Power Macintosh with Virtual Memory turned on; 5227 KB for Power Macintosh with Virtual Memory turned off
  39761. -  8 MB hard disk space, plus 4.4 MB additional temporary disk space  available during installation 
  39762. -  For viewing PDF files inside a Web browser, Netscape Navigator 3.0
  39763. O7Dev.CD Jun 00 RL Disk 1:Utilities:Acrobat Reader 4.0.1:rce. These techniques are essential tools that every WebObjects programmer should understand.
  39764. Feb 98L
  39765. Apr 99V
  39766. 73694X
  39767. Deleted
  39768. 2.6.5X
  39769. 2400c
  39770. All Packages
  39771. F!System Enabler 304 (Performa 600)O
  39772. Dev.CD Jul 93
  39773. Dev.CD May 93P
  39774. Dev.CD Jul 93
  39775. Dev.CD May 9V
  39776. 74829X
  39777. Jul 93
  39778. p--set theItem to choose file -- uncomment to test in an AS editor
  39779.     tell application "Finder"
  39780.         open item "Dev.CD Jul 93
  39781. Dev.CD May 93"
  39782.         activate
  39783.     end tell
  39784. on error errMsg number errNum
  39785.     --enter statements to perform when no records are found such as...
  39786.     display dialog "Sorry, the item you selected could not be found."
  39787.     return
  39788. end try
  39789. All Packages
  39790. F!System Enabler 308 (Performa 450)O
  39791. Dev.CD Jul 93
  39792. Dev.CD May 93P
  39793. Dev.CD Jul 93
  39794. Dev.CD May 9V
  39795. 74830X
  39796. Jul 93
  39797. itable
  39798. editing
  39799. editionj
  39800. editions
  39801. editorN
  39802. editor'sj
  39803. editorsu
  39804. edittext
  39805. edittextcdev
  39806. educationalj
  39807. effect
  39808. development
  39809. software
  39810. somobjects
  39811. somobjects
  39812. sound
  39813. sound
  39814. manager
  39815. sound
  39816. premixer
  39817. effect
  39818. soundapp
  39819. soundboard
  39820. soundmemrecord
  39821. soundrecord
  39822. soundsprockettest
  39823. spooler
  39824. stack
  39825. standardsw
  39826. starter
  39827. stream
  39828. strip
  39829. styleu
  39830. success
  39831. suite
  39832. suitesm
  39833. super
  39834. survey
  39835. switch
  39836. synchronization
  39837. systemx
  39838. technicalS
  39839. technotes
  39840. terminology^
  39841. tester
  39842. testing
  39843. textedit
  39844. token
  39845. tokenizer
  39846. toolbox
  39847. toolkit
  39848. toolkits
  39849. tools]
  39850. transport
  39851. transport/ppp
  39852. --set theItem to choose file -- uncomment to test in an AS editor
  39853.     tell application "Finder"
  39854.         open item "Dev.CD Apr 94
  39855. Dev.CD Jan 94
  39856. Dev.CD Oct 93
  39857. Dev.CD Jul 93
  39858. Dev.CD Apr 93"
  39859.         activate
  39860.     end tell
  39861. on error errMsg number errNum
  39862.     --enter statements to perform when no records are found such as...
  39863.     display dialog "Sorry, the item you selected could not be found."
  39864.     return
  39865. end try
  39866. etool
  39867. filter
  39868. finalj
  39869. finally
  39870. financingj
  39871. findr
  39872. finder
  39873. finding
  39874. findsh
  39875. firstj
  39876. fitsj
  39877. fivej
  39878. fixesV
  39879. fixingy
  39880. fkeys]
  39881. flavor
  39882. flexibility
  39883. flexible
  39884. floating
  39885. folderR
  39886. folderso
  39887. folks
  39888. follow
  39889. following
  39890. fonte
  39891. footprintg
  39892. Summary: CallHyper is an external for 4th Dimension which allows you to call a HyperCard external from 4D.  HyperCard externals which rely on HyperCard callbacks cannot be used with CallHyper.
  39893. Features: Provides access to HyperCard externals from 4th Dimension.  The first parameter is the name of the XCMD or XFCN to load, then up to 6 parameters which must be given as TEXT.  Any result is set on a 4D TEXT variable called xResult.
  39894. callHyper
  39895. CallHyper NotesK
  39896. Vol VIIIM;4D, HyperCard XCMDs, This package is System 7.0 compatible.O[Dev.CD May 00 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:CallHyper 1.0:PiDev.CD May 00 TC
  39897.  - Tool Chest
  39898.  - Development Kits
  39899.  - HyperCard Related
  39900.  - XCMDs & XFCNs
  39901.  - CallHyper 1.0CD Apr 93PDDev.CD Apr 94
  39902. Dev.CD Jan 94
  39903. Dev.CD Oct 93
  39904. Dev.CD Jul 93
  39905. Dev.CD Apr 9V
  39906. 73432X
  39907. Apr 94
  39908. opendoc's
  39909. opened
  39910. 74529X
  39911. May 00^
  39912. r--set theItem to choose file -- uncomment to test in an AS editor
  39913.     tell application "Finder"
  39914.         open item "Dev.CD May 00 TC:Sample Code:"
  39915.         activate
  39916.     end tell
  39917. on error errMsg number errNum
  39918.     --enter statements to perform when no records are found such as...
  39919.     display dialog "Sorry, the item you selected could not be found."
  39920.     return
  39921. end try
  39922. e    No Changeq
  39923. Dev.CD May 00 TC
  39924. D!All Packages
  39925. Tool Chest Edition
  39926. Snippets - QuickTime
  39927. Q(** = new, * = revised)
  39928. MovieToAIFF:  This app demonstrates various ways to use Movie Export Component to export QuickTime movie files into AIFF files.
  39929. VDTextSample:  This snippet shows you how to draw and erase text to the video preview image without causing flickers on the screen. It only  works with 'vdig's that support key color.
  39930. Sample Code.imgK
  39931. Feb 92L
  39932. Nov 96O
  39933. Dev.CD May 00 TC:Sample Code:P
  39934. Dev.CD May 00 TC
  39935.  - Sample CodeV
  39936. 74530X
  39937. May 00^
  39938. simple
  39939. macintosh
  39940. application
  39941. supports
  39942. summary
  39943. vucollect
  39944. virtual
  39945. summary
  39946. pleased
  39947. provide
  39948. version
  39949. 1.5.1
  39950. summary
  39951. windowpicker
  39952. system
  39953. extension
  39954. provides
  39955. summary
  39956. services
  39957. allows
  39958. application
  39959. summary
  39960. network
  39961. software
  39962. installer
  39963. insta
  39964. summary
  39965. zaptcp
  39966. provides
  39967. safety
  39968. mactcp
  39969. developers
  39970. summary
  39971. ranger
  39972. freeware
  39973. utility
  39974. provides
  39975. summer
  39976. sun's
  39977. sunsoft
  39978. super
  39979. exploiting
  39980. explored
  39981. explores
  39982. exploring
  39983. Summary:  The Word Services Apple Event Suite allows any application to link to a speller, grammar checker or other text service as if it is a built-in menu item.  It is probably the simplest really useful thing you can do with Apple Events.
  39984. The Word Services SDK contains the suite specification, tutorial documents, the Spellswell 7 Demo from Working Software, a HyperCard Word Services XCMD and the complete source code to Writeswell Jr., a simple Word Services word processor.
  39985. Issues:  ThB
  39986. e Word Services SDK, including the specification and sample code, are copyrighted by Working Software, but the copyrights given in the code grant permission to distribute it. 
  39987. Spellswell
  39988.  7 Demo:
  39989. Word Services MacHack '94.pdf
  39990. Word Services Specification.pdf
  39991. Word Services XCMD 1.0d2:
  39992. Writeswell Jr.:K
  39993. Aug 96M
  39994. System 7.0 or later.OvDev.CD Dec 99 RL:Technical Documentation:Apple Event Registry & Suites:Apple Event Registry:Word Services Suite 1.0.7:
  39995. autoz
  39996. autoguest
  39997. 73827X
  39998. May 00^
  39999. --set theItem to choose file -- uncomment to test in an AS editor
  40000.     tell application "Finder"
  40001.         open item "Dev.CD May 00 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:CallHyper 1.0:"
  40002.         activate
  40003.     end tell
  40004. on error errMsg number errNum
  40005.     --enter statements to perform when no records are found such as...
  40006.     display dialog "Sorry, the item you selected could not be found."
  40007.     return
  40008. end try
  40009. e    No Changeq
  40010. Dev.CD May 00 TC
  40011. mD.All Packages
  40012. Mac OS SDK Edition
  40013. New & RevisedF
  40014. CarbonLib 1.0.4 SDKI|Carbon 1.0.4 SDK provides all the files needed to begin Carbon development. CarbonLib 1.0.4 supports Mac OS 8.1 and greater.J
  40015. CarbonLib_1.0.4_SDK.smiK
  40016. Apr 00L
  40017. Jul 00M
  40018. Mac OS 8.1 and greater
  40019. Carbon, CarbonLibO?Dev.CD Jul 00 SDK1:Development Kits:Mac OS:CarbonLib 1.0.4 SDK:PGDev.CD Jul 00 SDK1
  40020.  - Development Kits
  40021.  - Mac OS
  40022.  - CarbonLib 1.0.4 SDKV
  40023. 73828X
  40024. Jul 00^
  40025. SDK1b
  40026. Revised
  40027. #ple.com/sdk
  40028. All Packages
  40029. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  40030. Dev.CD Jan 94
  40031. Dev.CD Oct 93
  40032. Dev.CD Jul 93P6Dev.CD Apr 94
  40033. Dev.CD Jan 94
  40034. Dev.CD Oct 93
  40035. Dev.CD Jul 9V
  40036. 74785X
  40037. Apr 94
  40038. --set theItem to choose file -- uncomment to test in an AS editor
  40039.     tell application "Finder"
  40040.         open item "Dev.CD Apr 94
  40041. Dev.CD Jan 94
  40042. Dev.CD Oct 93
  40043. Dev.CD Jul 93"
  40044.         activate
  40045.     end tell
  40046. on error errMsg number errNum
  40047.     --enter statements to perform when no records are found such as...
  40048.     display dialog "Sorry, the item you selected could not be found."
  40049.     return
  40050. end try
  40051. All Packages
  40052. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  40053. Dev.CD Jan 94
  40054. Dev.CD Oct 93
  40055. Dev.CD Jul 93P6Dev.CD Apr 94
  40056. Dev.CD Jan 94
  40057. Dev.CD Oct 93
  40058. Dev.CD Jul 9V
  40059. 74786X
  40060. Apr 94
  40061. {Summary: The audio palette developer documentation contains descriptions of features of the audio palette accessible by HyperTalk scripting only.  These include messages that the palette sends to the current stack as well as a list of messages the palette will respond to. This information is crucial if developers want to take advantage of the audio palette in their own stacks.
  40062. Alias XFCN 1.3
  40063. Apple Event XCMDs 1.0b3
  40064. Byrne's XCMDs&XFCNs
  40065. CallHyper 1.0
  40066. FinderEvents 1.2
  40067. GetVol and NewFormat
  40068. Help XFCN 1.4
  40069. ProgressWindoid
  40070. QuickTime XCMDs  alias
  40071. SysEnv XFCN 1.0D13K
  40072. Vol IIIL
  40073. Vol VIIIM(HyperCard 2.0 with Audio, see audio helpOMDev.CD Nov 99 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:PXDev.CD Nov 99 TC
  40074.  - Tool Chest
  40075.  - Development Kits
  40076.  - HyperCard Related
  40077.  - XCMDs & XFCNs
  40078. indexb
  40079. indexed
  40080. Summary: AppleGlot 2.3 is a text translation tool used by the Apple Localizers to localize Apple Software.  AppleGlot extracts the text out of a resource file and dumps it into a text file for translation. Once translated, AppleGlot then replaces the original text by its translation into the resource file. In addition to the regular translation, AppleGlot handles updates from one version to another, and copies over resizeable items.
  40081. Features:
  40082.  AppleGlot 2.3 works correctly on Power MacinB
  40083. tosh, fixing a problem with the Modern Memory manager. 
  40084.  Richer set of template field types supported
  40085.  ...and many more : see manual
  40086.  We now provide a Manual !
  40087. J?AppleGlot 2.3
  40088. AppleGlot 2.3 Users Guide
  40089. AppleGlot 2.3 Whats NewK
  40090. Jun 92L
  40091. Dec 95M
  40092. System 7 or later.NBAppleGlot Localization Internationalization Translation GlossariesO7Dev.CD Nov 99 TC:Tool Chest:Localization:AppleGlot 2.3:P?Dev.CD Nov 99 TC
  40093.  - Tool Chest
  40094.  - Localization
  40095.  - AppleGlot 2.3
  40096. 73739X
  40097. May 00^
  40098. --set theItem to choose file -- uncomment to test in an AS editor
  40099.     tell application "Finder"
  40100.         open item "Dev.CD May 00 TC:Tool Chest:Devices:Apple Desktop Bus:ADB Analyzer 1.0d6:"
  40101.         activate
  40102.     end tell
  40103. on error errMsg number errNum
  40104.     --enter statements to perform when no records are found such as...
  40105.     display dialog "Sorry, the item you selected could not be found."
  40106.     return
  40107. end try
  40108. e    No Changeq
  40109. Dev.CD May 00 TC
  40110. D!All Packages
  40111. Tool Chest Edition
  40112. ADB Key Spy 1.0.1b3
  40113. YSummary:  This package provides something of a replacement for GetKeys by maintaining a key map reflecting the state of each keyboard attached to the Mac via ADB.
  40114.  building a system extension
  40115.  using the ADB API
  40116.  "patching" ADB service routines
  40117.  building, installing, and using a driver
  40118.  mapping physical key codes to virtual key codes
  40119. Sample Code.imgK
  40120. Nov 95L
  40121. May 97M
  40122. anything later than a Mac SE:Sample Code:V
  40123. 73740X
  40124. Moved
  40125. clipper
  40126. clipping
  40127. clock
  40128. clocksB
  40129. close
  40130. closeall
  40131. closed
  40132. closeport
  40133. closest
  40134. closing
  40135. co-exist
  40136. codeN
  40137. sample
  40138. which
  40139. demonstrates
  40140. ethernet
  40141. driver
  40142. code-like
  40143. e    No Changef
  40144. QuickTime
  40145. Dev.CD May 00 TC
  40146. D!All Packages
  40147. Tool Chest Edition
  40148. QTStreamingAppletIWThis demo program shows how to display any QuickTime content within a java.awt.Applet.
  40149. Sample Code.imgK
  40150. Feb 00
  40151. E- Common
  40152.     - Sun Compliant Java Runtime Environment 1.1
  40153.     - QuickTime 3 
  40154.     - QTJava.zip
  40155.     - An Applet viewer - Apple Applet Runner or the sun appletviewer
  40156.     - QTJava media samples
  40157. - Mac OS:
  40158.     - System 8 or later
  40159.     - Macintosh Runtime for Java (MRJ) 2.1
  40160. - Windows 95, 98, or NT::
  40161.     - JRE/JDK from Sun Microsystems, Inc. recommended
  40162. QuickTime, Java, MRJO
  40163. Dev.CD May 00 TC:Sample Code:P
  40164. Dev.CD May 00 TC
  40165.  - Sample CodeV
  40166. 74270X
  40167. May 00^
  40168. #eturn
  40169. end try
  40170. e    No Changef
  40171. Apple Events
  40172. AppleEventsq
  40173. Dev.CD Jun 00 RL Disk 1
  40174. .D!All Packages
  40175. Tool Chest Edition
  40176. Apple Event XCMDs 1.0b3
  40177.     rk Reference
  40178. J^frametest.js
  40179. frametest_more.js
  40180. images
  40181. System
  40182. updates.html
  40183. webobjects.html
  40184. webobjects36.gifK
  40185. Jan 00L
  40186. Feb 00
  40187. Updatedf"CarbonLib 1.0.2
  40188. Mac OS 9
  40189. QuickTimeo)http://developer.apple.com/sdk/index.htmlq
  40190. Dev.CD Jul 00 SDK1
  40191. ,D!All Packages
  40192. Tool Chest Edition
  40193. UniversalHIDModuleTestI
  40194. Sample Code.imgK
  40195. Feb 00M
  40196. Dev.CD May 00 TC:Sample Code:P
  40197. Dev.CD May 00 TC
  40198.  - Sample CodeV
  40199. 74915X
  40200. May 00^
  40201. r--set theItem to choose file -- uncomment to test in an AS editor
  40202.     tell application "Finder"
  40203.         open item "Dev.CD May 00 TC:Sample Code:"
  40204.         activate
  40205.     end tell
  40206. on error errMsg number errNum
  40207.     --enter statements to perform when no records are found such as...
  40208.     display dialog "Sorry, the item you selected could not be found."
  40209.     return
  40210. end try
  40211. e    No Changeq
  40212. Dev.CD May 00 TC
  40213. -D!All Packages
  40214. Tool Chest Edition
  40215. UnmountIt 1.2
  40216.     tmaker
  40217. partmaker
  40218. pascal
  40219. pascal
  40220. sample
  40221. 3.0b10
  40222. patch
  40223. AppleScriptO
  40224. Dev.CD Jan 95P
  40225. Dev.CD Jan 9V
  40226. 73779to test in an AS editor
  40227.     tell application "Finder"
  40228.         open item "Dev.CD Apr 94
  40229. Dev.CD Jan 94
  40230. Dev.CD Oct 93
  40231. Dev.CD Jul 93"
  40232.         activate
  40233.     end tell
  40234. on error errMsg number errNum
  40235.     --enter statements to perform when no records are found such as...
  40236.     display dialog "Sorry, the item you selected could not be found."
  40237.     return
  40238. end try
  40239. developmentsj
  40240. devfeedback
  40241. devicej
  40242. deviceloop
  40243. devicesV
  40244. devon
  40245. e MacTCP driver to your customers
  40246. J]802 LAP:
  40247. HyperCard MacTCP Toolkit 1.0:
  40248. MacTCP LAP Tech Note
  40249. Universal Interfaces:
  40250. ZapTCP 1.1:K
  40251. Aug 93nge
  40252. communicateg
  40253. communication
  40254. communicationsj
  40255. community
  40256. compact
  40257. companies
  40258. compatibility
  40259. issues
  40260. compatibleO
  40261. compatiblesj
  40262. compilation
  40263. compile
  40264. compilers
  40265. compiles
  40266. completeR
  40267. completed
  40268. completely
  40269. completion
  40270. complex
  40271. complexity
  40272. compliance
  40273. componentP
  40274. component-based
  40275. components
  40276. composersj
  40277. composite
  40278. composited
  40279. compositing
  40280. compound
  40281. compound-document
  40282. compressed
  40283. compressionP
  40284. compression/decompreP
  40285. compressor/decompres
  40286. computerj
  40287. 73753X
  40288. Jul 00^
  40289. --set theItem to choose file -- uncomment to test in an AS editor
  40290.     tell application "Finder"
  40291.         open item "Dev.CD Jul 00 SDK1:Development Kits:Mac OS:AIAT:"
  40292.         activate
  40293.     end tell
  40294. on error errMsg number errNum
  40295.     --enter statements to perform when no records are found such as...
  40296.     display dialog "Sorry, the item you selected could not be found."
  40297.     return
  40298. end try
  40299. e    No Changef
  40300. search
  40301. index
  40302. vtwin
  40303. summaryq
  40304. Dev.CD Jul 00 SDK1
  40305. #D!All Packages
  40306. Tool Chest Edition
  40307. Alias XFCN 1.3
  40308. Summary: A HyperCard XFCN to create, save, and resolve aliases.
  40309. Features: Includes a demonstration, documentation, and complete source code.  This is version 1.3.  Previous version was 1.1d2.  New features include the addition of ResolveAliasToPath and a fix to stop a "Write to NIL."
  40310. JHAlias XFCN RN 1.3
  40311. aliasLab
  40312. buildXCMD
  40313. makefileAlias
  40314. makeout
  40315. object
  40316. sourceK
  40317. Vol VIIL
  40318. Aug 93M
  40319. HyperCard 2.1 and System 7N
  40320. Alias, HyperCard, System 7er
  40321. gn an Object-Based Application.  A step-by-step two-phase process for designing an object-bases application.
  40322. Unofficial C++ Style Guide.  How to harness C++
  40323. s power without getting tripped up by some of its less savory features.
  40324. Demystifying the GS/OS Cache.  Taking the mystery and confusion out of caching algorithms. 
  40325. J(develop Issue  2:
  40326. develop Issue  2 code:K
  40327. Vol IIIL
  40328. Jun 95
  40329. r--set theItem to choose file -- uncomment to test in an AS editor
  40330.     tell application "Finder"
  40331.         open item "Dev.CD May 00 TC:Sample Code:"
  40332.         activate
  40333.     end tell
  40334. on error errMsg number errNum
  40335.     --enter statements to perform when no records are found such as...
  40336.     display dialog "Sorry, the item you selected could not be found."
  40337.     return
  40338. end try
  40339. IRECTIONS. 
  40340. Apple Directions 01/95
  40341. Apple Directions 02/95
  40342. Apple Directions 03/95
  40343. Apple Directions 04/95
  40344. Apple Directions 05/95
  40345. Apple Directions 06/95
  40346. Apple Directions 07/95
  40347. Apple Directions 08/95
  40348. Apple Directions 09/95
  40349. Apple Directions 10/95
  40350. Apple Directions 11/95
  40351. Apple Directions 12/95
  40352. Mar 95L
  40353. Dec 95OMDev.CD Nov 99 TC:Programs & Marketing:Apple Directions:Apple Directions 1995:PUDev.CD Nov 99 TC
  40354.  - Programs & Marketing
  40355.  - Apple Directions
  40356.  - Apple Directions 1995
  40357. deleted
  40358. Advanced Web Site Technique.pdf
  40359. Avoid Audio Pitfalls Guide.pdf
  40360. CompbasedMediaBroadcastEnv
  40361. Creating MIDI for the Web3.pdf
  40362. DeBabelizer 3.0.pdf
  40363. Design For Reuse.pdf
  40364. DesignForRobustness
  40365. Digital Asset Management.pdf
  40366. Digital Storyboard.pdf 
  40367. DVD Development.pdf
  40368. DVD_Primer.pdf
  40369. Enhanced CD Survival Guide.pdf
  40370. EOModeler
  40371. Frameworks.pdf
  40372. Gender-Based Title Creation.pdf
  40373. Int_Media_Writer_Resources.pdf
  40374. Java Survival Guide.pdf
  40375. Making Cool QD3D Apps.pdf
  40376. Music on the Net.pdf
  40377. New Audio Features QT3.pdf
  40378. Porting
  40379. kObjectiveCtoJava
  40380. Push Tech Survival Gd.pdf
  40381. QT3-More Than Dig. Video.pdf
  40382. Simplified Stream Audio.pdf
  40383. Web Animation Guide.pdf
  40384. WebObjects Database Part I.pdf
  40385. WebObjects Database Part II.pdf
  40386. WebObjects Memory Mgmt.pdf
  40387. WebObjects Tools and Techniques
  40388. WebObjectsCategories&Posers.pdf
  40389. WebObjectsPerformanceTuning
  40390. Working with WebObjects.pdf
  40391. Writing for Interactive Media
  40392. imulates TMON
  40393. s heap purge in MacsBug.
  40394. Time Manager Debugging:  Add this resource file to your MacsBug  "Debugger Prefs" 
  40395. Summary: This graphics primer contains information and concepts that can aid in the understanding of Macintosh graphics.  
  40396. Features: It includes such things as understanding color and the differences between how computers generate colors versus how we see them.
  40397. Although this primer is not directly a prerequisite; it is recommended as a prerequisite for any other course involved in the study of graphics; such as the Apple Training Support courses for Macintosh Video Display Cards.
  40398. Mac Graphics Primer 2K
  40399. Vol IIIL
  40400. Vol VIIO;Dev.CD Nov 99 TC:Tool Chest:QuickDraw:Mac Graphics Primer 2PCDev.CD Nov 99 TC
  40401.  - Tool Chest
  40402.  - QuickDraw
  40403.  - Mac Graphics Primer Num
  40404.     --enter statements to perform when no records are found such as...
  40405.     display dialog "Sorry, the item you selected could not be found."
  40406.     return
  40407. end try
  40408. e    No Changef9live scrolling
  40409. control
  40410. proportional scroll bar
  40411. appearance Networking
  40412.  - MacTCP
  40413.  - MacTCP Token Ring MTU ToolV
  40414. 69144X
  40415. 1TU ToolV
  40416. 69144X
  40417. 1e    No Change
  40418. 74888X
  40419. Jun 00^    RL Disk 2
  40420. --set theItem to choose file -- uncomment to test in an AS editor
  40421.     tell application "Finder"
  40422.         open item "Dev.CD Jun 00 RL Disk 2:Technical Publications:macos8:"
  40423.         activate
  40424.     end tell
  40425. on error errMsg number errNum
  40426.     --enter statements to perform when no records are found such as...
  40427.     display dialog "Sorry, the item you selected could not be found."
  40428.     return
  40429. end try
  40430. e    No Change
  40431. encoding
  40432. Unicode
  40433. script
  40434. language
  40435. conversion
  40436. games
  40437. input device
  40438. sprocket
  40439. joystick
  40440. gamepad
  40441. gaming
  40442. blanking
  40443. screen
  40444. display
  40445. buffering
  40446. games
  40447. sprocket
  40448. gaming
  40449. networking
  40450. games
  40451. multiprocessing
  40452. preemptive task
  40453. multitasking
  40454. threads
  40455. threading
  40456. Icon Services
  40457. Icon Utilities
  40458. 'icns'
  40459. icon family
  40460. icon resources
  40461. IconRef
  40462. icon plotting
  40463. Navigation Services
  40464. Standard File
  40465. file management
  40466. file 
  40467. navigation
  40468. opening files
  40469. saving files
  40470. Network Services Location
  40471. file preview
  40472. Apple Help
  40473. Apple Guide
  40474. user assist
  40475. coercion
  40476. init]
  40477. aegizmos]
  40478. mag'n
  40479. magic
  40480. magic
  40481. magic
  40482. utility
  40483. magican
  40484. magician
  40485. mailm
  40486. suite
  40487. suite
  40488. dictionary
  40489. mailfoo
  40490. mailsuite
  40491. mailsuite
  40492. e correct position with direct control over the speed of the scrolling, and by providing complete visual feedback of the scrolling operation as it occurs.
  40493. It also demonstrates:
  40494.   -The two dif
  40495. ferent types of action procedure, both for 68K and PowerPC architectures.
  40496.   -Use of the new accessor routines which are provided as the first step to being Copland-savvy.
  40497. Live Scroll has been built under:
  40498.   Metrowerks CodeWarrior 8
  40499.   Symantec C++ 8.0.1
  40500.   Symantec 7.0.4
  40501.   MPW E.T.O. #19- 'Latest MPW': Symantec C++ for MPW and MrC.
  40502. Limitations and Bugs:  This is not intended to be a definitive 'document' on how to implement live scrolling, but illustrates one approach you can take. Like mo
  40503. packages
  40504. soundsprocket
  40505. space
  40506. spbrecord
  40507. specification
  40508. speech
  40509. speech
  40510. recognition
  40511. spell
  40512. spellswell
  40513. spinning
  40514. spinning
  40515. cursors
  40516. spooler
  40517. sprite
  40518. sprocket
  40519. sprockets
  40520. stack
  40521. stacks
  40522. standard
  40523. standard
  40524. standardfile
  40525. standards
  40526. standards
  40527. based
  40528. starmax
  40529. state
  40530. statements
  40531. status
  40532. storage
  40533. streaming
  40534. streams
  40535. stress
  40536. string
  40537. string
  40538. encoding
  40539. string
  40540. services
  40541. strings
  40542. strip
  40543. strlog
  40544. structure
  40545. structure
  40546. region
  40547. stuffit
  40548. style
  40549. style
  40550. guideu
  40551. stylechat
  40552. sub-menus
  40553. suite
  40554. summary
  40555. switch
  40556. switcher
  40557. switching
  40558. symantec
  40559. symbiotic
  40560. synchronization
  40561. synthesis
  40562. mydeviceloop
  40563. myfont
  40564. myself
  40565. mysteries
  40566. mystery
  40567. naked
  40568. input
  40569. inputs
  40570. inputsprocket
  40571. inputstream
  40572. inputting
  40573. inquiry
  40574. insanely
  40575. inscript
  40576. insensitivity
  40577. insert
  40578. inserted
  40579. insertion
  40580. inside[
  40581. insidemac
  40582. insight
  40583. inspect
  40584. instaler
  40585. installx
  40586. installationZ
  40587. installerv
  40588. installer
  40589. chinese
  40590. language
  40591. installer-related
  40592. --set theItem to choose file -- uncomment to test in an AS editor
  40593.     tell application "Finder"
  40594.         open item "Dev.CD May 00 TC:Language Kits:Cyrillic Language Kit 1.0:"
  40595.         activate
  40596.     end tell
  40597. on error errMsg number errNum
  40598.     --enter statements to perform when no records are found such as...
  40599.     display dialog "Sorry, the item you selected could not be found."
  40600.     return
  40601. end try
  40602. tiveCPUType.
  40603. Prefs:  This Think C application displays a sample preferences dialog con
  40604. taining edit text, radio buttons, and a file selection button, and demonstrates storage of the item settings in a preferences file.
  40605. ProgressBars 1.0:  ProgressBars is a bares bones application that demonstrates two implementations of the progress bars found in many Macintosh applications, namely the standard progress bar and the barber pole.
  40606. readLocation:  This snippet shows how to retrieve the Map control panel settings for longitude and latitude and the time offset from GMT
  40607. Reinstalla
  40608. 73921X
  40609. Jan 00^
  40610. --set theItem to choose file -- uncomment to test in an AS editor
  40611.     tell application "Finder"
  40612.         open item "Dev.CD Jan 00 SDK1:What's New:Technical Documentation:Technical Publications:DeveloperDocumentation:corefoundation:"
  40613.         activate
  40614.     end tell
  40615. on error errMsg number errNum
  40616.     --enter statements to perform when no records are found such as...
  40617.     display dialog "Sorry, the item you selected could not be found."
  40618.     return
  40619. end try
  40620. e    No Change
  40621. o.http://developer.apple.com/techpubs/index.html
  40622. kTimeO
  40623. Dev.CD Jan 94P
  40624. Dev.CD Jan 9V
  40625. 73152X
  40626. Jan 94
  40627. b--set theItem to choose file -- uncomment to test in an AS editor
  40628.     tell application "Finder"
  40629.         open item "Dev.CD Jan 94"
  40630.         activate
  40631.     end tell
  40632. on error errMsg number errNum
  40633.     --enter statements to perform when no records are found such as...
  40634.     display dialog "Sorry, the item you selected could not be found."
  40635.     return
  40636. end try
  40637. All Packages
  40638. fcode
  40639. tokenizer
  40640. board
  40641. fcode
  40642. driver
  40643. development
  40644. revised
  40645. new/updated
  40646. newccursor
  40647. newer
  40648. newfolder
  40649. newgworld
  40650. newly
  40651. newsi
  40652. newsgroup
  40653. newsgroups
  40654. offersh
  40655. official
  40656. officially
  40657. offscreen
  40658. offset
  40659. offsetting
  40660. often
  40661. old-style
  40662. sheet
  40663. sheets
  40664. shell
  40665. shelves
  40666. sherlockq
  40667. sherlock's
  40668. shift
  40669. shift-command
  40670. shimmermate
  40671. shipping
  40672. shipsj
  40673. shoot
  40674. short
  40675. shortcuts
  40676. shotsB
  40677. shouldN
  40678. showcase
  40679. showingo
  40680. shown
  40681. showsN
  40682. shrink-wrapped
  40683. PM:System Software 6.0.7 or later, MPW Pascal or THINK PascalN
  40684. Sample Code, Traffic LightO2Dev.CD Nov 99 TC:Sample Code:Pascal Sample 3.0B10:P7Dev.CD Nov 99 TC
  40685.  - Sample Code
  40686.  - Pascal Sample 3.0B10V
  40687. 74183X
  40688. Nov 99^
  40689. --set theItem to choose file -- uncomment to test in an AS editor
  40690.     tell application "Finder"
  40691.         open item "Dev.CD Nov 99 TC:Sample Code:Pascal Sample 3.0B10:"
  40692.         activate
  40693.     end tell
  40694. on error errMsg number errNum
  40695.     --enter statements to perform when no records are found such as...
  40696.     display dialog "Sorry, the item you selected could not be found."
  40697.     return
  40698. end try
  40699. Deletedf
  40700. Sample Code
  40701. Traffic Lightq
  40702. Dev.CD Nov 99 TC
  40703. QD!All Packages
  40704. Mac OS SDK Edition
  40705. PC Card Manager v3.0 SDK
  40706.     ge Kits 2.0:P>Dev.CD May 00 TC
  40707.  - Language Kits
  40708.  - Chinese Language Kits 2.0V
  40709. 72602X
  40710. May 00^
  40711. #pr 94
  40712. peak-hold
  40713. peering
  40714. viewer
  40715. utility
  40716. which
  40717. graphically
  40718. definition
  40719. definitionso
  40720. definitive
  40721. defproc
  40722. defprocs
  40723. degrees
  40724. delay
  40725. delayed
  40726. delaying
  40727. delaysj
  40728. deleteB
  40729. deleted
  40730. deletedirectory
  40731. deleteemptydir
  40732. deliverh
  40733. delivered
  40734. delivers
  40735. delivery
  40736. deltaj
  40737. demanding
  40738. demands
  40739. demonstates
  40740. demonstation
  40741. demonstrate\
  40742. demonstrates
  40743. programmatically
  40744. background
  40745. FD!All Packages
  40746. Tool Chest Edition
  40747. AppleTalk and PPP
  40748. @Summary: This package includes the draft specifications for running AppleTalk over the Point-to-Point Protocol.  If you want to implement AppleTalk running over the Point-to-Point Protocol you should follow these specifications as they are standardized in the Internet Engineering Task Force.
  40749. Issues:Specifications only
  40750. Dev.CD Apr 93"
  40751.         activate
  40752.     end tell
  40753. on error errMsg number errNum
  40754.     --enter statements to perform when no records are found such as...
  40755.     display dialog "Sorry, the item you selected could not be found."
  40756.     return
  40757. end try
  40758. All Packages
  40759. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  40760. Dev.CD Jan 94
  40761. Dev.CD Oct 93
  40762. Dev.CD Jul 93
  40763. Dev.CD Apr 93PDDev.CD Apr 94
  40764. Dev.CD Jan 94
  40765. Dev.CD Oct 93
  40766. Dev.CD Jul 93
  40767. Dev.CD Apr 9V
  40768. 73579X
  40769. Apr 94
  40770. 7-specific
  40771. 7.0.0
  40772. 7.0.3
  40773. 7.0.4
  40774. 7.0fo
  40775. 7.1.2p
  40776. 7.5.1
  40777. 7.5.2x
  40778. 7.5.3x
  40779. 7.5.5
  40780. 7.6.1
  40781. 7100x
  40782. 7100/80
  40783. 711702111
  40784. 8.3.4
  40785. 8.5.1
  40786. 8100x
  40787. 8100/807500/100
  40788. 8500x
  40789. 8500/1808500/1208100
  40790. ~--set theItem to choose file -- uncomment to test in an AS editor
  40791.     tell application "Finder"
  40792.         open item "Dev.CD Apr 92
  40793. Dev.CD Mar 92
  40794. Dev.CD Feb 92"
  40795.         activate
  40796.     end tell
  40797. on error errMsg number errNum
  40798.     --enter statements to perform when no records are found such as...
  40799.     display dialog "Sorry, the item you selected could not be found."
  40800.     return
  40801. end try
  40802. saturate
  40803. savec
  40804. saved
  40805. saved-off
  40806. savedpapfilexx
  40807. savemenu
  40808. saver
  40809. saves
  40810. savingj
  40811. savings
  40812. savory
  40813. savvy
  40814. sawitzki
  40815. saysj
  40816. sbarcdef
  40817. scalable
  40818. scale
  40819. scales
  40820. scaling
  40821. scannedg
  40822. scannerg
  40823. scanners
  40824. scanning
  40825. scansg
  40826. scenario
  40827. scene
  40828. scheduleR
  40829. scheduled
  40830. schedulesR
  40831. schemes
  40832. .e    No Changef
  40833. appearance
  40834. gworld
  40835. off-screenq
  40836. Dev.CD May 00 TC
  40837. All Packages
  40838. Open TransportO
  40839. Dev.CD Jun 97 SSWP
  40840. Dev.CD Jun 97 SSV
  40841. 74150X
  40842. Jun 97
  40843. f--set theItem to choose file -- uncomment to test in an AS editor
  40844.     tell application "Finder"
  40845.         open item "Dev.CD Jun 97 SSW"
  40846.         activate
  40847.     end tell
  40848. on error errMsg number errNum
  40849.     --enter statements to perform when no records are found such as...
  40850.     display dialog "Sorry, the item you selected could not be found."
  40851.     return
  40852. end try
  40853. All Packages
  40854. Open TransportO
  40855. Dev.CD Jun 97 SSWP
  40856. Dev.CD Jun 97 SSV
  40857. 74151X
  40858. Jun 97
  40859. f--set theItem to choose file -- uncomment to test in an AS editor
  40860.     tell application "Finder"
  40861.         open item "Dev.CD Jun 97 SSW"
  40862.         activate
  40863.     end tell
  40864. on error errMsg number errNum
  40865.     --enter statements to perform when no records are found such as...
  40866.     display dialog "Sorry, the item you selected could not be found."
  40867.     return
  40868. end try
  40869. W  end tell
  40870. on error errMsg number errNum
  40871.     --enter statements to perform when no records are found such as...
  40872.     display dialog "Sorry, the item you selected could not be found."
  40873.     return
  40874. end try
  40875. Deletedq
  40876. Dev.CD Nov 99 TC
  40877. D!All Packages
  40878. Tool Chest Edition
  40879. MacApp R13u5 
  40880. MacApp Release 13 is a significant new release of the venerable MacApp application framework. It has been thoroughly modernized and enhanced in preparation for the computing demands of the next millennium. The advent of more capable C++ compilers has finally allowed the MacApp team to incorporate many new capabilities which you, the MacApp developers, have requested for months or years.
  40881. Install MacApp R13U5K
  40882. Apr 00L
  40883. Apr 00
  40884. PjDev.CD Jun 95 RL
  40885.  - Technical Documentation
  40886.  - Tools Demos & Tech Overviews
  40887.  - Mac Application Environmentapplication "Finder"
  40888.         open item "Dev.CD May 00 TC:Sample Code:"
  40889.         activate
  40890.     end tell
  40891. on error errMsg number errNum
  40892.     --enter statements to perform when no records are found such as...
  40893.     display dialog "Sorry, the item you selected could not be found."
  40894.     return
  40895. end try
  40896. Movedf
  40897. Live Scroll
  40898. Dynamic Scrollingq
  40899. Dev.CD May 00 TC
  40900. D!All Packages
  40901. Tool Chest Edition
  40902. Load PCI DriverI
  40903. Summary: Load PCI Driver is a utitity for PCI driver writers. It lets you load and unload 'ndrv' without having to restart.
  40904. Allows you to load a Native PCI  driver ('ndrv') without having to restart. Very useful when debugging your native driver.J
  40905. Sample Code.imgK
  40906. Sep 97M
  40907. PowerPC PCI based MacintoshN
  40908. PCI ndrv driver loaderO
  40909. Dev.CD May 00 TC:Sample Code:P
  40910. Dev.CD May 00 TC
  40911.  - Sample CodeV
  40912. 72821X
  40913. May 00^
  40914. #l 00
  40915. O<Dev.CD Jul 00 SDK1:Development Kits:Hardware:Mac OS USB DDK:
  40916. M-System 7 or greater, Universal Interfaces 2.0N+hide MenuBar corners desktop Finder GrayRgn
  40917. f--set theItem to choose file -- uncomment to test in an AS editor
  40918.     tell application "Finder"
  40919.         open item "Dev.CD Jun 97 SSW"
  40920.         activate
  40921.     end tell
  40922. on error errMsg number errNum
  40923.     --enter statements to perform when no records are found such as...
  40924.     display dialog "Sorry, the item you selected could not be found."
  40925.     return
  40926. end try
  40927. All Packages
  40928. Open TransportO
  40929. Dev.CD Jun 97 SSWP
  40930. Dev.CD Jun 97 SSV
  40931. 72916X
  40932. Jun 97
  40933. f--set theItem to choose file -- uncomment to test in an AS editor
  40934.     tell application "Finder"
  40935.         open item "Dev.CD Jun 97 SSW"
  40936.         activate
  40937.     end tell
  40938. on error errMsg number errNum
  40939.     --enter statements to perform when no records are found such as...
  40940.     display dialog "Sorry, the item you selected could not be found."
  40941.     return
  40942. end try
  40943. 3D!All Packages
  40944. Mac OS SDK Edition
  40945. Open Transport 1.3
  40946.     story
  40947. oraclej
  40948. oracleeoadaptor
  40949. orchestra
  40950. order
  40951. orderly
  40952. org/developers
  40953. organizational
  40954. organized
  40955. organizing
  40956. oriented
  40957. originaly
  40958. original/localized
  40959. originally
  40960. orphaning
  40961. ortiz
  40962. osl-compliant
  40963. detailing
  40964. detailsQ
  40965. detect
  40966. detecting
  40967. detection
  40968. detective
  40969. log "Sorry, the item you selected could not be found."
  40970.     return
  40971. end try
  40972. All Packages
  40973. F    QuickTimeO
  40974. Dev.CD Jan 94
  40975. Dev.CD Oct 93P
  40976. Dev.CD Jan 94
  40977. Dev.CD Oct 9V
  40978. 73154X
  40979. Jan 94
  40980. p--set theItem to choose file -- uncomment to test in an AS editor
  40981.     tell application "Finder"
  40982.         open item "Dev.CD Jan 94
  40983. Dev.CD Oct 93"
  40984.         activate
  40985.     end tell
  40986. on error errMsg number errNum
  40987.     --enter statements to perform when no records are found such as...
  40988.     display dialog "Sorry, the item you selected could not be found."
  40989.     return
  40990. end try
  40991. All Packages
  40992. F    QuickTimeO
  40993. Dev.CD Jan 94P
  40994. Dev.CD Jan 9V
  40995. 73155X
  40996. Jan 94
  40997.  on multiple movies.
  40998. prediction
  40999. predispatch
  41000. preemptive
  41001. preexisting
  41002. prefer
  41003. preference
  41004. preferences
  41005. preferred
  41006. preflightgl
  41007. prefs
  41008. preliminary
  41009. preloaded
  41010. premastering
  41011. premier
  41012. premiereh
  41013. preparation
  41014. prepare
  41015. prepared
  41016. preparememoryforio
  41017. preparing
  41018. prerelease
  41019. prerequisite
  41020. prerequisitesR
  41021. prescalers
  41022. presence
  41023. presentp
  41024. presentation
  41025. presentations
  41026. presentedZ
  41027. presenting
  41028. presently
  41029. presents
  41030. preserve
  41031. preserve68kregsactiv
  41032. preserve68kregssendp
  41033. preserved
  41034. press
  41035. pressed
  41036. pressing
  41037. pretty
  41038. prevent
  41039. prevented
  41040. prevents
  41041. preview
  41042. 74064X
  41043. Nov 99^
  41044. --set theItem to choose file -- uncomment to test in an AS editor
  41045.     tell application "Finder"
  41046.         open item "Dev.CD Nov 99 TC:Tool Chest:QuickDraw:Mac Graphics Primer 2"
  41047.         activate
  41048.     end tell
  41049. on error errMsg number errNum
  41050.     --enter statements to perform when no records are found such as...
  41051.     display dialog "Sorry, the item you selected could not be found."
  41052.     return
  41053. end try
  41054. Deletedq
  41055. Dev.CD Nov 99 TC
  41056. D!All Packages
  41057. Mac OS SDK Edition
  41058. s of Mac products, Apple, in conjunction with our worldwide channel partners, is launching an aggressive campaign to ensure customers can easily locate Mac products on retail shelves through the prominent display of the NEW Mac platform logo. We know you
  41059. ll want to capitalize on this renewed interest in the Mac platform and make your products stand out to the millions of customers who want to buy Mac products. Getting involved is simple:
  41060.   1. Obtain the NEW Mac platform NEW Mac platform 
  41061. Jul 98M
  41062. Acrobat Reader 3.0N]traversing related tables, referential integrity rules, validation and reformatting, databaseO3Dev.CD Mar OO RLDisk 1:Interactive Media Resources:P5Dev.CD Mar OO RLDisk 1
  41063.  - Interactive Media Resources
  41064. All Packages
  41065. System Enabler 065 (LC 575)O
  41066. Dev.CD Apr 94
  41067. Dev.CD Jan 94P
  41068. Dev.CD Apr 94
  41069. Dev.CD Jan 9V
  41070. 74724X
  41071. Apr 94
  41072. p--set theItem to choose file -- uncomment to test in an AS editor
  41073.     tell application "Finder"
  41074.         open item "Dev.CD Apr 94
  41075. Dev.CD Jan 94"
  41076.         activate
  41077.     end tell
  41078. on error errMsg number errNum
  41079.     --enter statements to perform when no records are found such as...
  41080.     display dialog "Sorry, the item you selected could not be found."
  41081.     return
  41082. end try
  41083. All Packages
  41084. System Enabler 065 (LC 575)O
  41085. Dev.CD Apr 94
  41086. Dev.CD Jan 94P
  41087. Dev.CD Apr 94
  41088. Dev.CD Jan 9V
  41089. 74725X
  41090. Apr 94
  41091. language-neutral
  41092. languagess
  41093. largeb
  41094. large
  41095. collection
  41096. tools
  41097. scripts
  41098. libraries
  41099. examples
  41100. larger
  41101. Nov 94M
  41102. System 7.0 or laterNCFile System Manager, FSM, External File System, Foreign File SystemO?Dev.CD Jul 00 SDK1:Development Kits:Mac OS:File System Manager:PGDev.CD Jul 00 SDK1
  41103.  - Development Kits
  41104.  - Mac OS
  41105.  - File System Manager to insert data into the output stream AFTER a given subsection
  41106.   4) how to remove data for a given subsection
  41107.   5) how to replace data for a given subsection
  41108.   6) how to detect a given page
  41109. The SectionReport filter generates a log file with all the subsection inBzformation that passes through this filter. The log file has a .dsc suffix and is written to your Job Documentation Folder.
  41110. Sample Code.imgK
  41111. Dec 99M
  41112. LaserWriter 8.7N
  41113. Printing, PostScript, FilterO
  41114. Dev.CD May 00 TC:Sample Code:P
  41115. Dev.CD May 00 TC
  41116.  - Sample Code
  41117. --set theItem to choose file -- uncomment to test in an AS editor
  41118.     tell application "Finder"
  41119.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):ColorSync SDK:Documentation:Embedding Profile Documentation:"
  41120.         activate
  41121.     end tell
  41122. on error errMsg number errNum
  41123.     --enter statements to perform when no records are found such as...
  41124.     display dialog "Sorry, the item you selected could not be found."
  41125.     return
  41126. end try
  41127.     return
  41128. end try
  41129. All Packages
  41130. F    PowerTalkO
  41131. Dev.CD Apr 95
  41132. Dev.CD Jan 95P
  41133. Dev.CD Apr 95
  41134. Dev.CD Jan 9V
  41135. 72989X
  41136. Apr 95
  41137. p--set theItem to choose file -- uncomment to test in an AS editor
  41138.     tell application "Finder"
  41139.         open item "Dev.CD Apr 95
  41140. Dev.CD Jan 95"
  41141.         activate
  41142.     end tell
  41143. on error errMsg number errNum
  41144.     --enter statements to perform when no records are found such as...
  41145.     display dialog "Sorry, the item you selected could not be found."
  41146.     return
  41147. end try
  41148. All Packages
  41149. 73994X
  41150. Nov 99^
  41151. --set theItem to choose file -- uncomment to test in an AS editor
  41152.     tell application "Finder"
  41153.         open item "Dev.CD Nov 99 TC:Tool Chest:Networking:HotSauce (Project X):"
  41154.         activate
  41155.     end tell
  41156. on error errMsg number errNum
  41157.     --enter statements to perform when no records are found such as...
  41158.     display dialog "Sorry, the item you selected could not be found."
  41159.     return
  41160. end try
  41161. Deletedq
  41162. Dev.CD Nov 99 TC
  41163. D!All Packages
  41164. Tool Chest Edition
  41165. How to Detect a CD
  41166. ISummary:  Sample code and discussion of how to detect whether a volume is a CD or not.  Discusses the various drawbacks of all the different approaches.
  41167. Features:  C sample code demonstrating how to use the device manager, SCSI, and calls to the CD-ROM driver to give pretty good hints about whether a volume is a CD-ROM or not.
  41168. JRidentifyCD.
  41169. main.c
  41170. Makefile
  41171. Not used in this example
  41172. ReadMe
  41173. WhereCDs.c
  41174. WhereCDs.hK
  41175. Dec 95N CD-ROM, SCSI, Device Manager, CD Thi
  41176. Summary: This is the electronic version of develop magazine.
  41177.  Issue 16 highlights:
  41178. Making the Leap to PowerPC  by Dave Radcliffe.   An overview of the PowerPC platform, and coding strategies for both compatibility and speed.
  41179. Building PowerTalk-Savvy Applications  by Steve Falkenburg.   How to incorporate direct mailing and digital signatures into your application.
  41180. Drag and Drop From the Finder  by Dave Evans and Greg Robbins.   Taking advantage of the new drag and drop services is eas
  41181. y, and your users will love it.
  41182. Color Matching Made Easy With QuickDraw GX  by Daniel Lipton.   QuickDraw GX integrates ColorSync to make color matching nearly effortless.
  41183. International Number Formatting  by Norbert Lindenberg.   Some good methods for handling the different number formats around the world.
  41184. Somewhere in QuickTime: What
  41185. s New With Sound Manager 3.0  by Jim Reekes.  Changes (and bug fixes!) in the Sound Manager. Finally, you can remove all that workaround code.
  41186. Print Hint
  41187. authenticator
  41188. author
  41189. authoring
  41190. authorized
  41191. authorsp
  41192. autoz
  41193. autoguest
  41194. localizers
  41195. locationt
  41196. locator
  41197. lockvol
  41198. lockvol
  41199. lurkers
  41200. lurkers
  41201. hosesample
  41202. application
  41203. environment
  41204. graphics
  41205. primer
  41206. runtime
  41207. architectures
  41208. market
  41209. media
  41210. memory
  41211. modern
  41212. module
  41213. monitorr
  41214. navigator
  41215. newsi
  41216. notesS
  41217. onescannerg
  41218. opp's
  41219. palette
  41220. parserV
  41221. performance
  41222. photoshop
  41223. player
  41224. plugins
  41225. postscript
  41226. primer
  41227. adbreinit
  41228. adlibX
  41229. adlib
  41230. 2.6.5X
  41231. adlib
  41232. 3.0.1Y
  41233. adobeZ
  41234. adobe
  41235. acrobat
  41236. readerZ
  41237. advanced[
  41238. advanced
  41239. color
  41240. imaging
  41241. sample
  41242. applications\
  41243. tools]
  41244. terminology
  41245. 3/92^
  41246. aegizmos_
  41247. aegizmos
  41248. 1.4.2_
  41249. aetracker`
  41250. aetracker
  41251. aevta
  41252. dcmda
  41253. aliasc
  41254. alias
  41255. analysis
  41256. analyzerT
  41257. appearanced
  41258. appearance
  41259. 1.0.2d
  41260. appearance
  41261. 1.0.4e
  41262. applef
  41263. apple
  41264. cd-rom
  41265. handbookf
  41266. apple
  41267. color
  41268. onescanner
  41269. apple
  41270. detectors
  41271. apple
  41272. developer
  41273. archivei
  41274. apple
  41275. directions
  41276. 1995j
  41277. apple
  41278. directions
  41279. 1996k
  41280. apple
  41281. directions
  41282. 1997l
  41283. apple
  41284. event
  41285. registry
  41286. suitesm
  41287. enablerC
  41288. eventm
  41289. handbookf
  41290. imaging[
  41291. newsi
  41292. notesS
  41293. onescannerg
  41294. parserV
  41295. primitivesd
  41296. principles
  41297. printN
  41298. print2
  41299. printable
  41300. printdialogmagic
  41301. printed
  41302. printenv
  41303. ode.imgK
  41304. Nov 99M*Appearance Manager and System 8.1 or laterN<live scrolling, control, proportional scroll bar, appearanceO
  41305. Dev.CD May 00 TC:Sample Code:P
  41306. Dev.CD May 00 TC
  41307.  - Sample CodeV
  41308. 72819X
  41309. May 00^
  41310. r--set theItem to choose file -- uncomment to test in an AS editor
  41311.     tell application "Finder"
  41312.         open item "Dev.CD May 00 TC:Sample Code:"
  41313.         activate
  41314.     end tell
  41315. on error errMsg number errNum
  41316.     --enter statements to perform when no records are found such as...
  41317.     display dialog "Sorry, the item you selected could not be found."
  41318.     return
  41319. end try
  41320. e    No Changef9live scrolling
  41321. control
  41322. proportional scroll bar
  41323. appearancell bar
  41324. appearance
  41325. 73897X
  41326. Sep 96^
  41327. --set theItem to choose file -- uncomment to test in an AS editor
  41328.     tell application "Finder"
  41329.         open item "Dev.CD Sep 96 RL:Technical Documentation:develop:develop Issue 16:"
  41330.         activate
  41331.     end tell
  41332. on error errMsg number errNum
  41333.     --enter statements to perform when no records are found such as...
  41334.     display dialog "Sorry, the item you selected could not be found."
  41335.     return
  41336. end try
  41337. Deletedq
  41338. Dev.CD Sep 96 RL
  41339. 3D(All Packages
  41340. Reference Library Edition
  41341. develop Issue 17
  41342.      supports TEXT,PICT and MooV.
  41343. Preference settings.
  41344. J'Sample PICT
  41345. SimpleApp
  41346. SimpleApp Read MeK
  41347. Aug 93MYAny Macintosh, running System 7.0 on up.  QuickTime
  41348.  1.0  or 1.5 needed but not required.O6Dev.CD May 00 TC:Tool Chest:QuickTime:SimpleApp 1.0.2:P>Dev.CD May 00 TC
  41349.  - Tool Chest
  41350.  - QuickTime
  41351.  - SimpleApp 1.0.2V
  41352. 73274X
  41353. May 00^
  41354. mactype
  41355. mactype
  41356. datasheet
  41357. white
  41358. paper
  41359. 73951X
  41360. Mar OO^
  41361. RLDisk 1
  41362. --set theItem to choose file -- uncomment to test in an AS editor
  41363.     tell application "Finder"
  41364.         open item "Dev.CD Mar OO RLDisk 1:Interactive Media Resources:"
  41365.         activate
  41366.     end tell
  41367. on error errMsg number errNum
  41368.     --enter statements to perform when no records are found such as...
  41369.     display dialog "Sorry, the item you selected could not be found."
  41370.     return
  41371. end try
  41372. Deletedf:DVD
  41373. content
  41374. development
  41375. entertainment
  41376. consumer electronicsq
  41377. Dev.CD Mar OO RLDisk 1
  41378. iD!All Packages
  41379. Tool Chest Edition
  41380. EditTextCdevI
  41381. Summary: EditTextCdev is a sample Control Panel device (cdev) that demonstrates the use of the edit-related messages and how to implement an editText item in a cdev. J
  41382. Sample Code.imgK
  41383. Apr 97O
  41384. Dev.CD May 00 TC:Sample Code:P
  41385. Dev.CD May 00 TC
  41386.  - Sample CodeV
  41387. 73952X
  41388. May 00^
  41389. # libraries for taking advantage of the AppleShare Client API.
  41390. 71311X
  41391. 1e    No Change
  41392. Dev.CD Jul 96 SSWP
  41393. Dev.CD Jul 96 SSV
  41394. 74628X
  41395. Jul 96
  41396. f--set theItem to choose file -- uncomment to test in an AS editor
  41397.     tell application "Finder"
  41398.         open item "Dev.CD Jul 96 SSW"
  41399.         activate
  41400.     end tell
  41401. on error errMsg number errNum
  41402.     --enter statements to perform when no records are found such as...
  41403.     display dialog "Sorry, the item you selected could not be found."
  41404.     return
  41405. end try
  41406. All Packages
  41407. System 7.5 Update 2.0O
  41408. Dev.CD Jul 96 SSWP
  41409. Dev.CD Jul 96 SSV
  41410. 74629X
  41411. Jul 96
  41412. f--set theItem to choose file -- uncomment to test in an AS editor
  41413.     tell application "Finder"
  41414.         open item "Dev.CD Jul 96 SSW"
  41415.         activate
  41416.     end tell
  41417. on error errMsg number errNum
  41418.     --enter statements to perform when no records are found such as...
  41419.     display dialog "Sorry, the item you selected could not be found."
  41420.     return
  41421. end try
  41422. All Packages
  41423. System 7.5 Update 2.0O
  41424. Dev.CD Jul 96 SSWP
  41425. Dev.CD Jul 96 SSV
  41426. 74630X
  41427. Jul 96
  41428. resizeabley
  41429. em to choose file -- uncomment to test in an AS editor
  41430.     tell application "Finder"
  41431.         open item "Dev.CD Apr 94
  41432. Dev.CD Jan 94
  41433. Dev.CD Oct 93"
  41434.         activate
  41435.     end tell
  41436. on error errMsg number errNum
  41437.     --enter statements to perform when no records are found such as...
  41438.     display dialog "Sorry, the item you selected could not be found."
  41439.     return
  41440. end try
  41441. demonstates
  41442. demonstation
  41443. demonstrate\
  41444. demonstrates
  41445. programmatically
  41446. background
  41447. webobjectsandjava
  41448. webobjectscategories
  41449. webobjectscategories
  41450. webobjectsperformanc
  41451. webobjectsperformanc
  41452. webobjectstoolsandte
  41453. webobjectstoolsandte
  41454. hypercard
  41455. rejected
  41456. rejoice
  41457. rekeytrans
  41458. relate
  41459. relatedb
  41460. relates
  41461. relating
  41462. relational
  41463. relations
  41464. relationship
  41465. relationships
  41466. relativez
  41467. relatively
  41468. relax
  41469. releaseQ
  41470. release
  41471. notes
  41472. released
  41473. releaseresource
  41474. releasesj
  41475. relevanti
  41476. reliability
  41477. f global event filtering service. Carefully isolate your use of this code and you may be able to make the move to Copland without too much pain.
  41478. Mar 96
  41479. version
  41480. windowed
  41481. allows
  41482. creation
  41483. versionedit
  41484. video
  41485. viewX
  41486. viewed
  41487. viewer
  41488. summary
  41489. description
  41490. input
  41491. methods
  41492. chinese
  41493. summary
  41494. disinfectant
  41495. anti-viral
  41496. utility
  41497. summary
  41498. diskfiller
  41499. little
  41500. utility
  41501. allows
  41502. users
  41503. summary
  41504. displays
  41505. record
  41506. directly
  41507. current
  41508. print
  41509. recor
  41510. summary
  41511. disposeresource
  41512. extension
  41513. catches
  41514. commo
  41515. summary
  41516. doubletrouble
  41517. debugging
  41518. utility
  41519. catch
  41520. summary
  41521. driver
  41522. installer
  41523. quick
  41524. dirty
  41525. application
  41526. summary
  41527. provides
  41528. ability
  41529. download
  41530. postscript
  41531. summary
  41532. dropdisk
  41533. application
  41534. mounts
  41535. images
  41536. summary
  41537. sample
  41538. illustrate
  41539. software
  41540. project
  41541. summary
  41542. edittextcdev
  41543. sample
  41544. control
  41545. panel
  41546. device
  41547. summary
  41548. evenbetterbuserror
  41549. helps
  41550. catch
  41551. reneg
  41552. summary
  41553. example
  41554. building
  41555. simple
  41556. volumes
  41557. summary
  41558. finderheaps
  41559. debugging
  41560. allows
  41561. summary
  41562. years
  41563. chinese
  41564. input
  41565. bottleneck
  41566. we're
  41567. we've
  41568. weather
  41569. objects
  41570. documentation
  41571. web-site
  41572. webcolor
  41573. webobjects
  41574. webobjects
  41575. library
  41576. webobjects
  41577. webobjects
  41578. categories
  41579. posers
  41580. theresa
  41581. tensor
  41582. webobjects
  41583. developer's
  41584. guide
  41585. webobjects
  41586. memory
  41587. management
  41588. theresa
  41589. tensor
  41590. inform
  41591. webobjects
  41592. tools
  41593. techniques
  41594. theresa
  41595. tensor
  41596. well-designed
  41597. well-trod
  41598. wereo
  41599. what_
  41600. memory
  41601. systemc
  41602. system
  41603. features
  41604. system
  41605. identification
  41606. system
  41607. software
  41608. release
  41609. systemsp
  41610. table
  41611. tablet
  41612. color
  41613. tanzania
  41614. tcp/ip
  41615. tcp/ip
  41616. appletalk
  41617. reconfiguration
  41618. network
  41619. setup
  41620. ottcpwilldial
  41621. tcp/ip
  41622. search
  41623. technical
  41624. technote
  41625. television
  41626. testing
  41627. editor
  41628. encoding
  41629. encoding
  41630. converter
  41631. textedit
  41632. thread
  41633. thread
  41634. manager
  41635. timing
  41636. tokenQ
  41637. token
  41638. ringQ
  41639. tokenizer
  41640. tokentalk
  41641. toolbox
  41642. toolkit
  41643. tools
  41644. traditional
  41645. translationy
  41646. translator
  41647. transport
  41648. tsmte
  41649. types
  41650. typography
  41651. unicode
  41652. unicode
  41653. utilities
  41654. universal
  41655. universal
  41656. serial
  41657. serial
  41658. ports
  41659. series
  41660. server
  41661. server
  41662. controls
  41663. server
  41664. developer
  41665. servers
  41666. services
  41667. setdefaultdtp
  41668. setdeskcpat
  41669. setting
  41670. setup
  41671. sharedv
  41672. shared
  41673. volumes
  41674. sharing
  41675. sherlock
  41676. showicon
  41677. showinit
  41678. signature
  41679. signing
  41680. simpletext
  41681. simplified
  41682. single-link
  41683. manager
  41684. sniffer
  41685. socket
  41686. softwareQ
  41687. solaris
  41688. solutions
  41689. sound
  41690. sound
  41691. input
  41692. driver
  41693. sound
  41694. level
  41695. meters
  41696. stress
  41697. string
  41698. string
  41699. encoding
  41700. string
  41701. services
  41702. strings
  41703. strip
  41704. strlog
  41705. structure
  41706. structure
  41707. region
  41708. style
  41709. style
  41710. guideu
  41711. stylechat
  41712. sub-menus
  41713. suite
  41714. summary
  41715. switch
  41716. switching
  41717. symbiotic
  41718. synchronization
  41719. it and
  41720. sample
  41721. demonstrates
  41722. easiest
  41723. transpo
  41724. sample
  41725. demonstrates
  41726. mapper
  41727. sample
  41728. demonstrates
  41729. no-copy
  41730. receives
  41731. under
  41732. he ColorSync
  41733.  Plug-In Modules ensure that your color images will be reproduced most accurately on any device. Three Modules (Import, Export, and Filter) are available to fit into any type of work-flow, and to provide color matching capabilities to the novice color user as well as to the most demandi
  41734. ng color user.
  41735. With the Plug-In
  41736. s you will be able to: 
  41737.  Accurately print the image viewed on your monitor. 
  41738.  Accurately print or view the image you have scanned. 
  41739.  Embed a profile in your image to be specified as the image
  41740. s source. 
  41741.  Make four-color or HiFi-color separations for any press printing condition. 
  41742.  Use your in-house device to preview what your image will look like on the printing press. 
  41743.  Execute any custom color matching needed.
  41744. New ColorSync Photoshop Plug-ins (Impo
  41745. r--set theItem to choose file -- uncomment to test in an AS editor
  41746.     tell application "Finder"
  41747.         open item "Dev.CD May 00 TC:Sample Code:"
  41748.         activate
  41749.     end tell
  41750. on error errMsg number errNum
  41751.     --enter statements to perform when no records are found such as...
  41752.     display dialog "Sorry, the item you selected could not be found."
  41753.     return
  41754. end try
  41755. stcomponents
  41756. listcomponents
  41757. listlogic
  41758. listlogic
  41759. listoid
  41760. listoid
  41761. listselect
  41762. listselect
  41763. install
  41764. install
  41765. locales
  41766. locales
  41767. localization
  41768. localization
  41769. japan
  41770. localization
  41771. tools
  41772. locator
  41773. looksmart
  41774. lurkers
  41775. lurkers
  41776. lurkers
  41777. lurkers
  41778. readme
  41779. lurkers
  41780. readme
  41781. graphics
  41782. primer
  41783. interfaces
  41784. system
  41785. involvesp
  41786. lving
  41787. iostreams
  41788. iotracer
  41789. 74065X
  41790. Jan 99^
  41791. q--set theItem to choose file -- uncomment to test in an AS editor
  41792.     tell application "Finder"
  41793.         open item "Dev.CD Jan 99 SDK1:Mac Logo:"
  41794.         activate
  41795.     end tell
  41796. on error errMsg number errNum
  41797.     --enter statements to perform when no records are found such as...
  41798.     display dialog "Sorry, the item you selected could not be found."
  41799.     return
  41800. end try
  41801. Deletedf
  41802. Apple
  41803. Dev.CD Jan 99 SDK1
  41804. D&All Packages
  41805. System Software Edition
  41806. te upgrade for anyone on the Internet or anyone who wants to be. With more than 50 powerful new features, Mac OS 9 offers a full suite of capabilities for new and advanced users. Technologies  include  Sherlock 2, AppleScript, QuickTime, ColorSync, DVD, Digital Video, USB, FireWire, Open GL, Game Sprockets and more.
  41807. Localized releases of Mac OS 9 may be found on the October, November, and December 1999 System Software Editions in the following languages: Chinese (Simges: Chinese (Sim
  41808. 74066X
  41809. architectures
  41810. archivei
  41811. archivecontent
  41812. archivecontent
  41813. artwork
  41814. market
  41815. guide
  41816. asian
  41817. asian
  41818. print
  41819. security
  41820. protocol
  41821. registry
  41822. server
  41823. controls/events
  41824. authentication
  41825. module
  41826. askyesno
  41827. aslmv
  41828. 2.0.1
  41829. licensing
  41830. diskv
  41831. debugging
  41832. toolsv
  41833. developer
  41834. toolsv
  41835. documentationv
  41836. examplesv
  41837. installerv
  41838. installer
  41839. imagev
  41840. symfilesv
  41841. asset
  41842. assistant
  41843. atags
  41844. atags
  41845. manual
  41846. atags
  41847. manual
  41848. atalk
  41849. atalk
  41850. toolkit
  41851. atalkzones
  41852. atalkzones
  41853. mmunications
  41854. toolbox
  41855. contains
  41856. palette
  41857. parserV
  41858. pascal
  41859. performance
  41860. photoshop
  41861. player
  41862. plugins
  41863. postscript
  41864. powerbook
  41865. primer
  41866. to post public messages to the network.
  41867. Talking Heads:  Startup document that allow you to "talk" with others in your network.  Files can be transferred between users.
  41868. TalkTool:  TalkTool is an MPW tool that allows you to use several protocols over AppleTalk.  It can send DDP, ATP, and Echo packets, and you can register names, get the zone list, and view names registered in the network
  41869. TCP:  Includes two MPW Tools, TCPSend and TCPReceive, that demonstrate a very simple establishment of 
  41870. a TCP connection and sending a text string over that connection. An API library of all the MacCTB driver and DNR calls is also included.
  41871. TCP Server:  This client/server sample uses MacTCP to implement a simple "greeting" server.  The server opens up several listeners on kGreetingPort (1235).
  41872. TCPClose:  This snippet shows how to close a connection gracefully without causing errors or forcing aborts on either the local or remote end.
  41873. testNBP:  Test program to demonstrate case insensitivit
  41874. stems
  41875. System Enabler 065 (LC 575)O
  41876. Dev.CD Apr 94
  41877. Dev.CD Jan 94P
  41878. Dev.CD Apr 94
  41879. Dev.CD Jan 9V
  41880. 74708
  41881. chinesetraditionalfo
  41882. chinesetraditionalfo
  41883. 6.0.5
  41884. chromakeymovie
  41885. cihui
  41886. classic
  41887. language
  41888. libraryv
  41889. locationt
  41890. macro
  41891. managert
  41892. market
  41893. monitorr
  41894. newsi
  41895. notesS
  41896. onescannerg
  41897. opp's
  41898. palette
  41899. parserV
  41900. --set theItem to choose file -- uncomment to test in an AS editor
  41901.     tell application "Finder"
  41902.         open item "Dev.CD May 00 TC:Tool Chest:Testing & Debugging:Virtual User 3.0.1d3:"
  41903.         activate
  41904.     end tell
  41905. on error errMsg number errNum
  41906.     --enter statements to perform when no records are found such as...
  41907.     display dialog "Sorry, the item you selected could not be found."
  41908.     return
  41909. end try
  41910.  in its use.
  41911.  Apple doesn't own this package.  Please read the copyright meB
  41912. ssage. 
  41913.  Apple doesn't support this package.  Please contact the original author(s) for support (and expressions of gratitude, as appropriate!)
  41914. JFAbout ZoneRanger
  41915. Metrowerks ZoneRanger 1.1
  41916. ZoneRanger Revision HistoryK
  41917. May 94L
  41918. Nov 94M
  41919. any Macintosh computer.N'utility, heap zones, handles, resourcesO2Dev.CD Nov 99 TC:Tool Chest:Memory:ZoneRanger 1.1:P:Dev.CD Nov 99 TC
  41920.  - Tool Chest
  41921.  - Memory
  41922.  - ZoneRanger 1.1orithm@
  41923. all-new@
  41924. allocating@
  41925. ment.print a document.
  41926. QuickTime, Java, MRJO
  41927. Dev.CD May 00 TC:Sample Code:P
  41928. Dev.CD May 00 TC
  41929.  - Sample CodeV
  41930. 73818X
  41931. May 00^
  41932. r--set theItem to choose file -- uncomment to test in an AS editor
  41933.     tell application "Finder"
  41934.         open item "Dev.CD May 00 TC:Sample Code:"
  41935.         activate
  41936.     end tell
  41937. on error errMsg number errNum
  41938.     --enter statements to perform when no records are found such as...
  41939.     display dialog "Sorry, the item you selected could not be found."
  41940.     return
  41941. end try
  41942. e    No Changef
  41943. QuickTime
  41944. Dev.CD May 00 TC
  41945. dD(All Packages
  41946. Reference Library Edition
  41947. Bug Reporting
  41948. <The "Apple Bug Reporter" HyperCard stack is no longer the way to report bugs to Apple. Instead, you should report them through the World Wide Web by going to <http://gemma.apple.com/bin/bugrpt.pl>. If you do not have web access, fill out the template contained in this document and send it to <devsupport@apple.com>.
  41949. Deleted
  41950. Summary:  Three samples involving Standard File dialogs.
  41951. NOTE: StandardGetFolder replaces CustomGetFile
  41952.  StandardGetFolder: This demonstrates a CustomGetFile call, with additions to the dialog to allow selection of a folder or volume.  This sample is loosely based on the previous CustomGetFolder sample.  This fixes numerous bugs and is substantially better for localization, as it uses Script Manager calls to handle the strings.
  41953. CustomPutAppend:  This demonstrates a CustomPutDialog wit
  41954. h an Append button that does not ask the user if he/she wants to replace the existing file. the sample code in InsideMac:Files, and the Human Interface Guidelines. It also has Balloon Help strings for the Append button.
  41955. CustomPutSuffix:  This demonstrates a CustomPutDialog with an Save button that checks to see if several files (with the name filename+suffix) already exist. a dialog hook procedure is responsible for presenting separate "Replace?" dialogs.  When the Save button is hit and
  41956. bugsS
  41957. bugs/incompatibilite
  41958. build]
  41959. builder
  41960. buildglfromwindow
  41961. buildingU
  41962. built-in
  41963. bulletproof
  41964. bundle
  41965. bundled
  41966. bundleservices
  41967. businessj
  41968. businesses
  41969. butcdef
  41970. butler
  41971. buttin
  41972. button
  41973. buttons
  41974. s when moving from location to location). This SDK contains a complete Location Manager Module with source, and documentation on other ways developers can integrate ALM support into their products.
  41975. Contains a new version of ALM (2.0.1) for developer use.
  41976. 72534X
  41977. 1e    No Change
  41978. 74896X
  41979. Jul 00^
  41980. --set theItem to choose file -- uncomment to test in an AS editor
  41981.     tell application "Finder"
  41982.         open item "Dev.CD Jul 00 SDK1:Development Kits:Mac OS:Text Encoding Converter 1.5:"
  41983.         activate
  41984.     end tell
  41985. on error errMsg number errNum
  41986.     --enter statements to perform when no records are found such as...
  41987.     display dialog "Sorry, the item you selected could not be found."
  41988.     return
  41989. end try
  41990. e    No ChangefCText Encoding Converter
  41991. Unicode
  41992. charset
  41993. character encoding
  41994. MIMEq
  41995. Dev.CD Jul 00 SDK1
  41996. D!All Packages
  41997. Tool Chest Edition
  41998. THooks
  41999. 5Summary: Ever wanted to patch a trap from a high-level language?  Now you can!  THooks is a C++ class which makes it easy to head-patch Macintosh traps from the comfort and safety of a high level language.  The THooks class takes care of the messy details; leaving you free to concentrate on your own program.
  42000. 74897X
  42001. 1e    No Change
  42002. D Jul 93
  42003. Dev.CD Apr 93V
  42004. 71955X
  42005. laserwriter
  42006. --set theItem to choose file -- uncomment to test in an AS editor
  42007.     tell application "Finder"
  42008.         open item "Dev.CD Apr 94
  42009. Dev.CD Jan 94
  42010. Dev.CD Oct 93
  42011. Dev.CD Jul 93
  42012. Dev.CD Apr 93"
  42013.         activate
  42014.     end tell
  42015. on error errMsg number errNum
  42016.     --enter statements to perform when no records are found such as...
  42017.     display dialog "Sorry, the item you selected could not be found."
  42018.     return
  42019. end try
  42020. e of interest to folks implimenting MacBinary in their communications or fiB
  42021. le compression packages.  
  42022. JMmacbinary-II-conf
  42023. macbinary-II-conf2
  42024. macbinary-II-standard
  42025. macbinary-standardK
  42026. May 93M
  42027. Adobe Acrobat Reader.OJDev.CD Jun 00 RL Disk 1:Technical Documentation:Misc. Standards:MacBinary:PRDev.CD Jun 00 RL Disk 1
  42028.  - Technical Documentation
  42029.  - Misc. Standards
  42030.  - MacBinaryv.CD Feb 95P
  42031. Dev.CD Feb 9V
  42032. 70317X
  42033. Feb 95
  42034. logo and NEW guidelines for its use. 
  42035.   2. Identify all your retail products with this small, yet powerful icon.
  42036. Developer commitment to providing the new Mac logo with wide scale, high profile visibility in combination with aggressive Apple-sponsored channel programs will increase overall sales of Macintosh products. Apple is working with our channel partners to ensure that packages with the Mac logo are prominently displayed and effectively merchandised. The goal of this campaign is to 
  42037. build a stronger, more financially secure Mac community that will continue to thrive for many years.
  42038. Some of the planned activities to support this campaign include:
  42039.  Retail End Caps, POP, ROP and Pre-Print Exposure 
  42040.  In-Store Merchandising Programs and Promotion
  42041.  Wholesale Distribution Programs
  42042.  Magazine Advertising Campaigns
  42043.  Mail-Order Catalog Programs and Promotions
  42044.  Apple Online Store Programs and Promotions 
  42045. To be considered for inclusion in these exciting, high-v
  42046. AltiVec, emulator, G4O
  42047. Dev.CD May 00 TC:Sample Code:P
  42048. Dev.CD May 00 TC
  42049.  - Sample CodeV
  42050. 73810X
  42051. May 00^
  42052. r--set theItem to choose file -- uncomment to test in an AS editor
  42053.     tell application "Finder"
  42054.         open item "Dev.CD May 00 TC:Sample Code:"
  42055.         activate
  42056.     end tell
  42057. on error errMsg number errNum
  42058.     --enter statements to perform when no records are found such as...
  42059.     display dialog "Sorry, the item you selected could not be found."
  42060.     return
  42061. end try
  42062. e    No Changef
  42063. AltiVec
  42064. emulator
  42065. Dev.CD May 00 TC
  42066. \D!All Packages
  42067. Tool Chest Edition
  42068. Backlight ControlI
  42069. Summary: Backlight Control is a control panel for PowerBooks which can be used to maximize the battery power by turning off the backlight while the PowerBook is inactive for certain time.J-About Backlight Control 1.0
  42070. Backlight ControlK
  42071. Oct 92M    PowerBookOPDev.CD May 00 TC:Tool Chest:Hardware:Display & Video Hardware:Backlight Control:nge
  42072. All Packages
  42073. 73501X
  42074. documentation
  42075. topics
  42076. include
  42077. documentationandsamp
  42078. documented
  42079. documentproc
  42080. documentsN
  42081. caution
  42082. software
  42083. compatible
  42084. system
  42085. cautionary
  42086. caveats
  42087. cbufffilestream
  42088. cd-romf
  42089. cd-rom-basedf
  42090. cdent
  42091. cdk's
  42092. celestial
  42093. celik
  42094. centerx
  42095. central
  42096. centre
  42097. certain
  42098. certainly
  42099. certificates
  42100. certified
  42101. cfdata
  42102. cfm-68kd
  42103. chance
  42104. changer
  42105. ation, Framework, Loadable bundle, Palette, code loading, dynamic linking, lproj, localized strings, Info.plist, Collection Services, CFArray.h, CFDictionary.h, CFBag.h, CFSet.h, CFTree.h, CFData.h, CFBinaryHeap.h, CFBitVector.h, CFArray, CFDictionary, CFBag, CFSet, CFTree, CFData, CFBinaryHeap, CFBitVector, collection, container, ordered collection, tree, set, bag, heap, vector, Property List Services, CFPropertyList.h, property list, information property list, info plist, Info.plist, CFA
  42106. rray, CFDictionary, CFDictionary, CFPropertyList, XML, Core Foundation, String Services, CFString.h, CFCharacterSet.h, CFStringEncodingsExt.h, CFString, string, mutable string, internationalization, localization, Unicode, character encoding, string encoding
  42107.    end tell
  42108. on error errMsg number errNum
  42109.     --enter statements to perform when no records are found such as...
  42110.     display dialog "Sorry, the item you selected could not be found."
  42111.     return
  42112. end try
  42113. All Packages
  42114. Dev.CD Jul 93
  42115. Dev.CD Apr 9V
  42116. 74429X
  42117. Jul 93
  42118. p--set theItem to choose file -- uncomment to test in an AS editor
  42119.     tell application "Finder"
  42120.         open item "Dev.CD Jul 93
  42121. Dev.CD Apr 93"
  42122.         activate
  42123.     end tell
  42124. on error errMsg number errNum
  42125.     --enter statements to perform when no records are found such as...
  42126.     display dialog "Sorry, the item you selected could not be found."
  42127.     return
  42128. end try
  42129. All Packages
  42130. F    QuickTimeO
  42131. Dev.CD Jul 93
  42132. Dev.CD Apr 93P
  42133. Dev.CD Jul 93
  42134. Dev.CD Apr 9V
  42135. 74430X
  42136. Jul 93
  42137. p--set theItem to choose file -- uncomment to test in an AS editor
  42138.     tell application "Finder"
  42139.         open item "Dev.CD Jul 93
  42140. Dev.CD Apr 93"
  42141.         activate
  42142.     end tell
  42143. on error errMsg number errNum
  42144.     --enter statements to perform when no records are found such as...
  42145.     display dialog "Sorry, the item you selected could not be found."
  42146.     return
  42147. end try
  42148. All Packages
  42149. F    QuickTimeO
  42150. Dev.CD Jul 93
  42151. Dev.CD Apr 93V
  42152. 74431X
  42153. bisibility programs, your products must have the Mac logo appropriately displayed on your products
  42154.  packaging as outlined on the guidelines. The Mac logo guidelines are included on this Developer CD. For more information, please see our web site at <http://developer.apple.com/mkt/maclogo.html> or contact our Licensing department at sw.license@apple.com.
  42155. JJClent Richardson Message.pdf
  42156. Mac Logo Art:
  42157. Mac Logo Guidelines:
  42158. NewMacLogoK
  42159. Jan 99N
  42160. Apple, Logo, MacO
  42161. Dev.CD Jan 99 SDK1:Mac Logo:P
  42162. Dev.CD Jan 99 SDK1
  42163.  - Mac Logoages
  42164. Tool Chest Edition
  42165. IW-Half-DitherI
  42166. Summary:  IW-Half-Dither is a new ImageWriter sample driver for QuickDraw GX that shows how to implement color plane separations as well as how to change the 'rdip' resource on the fly.J
  42167. Sample Code.imgK
  42168. Oct 96M3QuickDraw GX and an ImageWriter with a color ribbonN;QuickDraw GX raster ImageWriter Halftone Dither Sample CodeO
  42169. Dev.CD May 00 TC:Sample Code:P
  42170. Dev.CD May 00 TC
  42171.  - Sample CodeV
  42172. 70315X
  42173. May 00^
  42174. #well unles
  42175. 73905X
  42176. Jun 00^    RL Disk 1
  42177. --set theItem to choose file -- uncomment to test in an AS editor
  42178.     tell application "Finder"
  42179.         open item "Dev.CD Jun 00 RL Disk 1:Technical Documentation:Develop:develop Issue 23:"
  42180.         activate
  42181.     end tell
  42182. on error errMsg number errNum
  42183.     --enter statements to perform when no records are found such as...
  42184.     display dialog "Sorry, the item you selected could not be found."
  42185.     return
  42186. end try
  42187. e    No Changeq
  42188. Dev.CD Jun 00 RL Disk 1
  42189. All Packages
  42190. develop Issue 24
  42191. 73906X
  42192. edia development.  They include facilities for Title Management for creating and managing ScriptX applications, Composition Facilities, Graphics, Timed Behavior facilities for handling time-based streams and sequences, Interaction facilities for creating user interface elements, Data Management facilities, and Language Support Facilities.
  42193. See the document "About ScriptX" for details.
  42194. Apr 96L
  42195. Jul 96
  42196. interested
  42197. interesting
  42198. interfaceQ
  42199. interfacelib
  42200. interfacesd
  42201. interleave
  42202. interleaving
  42203. internal
  42204. internal
  42205. logic
  42206. internally
  42207. internationals
  42208. internationalization
  42209. interneth
  42210. interoperability
  42211. interoperate
  42212. --set theItem to choose file -- uncomment to test in an AS editor
  42213.     tell application "Finder"
  42214.         open item "Dev.CD May 00 TC:Tool Chest:QuickDraw GX:GXifier 1.1:"
  42215.         activate
  42216.     end tell
  42217. on error errMsg number errNum
  42218.     --enter statements to perform when no records are found such as...
  42219.     display dialog "Sorry, the item you selected could not be found."
  42220.     return
  42221. end try
  42222. tionManagement to enable the EOM (End-of-message option).
  42223. 4. Using OptionManagement to set 
  42224. Ithe default server message.
  42225. The sample provides a user option to make the OTServerLimits call and to also dump the packets that are received.  Note that by default, the incoming packets are saved to a file called "SavedPAPFileXX".  You can launch the server on the same system that you use the client to send data to the client.
  42226. Sample Code.imgK
  42227. Mar 98L
  42228. Sep 99O
  42229. Dev.CD May 00 TC:Sample Code:
  42230. Sample Code.imgK
  42231. Feb 92L
  42232. May 96O
  42233. Dev.CD May 00 TC:Sample Code:nge
  42234. 73900X
  42235. Jun 00^    RL Disk 1
  42236. --set theItem to choose file -- uncomment to test in an AS editor
  42237.     tell application "Finder"
  42238.         open item "Dev.CD Jun 00 RL Disk 1:Technical Documentation:Develop:develop Issue 19:"
  42239.         activate
  42240.     end tell
  42241. on error errMsg number errNum
  42242.     --enter statements to perform when no records are found such as...
  42243.     display dialog "Sorry, the item you selected could not be found."
  42244.     return
  42245. end try
  42246. e    No Changeq
  42247. Dev.CD Jun 00 RL Disk 1
  42248. 6D(All Packages
  42249. Reference Library Edition
  42250. develop Issue  2
  42251.     ample
  42252. aegizmos_
  42253. before
  42254. using
  42255. registration
  42256. defprocs
  42257. defprocs
  42258. first
  42259. first
  42260. first
  42261. hypercard
  42262. obsolete&unsupported
  42263. other
  42264. developer
  42265. sample
  42266. 2.0b6
  42267. 2.0b6
  42268. 73767X
  42269. Jul 00^
  42270. --set theItem to choose file -- uncomment to test in an AS editor
  42271.     tell application "Finder"
  42272.         open item "Dev.CD Jul 00 SDK1:Development Kits:Mac OS:Apple Guide:"
  42273.         activate
  42274.     end tell
  42275. on error errMsg number errNum
  42276.     --enter statements to perform when no records are found such as...
  42277.     display dialog "Sorry, the item you selected could not be found."
  42278.     return
  42279. end try
  42280. e    No Changef
  42281. Apple Guide
  42282. Help Systemsq
  42283. Dev.CD Jul 00 SDK1
  42284. 1D!All Packages
  42285. Mac OS SDK Edition
  42286. Apple Help SDK 1.0
  42287. The contents of this SDK enable developers to create html based help files that can be used with the Apple Help on Mac OS 8.6 or later systems.  The SDK contains the Apple Help documentation, the tools necessary to create Sherlock type indexes, example help files and a tutorial.
  42288. This is the initial release of the Apple Help SDK and is compatible with Mac OS 8.6 and later systems.
  42289. Apple Help SDK.smiK
  42290. Oct 99M
  42291. Mac OS 8.6 or later systemsg
  42292. computingZ
  42293. concentrate
  42294. concentric
  42295. concepts
  42296. conceptual
  42297. concern
  42298. concerns
  42299. concerted
  42300. concordia
  42301. concrete
  42302. concurrent
  42303. concurrently
  42304. condition
  42305. conditional
  42306. conditions
  42307. condone
  42308. conference
  42309. conferences
  42310. conferencingj
  42311. confessionsj
  42312. confidentj
  42313. confidential
  42314. config
  42315. configurable
  42316. configurationx
  42317. configuration
  42318. dialog
  42319. configurationsx
  42320.  speakerphone or a mobile telephone.
  42321. Issues:  Contact System Software Licensing for licensing details.
  42322. J|Apple Telecom Software 2.1:
  42323. Documentation:
  42324. Interfaces:
  42325. Libraries:
  42326. Stiletto Program:
  42327. Stiletto Sources:
  42328. Telephone Manager 3.0:K
  42329. Sep 93L
  42330. Jan 96O=Dev.CD Jul 99 SDK1:Development Kits:Mac OS:Telephone Manager:
  42331. fcode
  42332. features
  42333. fetch
  42334. field
  42335. manager
  42336. desktop
  42337. manager
  42338. sample
  42339. synchronization
  42340. backup
  42341. assistant
  42342. folder
  42343. duplicatio
  42344. system
  42345. manager
  42346. external
  42347. system
  42348. foreign
  42349. filename
  42350. files
  42351. filetool
  42352. filter
  42353. finder
  42354. finder
  42355. appleevents
  42356. finderevents
  42357. events
  42358. finder
  42359. label
  42360. finder
  42361. display
  42362. folder
  42363. launch
  42364. finderevents
  42365. firewire
  42366. firmware
  42367. benefitp
  42368. benefitsj
  42369. benign
  42370. berdahl
  42371. berkeley
  42372. berkowitz
  42373. le    No Changef
  42374. PowerBook 1400q
  42375. Dev.CD Jun 00 RL Disk 1
  42376. mD!All Packages
  42377. Tool Chest Edition
  42378. Learning how to effectively use the EOModeler application is an essential beginning to the development of any database driven web site. This survival guide explains the most commonly used features and options available in the EOModeler application.
  42379. EOModeler.pdfK
  42380. Jun 99M
  42381. Acrobat Reader 3.0N
  42382. EOModeler, databaseO7Dev.CD Feb 00 TC:Interactive Media Resources:EOModeler:P<Dev.CD Feb 00 TC
  42383.  - Interactive Media Resources
  42384.  - EOModelerV
  42385. 73956X
  42386. Feb 00^
  42387. --set theItem to choose file -- uncomment to test in an AS editor
  42388.     tell application "Finder"
  42389.         open item "Dev.CD Feb 00 TC:Interactive Media Resources:EOModeler:"
  42390.         activate
  42391.     end tell
  42392. on error errMsg number errNum
  42393.     --enter statements to perform when no records are found such as...
  42394.     display dialog "Sorry, the item you selected could not be found."
  42395.     return
  42396. end try
  42397. Deleted
  42398. Deleted
  42399. kages
  42400. p--set theItem to choose file -- uncomment to test in an AS editor
  42401.     tell application "Finder"
  42402.         open item "Dev.CD Apr 95
  42403. Dev.CD Jan 95"
  42404.         activate
  42405.     end tell
  42406. on error errMsg number errNum
  42407.     --enter statements to perform when no records are found such as...
  42408.     display dialog "Sorry, the item you selected could not be found."
  42409.     return
  42410. end try
  42411. u selected could not be found."
  42412.     return
  42413. end try
  42414. e    No Changef
  42415. AppleShare
  42416. AFP protocol.q
  42417. Dev.CD Apr 98 SDK1
  42418. All Packages
  42419. AppleSingle/AppleDouble FormatI
  42420. Summary: This document describes version 2 of the AppleSingle/AppleDouble file formats used for storing files on foreign file systems.J>AppleSingle/AppleDouble Formats
  42421. ReadMe
  42422. AppleSingle/AppleDoubleK
  42423. Vol VM
  42424. Adobe Acrobat Reader.O_Dev.CD Jun 00 RL Disk 1:Technical Documentation:Misc. Standards:AppleSingle/AppleDouble Format:V
  42425. 72551X
  42426. 1e    No Change
  42427. though
  42428. fully
  42429. functionindex
  42430. functionindex
  42431. gameheaders
  42432. gamesource
  42433. gatewayS
  42434. gender-based
  42435. gender-based
  42436. title
  42437. creation
  42438. general
  42439. general
  42440. tools
  42441. generator
  42442. generic
  42443. generic
  42444. module
  42445. cwpro2t
  42446. german
  42447. german
  42448. 1.1.3
  42449. germany
  42450. germany
  42451. distributors/localiz
  42452. gestalt
  42453. gestalt
  42454. gestalt
  42455. selectors
  42456. gestalt
  42457. submission
  42458. getbootvol
  42459. getbootvol
  42460. getdinfo
  42461. getdinfo
  42462. getdir
  42463. getdir
  42464. geteof
  42465. geteof
  42466. getfinfo
  42467. getfinfo
  42468. gethelpstrings
  42469. geticon
  42470. geticon
  42471.  not be found."
  42472.     return
  42473. end try
  42474. e    No Change
  42475. e    No Change
  42476. All Packages
  42477. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  42478. Dev.CD Jan 94
  42479. Dev.CD Oct 93
  42480. Dev.CD Jul 93
  42481. Dev.CD Apr 93PDDev.CD Apr 94
  42482. Dev.CD Jan 94
  42483. Dev.CD Oct 93
  42484. Dev.CD Jul 93
  42485. Dev.CD Apr 9V
  42486. 74847X
  42487. Apr 94
  42488. --set theItem to choose file -- uncomment to test in an AS editor
  42489.     tell application "Finder"
  42490.         open item "Dev.CD Apr 94
  42491. Dev.CD Jan 94
  42492. Dev.CD Oct 93
  42493. Dev.CD Jul 93
  42494. Dev.CD Apr 93"
  42495.         activate
  42496.     end tell
  42497. on error errMsg number errNum
  42498.     --enter statements to perform when no records are found such as...
  42499.     display dialog "Sorry, the item you selected could not be found."
  42500.     return
  42501. end try
  42502. All Packages
  42503. F"System Enabler 401 (Color Classic)O7Dev.CD Apr 94
  42504. Dev.CD Jan 94
  42505. Dev.CD Oct 93
  42506. Dev.CD Jul 93P6Dev.CD Apr 94
  42507. Dev.CD Jan 94
  42508. Dev.CD Oct 93
  42509. Dev.CD Jul 9V
  42510. 74848X
  42511. Apr 94
  42512. difficulties
  42513. difficultyo
  42514. digitizer
  42515. digitizers
  42516. Mac Logo
  42517. To support the sales of Mac products, Apple, in conjunction with our worldwide channel partners, is launching an aggressive campaign to ensure customers can easily locate Mac products on retail shelves through the prominent display of the NEW Mac platform logo. We know you
  42518. ll want to capitalize on this renewed interest in the Mac platform and make your products stand out to the millions of customers who want to buy Mac products. Getting involved is simple:
  42519.   1. Obtain the NEW Mac platform ev.CD May 00 TC:Tool Chest:Printing:Learning to Drive:P?Dev.CD May 00 TC
  42520.  - Tool Chest
  42521.  - Printing
  42522.  - Learning to DriveV
  42523. 72816X
  42524. May 00^
  42525. #simple ISO 9660 volumes.  Demonstrates reading & writing to a device, ISO 9660 format.J?iso9660
  42526. iso9660.make
  42527. iso9660.r
  42528. iso9660.rsrc
  42529. iso9660.
  42530. SrcsK
  42531. Dec 95N#ISO 9660, CD-ROM, device driver i/oO3Dev.CD May 00 TC:Tool Chest:Devices:CD-ROM:iso9660:P>Dev.CD May 00 TC
  42532.  - Tool Chest
  42533.  - Devices
  42534.  - CD-ROM
  42535.  - iso9660V
  42536. 70312X
  42537. May 00^
  42538. Ke    No Changef,network
  42539. setup
  42540. configuration
  42541. AppleTalk
  42542. TCP/IPq
  42543. Dev.CD May 00 TC
  42544. LD!All Packages
  42545. Tool Chest Edition
  42546. le is a quick demonstration of how to implement traceroute on top of the Open Transport native APIs.  The sample is useful because it gives a good demonstration of the setting the IP TTL option and of using a "rawip" endpoint to receive and process ICMP packets.
  42547. Sample Code.imgK
  42548. Sep 96L
  42549. Jun 98M"Any Macintosh with Open Transport.N0Open Transport, OT, Traceroute, rawip, icmp, udpO
  42550. Dev.CD May 00 TC:Sample Code:P
  42551. Dev.CD May 00 TC
  42552.  - Sample CodeV
  42553. 74179X
  42554. May 00^
  42555. r--set theItem to choose file -- uncomment to test in an AS editor
  42556.     tell application "Finder"
  42557.         open item "Dev.CD May 00 TC:Sample Code:"
  42558.         activate
  42559.     end tell
  42560. on error errMsg number errNum
  42561.     --enter statements to perform when no records are found such as...
  42562.     display dialog "Sorry, the item you selected could not be found."
  42563.     return
  42564. end try
  42565. e    No Change
  42566. e    No Change
  42567. client
  42568. clipboard
  42569. clipboard
  42570. magician
  42571. clipinfo
  42572. clipinfo
  42573. clipping
  42574. clipping
  42575. extension
  42576. clippings
  42577. cliptopict
  42578. cliptopict
  42579. fullyN
  42580. functione
  42581. function/method
  42582. functional
  42583. functionalityd
  42584. functionsB
  42585. functions/methods
  42586. fundamental
  42587. fundamentally
  42588. further
  42589. futurej
  42590. futures
  42591. g3-class
  42592. g3/233
  42593. g3/266
  42594. g3/26620th
  42595. gadgetsj
  42596. gainingj
  42597. gains
  42598. you increase your potential for success through project
  42599.     Bqplified and Traditional),Dutch, English, Finnish, French, German, Italian, Japanese, Korean, Norwegian, Swedish.
  42600. A5Requires: Disk Copy 6.3.3, 300MB free hard disk space
  42601. Mac OS 9
  42602. Dev.CD Oct 99 SSW:P
  42603. Dev.CD Oct 99 SSWPostScript Level 2 code for Level 2 devices.  Extremely compatible.  Fixes many problems with older drivers.  Faster performanceB
  42604. , especially in background.
  42605. JYDeveloper Information
  42606. New API  sample
  42607. New API documentation
  42608. Read me before using new API!K
  42609. Nov 93L
  42610. Nov 93M
  42611. System Software 6.0.7 or later.O7Dev.CD May 00 TC:Tool Chest:Printing:LaserWriter 8 API:P?Dev.CD May 00 TC
  42612.  - Tool Chest
  42613.  - Printing
  42614.  - LaserWriter 8 APIfiles for your development and we've improved the Macintosh Drag and Drop extension to provide PowerPC glue code.  For development, we provide the DragLib library that you use to link with your appl
  42615. 74910X
  42616. May 00^
  42617. --set theItem to choose file -- uncomment to test in an AS editor
  42618.     tell application "Finder"
  42619.         open item "Dev.CD May 00 TC:Tool Chest:Testing & Debugging:Hardware tools:"
  42620.         activate
  42621.     end tell
  42622. on error errMsg number errNum
  42623.     --enter statements to perform when no records are found such as...
  42624.     display dialog "Sorry, the item you selected could not be found."
  42625.     return
  42626. end try
  42627. e    No Changeq
  42628. Dev.CD May 00 TC
  42629. (D!All Packages
  42630. Tool Chest Edition
  42631. TweenCameraI
  42632. This demo program shows how to apply camera actions to a 3D model (a 3D media track) in a movie using the Tween Media type of QuickTime.J
  42633. Sample Code.imgK
  42634. Feb 00
  42635. - Common
  42636.     - Sun Compliant Java Runtime Environment 1.1
  42637.     - QuickTime 3 
  42638.     - QTJava.zip
  42639.     - QTJava media samples
  42640. - Mac OS:
  42641.     - System 8 or later
  42642.     - Macintosh Runtime for Java (MRJ) 2.1
  42643. - Windows 95, 98, or NT::
  42644.     - JRE/JDK from Sun Microsystems, Inc. recommended
  42645. :Sample Code:V
  42646. 74911X
  42647. 1e    No Change
  42648. Dev.CD Jul 93
  42649. Dev.CD Apr 93P
  42650. Dev.CD Jul 93
  42651. Dev.CD Apr 9V
  42652. 74427X
  42653. Jul 93
  42654. p--set theItem to choose file -- uncomment to test in an AS editor
  42655.     tell application "Finder"
  42656.         open item "Dev.CD Jul 93
  42657. Dev.CD Apr 93"
  42658.         activate
  42659.     end tell
  42660. on error errMsg number errNum
  42661.     --enter statements to perform when no records are found such as...
  42662.     display dialog "Sorry, the item you selected could not be found."
  42663.     return
  42664. end try
  42665. All Packages
  42666. F    QuickTimeO
  42667. Dev.CD Jul 93P
  42668. Dev.CD Jul 9V
  42669. 74428X
  42670. Jul 93
  42671. b--set theItem to choose file -- uncomment to test in an AS editor
  42672.     tell application "Finder"
  42673.         open item "Dev.CD Jul 93"
  42674.         activate
  42675.     end tell
  42676. on error errMsg number errNum
  42677.     --enter statements to perform when no records are found such as...
  42678.     display dialog "Sorry, the item you selected could not be found."
  42679.     return
  42680. end try
  42681. All Packages
  42682. F    QuickTimeO
  42683. Dev.CD Jul 93
  42684. Dev.CD Apr 93V
  42685. 74429X
  42686. popupmenuwithcurfont
  42687. popups
  42688. portT
  42689. portability
  42690. portable
  42691. ported
  42692. porting
  42693. porting
  42694. objective-c
  42695. theresa
  42696. tensor
  42697. informa
  42698. portion
  42699. portions
  42700. portlist
  42701. portraitj
  42702. portrect
  42703. ports
  42704. portuguese
  42705. positioning
  42706. positions
  42707. possibilities
  42708. possibility
  42709. possiblep
  42710. possibly
  42711. post-install
  42712. postal
  42713. poster
  42714. posting
  42715. posts
  42716. postscript
  42717. postscripthandle
  42718. postscripthandledemo
  42719. potential
  42720. potentially
  42721. pottier
  42722. imagecompositing
  42723. imagefile
  42724. imageproducing
  42725. imaging[
  42726. importexport
  42727. imran's
  42728. imran's
  42729. virtual
  42730. keycodes
  42731. index
  42732. indian
  42733. indian
  42734. language
  42735. indian
  42736. language
  42737. inline
  42738. inline
  42739. input
  42740. textedit
  42741. input
  42742. inputsprocket
  42743. ozone
  42744. p0nnz
  42745. pablo
  42746. packageU
  42747. package--opendoc
  42748. packages
  42749. packagetool
  42750. panel`
  42751. 74066X
  42752. Oct 99^
  42753. g--set theItem to choose file -- uncomment to test in an AS editor
  42754.     tell application "Finder"
  42755.         open item "Dev.CD Oct 99 SSW:"
  42756.         activate
  42757.     end tell
  42758. on error errMsg number errNum
  42759.     --enter statements to perform when no records are found such as...
  42760.     display dialog "Sorry, the item you selected could not be found."
  42761.     return
  42762. end try
  42763. Mac OS 9q
  42764. Dev.CD Oct 99 SSW
  42765. D(All Packages
  42766. Reference Library Edition
  42767. Mac OS Runtime ArchitecturesI
  42768. This book describes the Mac OS runtime architecture based upon the Code Fragment Manager (CFM) as well as the original classic 68K runtime architecture.JQDisplay Device Driver Guide
  42769. Mac OS Runtime Architectures
  42770. Read Me - Other SSW DocsK
  42771. Oct 97M
  42772. Adobe AcrobatN
  42773. Mac OS Runtime ArchitectureO@Dev.CD Dec 99 RL:Technical Documentation:More SSW Documentation:PEDev.CD Dec 99 RL
  42774.  - Technical Documentation
  42775.  - More SSW DocumentationV
  42776. 74067X
  42777. Dec 99^
  42778. # 95L
  42779. Jan 98N"LaserWriter 8 driver printer 8.5.1
  42780. e    No Changef&ShowIcon
  42781. ShowINIT
  42782. extension
  42783. iconsq
  42784. Dev.CD May 00 TC
  42785. D!All Packages
  42786. Tool Chest Edition
  42787. Simple DrawSprocket
  42788. This sample is designed to show simple use of DrawSprocket to set screen resolution and size within the confines of a standard Macintosh Toolbox environment.  Additionally, it demonstrates how to get DrawSprocket's version with DSpGetVersion () and without it.
  42789. J'Sample Code.img
  42790. Windows Sample Code.imgK
  42791. Dec 99MMCW2 or later and Universal Headers 3.2 (3.3 if building for DrawSprocket 1.7)N$DrawSprocket, GSpGetVersion, ToolboxO
  42792. Dev.CD May 00 TC:Sample Code:P
  42793. Dev.CD May 00 TC
  42794.  - Sample CodeV
  42795. 74510X
  42796. May 00^
  42797. M[This is a software only package and is provided as a tool for use with VU 1.1.1 and VU 2.0.evelopment
  42798. framework
  42799. opendoc
  42800. readme
  42801. opendoc
  42802. source
  42803. openfwbridgefixjuly9
  42804. opengl
  42805. opengl
  42806. parts
  42807. opengl
  42808. openmultfiles
  42809. opentptppp
  42810. opentptppp
  42811. opp's
  42812. opportunities
  42813. optimized
  42814. order
  42815. order
  42816. orientedR
  42817. oserr
  42818. debug
  42819. 1.0b1]
  42820. ossvcs
  42821. osutilities
  42822. ot/ppp
  42823. ot/ppp
  42824. client
  42825. other
  42826. output
  42827. overview
  42828. overview
  42829. appletalk
  42830. overview
  42831. appletalk
  42832. overview
  42833. development
  42834. overview
  42835. development
  42836. package
  42837. pages
  42838. client
  42839. interface
  42840. client
  42841. first
  42842. readV
  42843. sample
  42844. aegizmos_
  42845. before
  42846. using
  42847. registration
  42848. defprocs
  42849. defprocs
  42850. first
  42851. first
  42852. first
  42853. hypercard
  42854. obsolete&unsupported
  42855. other
  42856. developer
  42857. sample
  42858. 2.0b6
  42859. 2.0b6
  42860. enabler
  42861. encoding
  42862. logged
  42863. loggingY
  42864. logicz
  42865. logical
  42866. login
  42867. logins
  42868. introduction
  42869. introduction
  42870. quicktime
  42871. introspection
  42872. intuitive
  42873. intuitively
  42874. invalid
  42875. invaluable
  42876. invariably
  42877. inverse
  42878. invert
  42879. inverted
  42880. invertedtext
  42881. inverts
  42882. invested
  42883. investigate
  42884. investigated
  42885. investigation
  42886. investment
  42887. isn't
  42888. issuej
  42889. issue
  42890. highlights
  42891. issue
  42892. highlights
  42893. issue
  42894. highlights
  42895. issue
  42896. highlights
  42897. issue
  42898. highlights
  42899. issue
  42900. highlights
  42901. issue
  42902. highlights
  42903. issue
  42904. highlights
  42905. issue
  42906. highlights
  42907. issue
  42908. highlights
  42909. issue
  42910. highlights
  42911. issue
  42912. highlights
  42913. issue
  42914. highlights
  42915. issue
  42916. highlights
  42917. issue
  42918. highlights
  42919. 73888X
  42920. Mar OO^
  42921. RLDisk 1
  42922. --set theItem to choose file -- uncomment to test in an AS editor
  42923.     tell application "Finder"
  42924.         open item "Dev.CD Mar OO RLDisk 1:Interactive Media Resources:DesignForRobustness:"
  42925.         activate
  42926.     end tell
  42927. on error errMsg number errNum
  42928.     --enter statements to perform when no records are found such as...
  42929.     display dialog "Sorry, the item you selected could not be found."
  42930.     return
  42931. end try
  42932. Deletedf'WebObjects
  42933. Designing
  42934. Robustness
  42935. Testingq
  42936. Dev.CD Mar OO RLDisk 1
  42937. DetachedControllerIdThis demo program shows how to select and then play a QuickTime movie with its controller detached. J
  42938. Sample Code.imgK
  42939. Feb 00
  42940. - Common
  42941.     - Sun Compliant Java Runtime Environment 1.1
  42942.     - QuickTime 3 
  42943.     - QTJava.zip
  42944.     - QTJava media samples
  42945. - Mac OS:
  42946.     - System 8 or later
  42947.     - Macintosh Runtime for Java (MRJ) 2.1
  42948. - Windows 95, 98, or NT::
  42949.     - JRE/JDK from Sun Microsystems, Inc. recommended
  42950. QuickTime, Java, MRJckTime, Java, MRJW
  42951. system
  42952. tune-up
  42953. system
  42954. system
  42955. system
  42956. update
  42957. system
  42958. update
  42959. system
  42960. 7.5.5
  42961. update
  42962. system
  42963. enabler
  42964. system
  42965. enabler
  42966. system
  42967. enabler
  42968. centris/quadra
  42969. system
  42970. enabler
  42971. aslmv
  42972. aspects
  42973. assembled
  42974. assembler
  42975. assemblers
  42976. assembly
  42977. assembly-language
  42978. assembly-level
  42979. assigned
  42980. assignments
  42981. assist
  42982. assistancex
  42983. assistantj
  42984. assistants
  42985. assists
  42986. assocated
  42987. associatedQ
  42988. associationz
  42989. assume
  42990. assumed
  42991. assumption
  42992. assure
  42993. asynch
  42994. asynchronous
  42995. asynchronous
  42996. background
  42997. networking
  42998. macintosh
  42999. harry
  43000. asynchronously
  43001. r--set theItem to choose file -- uncomment to test in an AS editor
  43002.     tell application "Finder"
  43003.         open item "Dev.CD May 00 TC:Sample Code:"
  43004.         activate
  43005.     end tell
  43006. on error errMsg number errNum
  43007.     --enter statements to perform when no records are found such as...
  43008.     display dialog "Sorry, the item you selected could not be found."
  43009.     return
  43010. end try
  43011. system
  43012. software
  43013. specialT
  43014. specialized
  43015. specifics
  43016. Summary: This is the electronic version of develop magazine.
  43017.  Issue 14 highlights:
  43018. Writing Localizable Applications  by Joseph Ternasky and Bryan K. (
  43019. Beaker
  43020. ) Ressler.   Some real-world tips and tricks demonstrating 
  43021. global-aware
  43022.  text-handling techniques that will help you write more localizable applications.
  43023. 3-D Rotation Using a 2-D Input Device  by Michael Chen.   A user interface technique for intuitive rotation of 3-D objects using a 2-D input device like a mouse or pen.
  43024. Video D
  43025. igitizing Under QuickTime  by Casey King and Gary Woodcock.   Whether you
  43026. re developing a video digitizer, writing an application to control one, or just curious about how it all works, this will tell you what you need to know.
  43027. Making Better QuickTime Movies  by Kip Olson.   How to optimize your QuickTime movies for quality playback from CD-ROM.
  43028. Print Hints: Syncing Up With ColorSync  by John Wang.   All about ColorSync, Apple
  43029. s color matching technology.
  43030. Graphical Truffles: Four Common
  43031. xe    No Changeq
  43032. Dev.CD May 00 TC
  43033. yD!All Packages
  43034. Tool Chest Edition
  43035. ResEdit 2.1.3
  43036. USummary: ResEdit is Apple's standard direct-manipulation resource editing and creation tool.  See the "About ResEdit 2.1.3" file within the "ResEdit 2.1.3" folder for a list of new features and bug fixes in this release.
  43037. Features: Supports editing of all major resource types. You can also write your own ResEdit editors and integrate them.
  43038. Sample Code.imgK
  43039. Vol IIIL
  43040. Nov 94MnResEdit works on any Macintosh system with at least one megabyte of memory. It requires System 6.0.2 or later.O
  43041. Dev.CD May 00 TC:Sample Code:P
  43042. Dev.CD May 00 TC
  43043.  - Sample CodeV
  43044. 74480X
  43045. May 00^
  43046. lproj
  43047. lurkers
  43048. lurkers
  43049. projector
  43050. human
  43051. interface
  43052. guidelines
  43053. inside
  43054. macintosh
  43055. inside
  43056. runtime
  43057. architecture
  43058. windows
  43059. windows
  43060. sample
  43061. workgroupS
  43062. working
  43063. working
  43064. webobjects
  43065. worksheet
  43066. wprocasm
  43067. wprocasm
  43068. wrapcommenttext
  43069. writer
  43070. writing
  43071. writing
  43072. driver
  43073. writing
  43074. interactive
  43075. media
  43076. xcmdsn
  43077. xcmds&xfcns
  43078. xfcnc
  43079. xfcns
  43080. xthings
  43081. shell
  43082. sample
  43083. xtnow
  43084. xtnow
  43085. docsr
  43086. yahoo
  43087. yahoo
  43088. zaptcp
  43089. zaptcp
  43090. developer
  43091. notes
  43092. developers
  43093. development
  43094. device
  43095. device
  43096. driver
  43097. device
  43098. manager
  43099. device
  43100. managers
  43101. drivers
  43102. devnotes
  43103. dialog
  43104. dialogs
  43105. dictation
  43106. dictionary
  43107. dictionary
  43108. manager
  43109. digital
  43110. digital
  43111. camera
  43112. disabled
  43113. disassembler
  43114. disassembly
  43115. display
  43116. display
  43117. folder
  43118. display
  43119. display
  43120. manager
  43121. display
  43122. disposeresource
  43123. disposeresource
  43124. debugging
  43125. resource
  43126. handles
  43127. dither
  43128.  "Dev.CD Apr 95"
  43129.         activate
  43130.     end tell
  43131. on error errMsg number errNum
  43132.     --enter statements to perform when no records are found such as...
  43133.     display dialog "Sorry, the item you selected could not be found."
  43134.     return
  43135. end try
  43136. All Packages
  43137. QuickDraw GXO
  43138. Dev.CD Apr 95
  43139. Dev.CD Jan 95V
  43140. 73111X
  43141. Jan 98M
  43142. Adobe Acrobat Reader 3.0N'WebObjects, OPENSTEP, Memory ManagementO-Dev.CD Feb 00 TC:Interactive Media Resources:P/Dev.CD Feb 00 TC
  43143.  - Interactive Media Resources
  43144. rF    PowerTalkO
  43145. Dev.CD Apr 95P
  43146. Dev.CD Apr 9eveloper
  43147. s Toolkit is intended for two kinds of Apple developers: router developers who wish to develop an AURP-speaking router that interoperates with the Apple Internet Router, and adev developers who wish to develop a network connection file for the Apple Internet Router.
  43148.  The AppleTalk Wide Area Developer
  43149. s Toolkit contains the following items:
  43150. AppleTalk Update-Based Routing Protocol: Enhanced AppleTalk Routing
  43151. --------------------------------------
  43152. -----------
  43153. This document is the protocol specification for the AppleTalk Update-based Routing Protocol (AURP), which provides wide area routing enhancements to the AppleTalk routing protocols. It is useful for reference, and it provides information router developers need to implement AURP.
  43154. Apple Internet Router: User-Interface Extensions to the adev File
  43155. ---------------------------------------------
  43156. This document provides information needed to support the new adev resource calls. (An ade
  43157. summary
  43158. 5thcolumn
  43159. allows
  43160. control
  43161. informatiB
  43162. summary
  43163. collection
  43164. scripts
  43165. tools
  43166. summary
  43167. collection
  43168. reports
  43169. multimedia
  43170. standards
  43171. summary
  43172. macsbug
  43173. helps
  43174. detect
  43175. memory
  43176. summary
  43177. fills
  43178. disposed
  43179. memory
  43180. error
  43181. summary
  43182. guide
  43183. support
  43184. development
  43185. macintosh
  43186. summary
  43187. parser
  43188. allow
  43189. access
  43190. system'sV
  43191. summary
  43192. aetracker
  43193. init/control
  43194. panel
  43195. allows
  43196. summary
  43197. controlling
  43198. finder
  43199. through
  43200. apple
  43201. summary
  43202. which
  43203. known
  43204. finderevents
  43205. summary
  43206. apple
  43207. directions
  43208. developer
  43209. business
  43210. reportl
  43211. summary
  43212. apple
  43213. directions
  43214. developer
  43215. business
  43216. report
  43217. 1-12/k
  43218. summary
  43219. apple's
  43220. indian
  43221. language
  43222. summary
  43223. apple's
  43224. korean
  43225. language
  43226. affordable
  43227. summary
  43228. appleglot
  43229. translation
  43230. docviewer
  43231. doesn'tj
  43232. doesn't
  43233. documents
  43234. properly
  43235. doesnt
  43236. tion to create an exciting, successful CD-ROM-based product. It also provides tips on project managment and  building a development team.
  43237. Apple CD-ROM HandbookK
  43238. Aug 92M
  43239. Apple DocViewerOCDev.CD Dec 99 RL:Technical Documentation:Peripherals Documentation:PHDev.CD Dec 99 RL
  43240.  - Technical Documentation
  43241.  - Peripherals Documentation
  43242. incrementalb
  43243. independant
  43244. independently
  43245. indexb
  43246. index2color
  43247. indexed
  43248. 8e    No Changef
  43249. Virtual Userq
  43250. Dev.CD May 00 TC
  43251. 9D!All Packages
  43252. Tool Chest Edition
  43253. vuCollect 1.1
  43254. vSummary: vuCollect 1.1 is a tool to work with Virtual User to aid the gathering of information that Virtual User can see from the application under test. This version has been updated to work with Virtual User 2.0
  43255. Features: Format the output of Virtual User's matching statements in a way that the user can copy/paste when developing scripts.
  43256. MPW 3.2.3, Virtual User 2.0  
  43257. Virtual User tools.imgK
  43258. May 93N
  43259. VU, Virtual UserOCDev.CD May 00 TC:Tool Chest:Testing & Debugging:Virtual User tools:PKDev.CD May 00 TC
  43260.  - Tool Chest
  43261.  - Testing & Debugging
  43262.  - Virtual User toolsV
  43263. 74928X
  43264. May 00^
  43265. autoguest
  43266. automation
  43267. automation
  43268. essentials
  43269. 2.3.0
  43270. emulator
  43271. bitblitz
  43272. bouncingsprites
  43273. bring-up
  43274. broadcast
  43275. M.System 6.0.5 or greater, MacPlus or later CPU.NuA/ROSE, MCP, Macintosh Coprocessor Platform, Ethernet NB, PowerPC, Network Software, AppleTalk, TokenTalk, Token Ringe Kits or applications which depend on WorldScript technology should install these pieces as they improve the stability and performance of your system.  QuickDraw
  43276.  GX and Power Macintosh users should upgrade to these pieces as they provide important improvements over previous versions.  The files in this WorldScript updater are take
  43277. n from the Arabic Language Kit 1.0.1, Hebrew Language Kit 1.0.1 and the Cyrillic Language Kit 1.0.  You do not need this if you are running one of these kits and do not simultaneously have Japanese or Chinese installed.
  43278. See the document "WorldScript
  43279.  Updater Read Me" for details.
  43280. JT009-4303 (WS
  43281.  Updater)
  43282. WorldScript Updater 1.1 Install:
  43283. WorldScript
  43284.  Updater Read MeK
  43285. Feb 96L
  43286. Oct 96O7Dev.CD Aug 97 TC:Language Kits:WorldScript Updater 1.1:
  43287. 74881X
  43288. Jun 00^    RL Disk 2
  43289. --set theItem to choose file -- uncomment to test in an AS editor
  43290.     tell application "Finder"
  43291.         open item "Dev.CD Jun 00 RL Disk 2:Technical Publications:"
  43292.         activate
  43293.     end tell
  43294. on error errMsg number errNum
  43295.     --enter statements to perform when no records are found such as...
  43296.     display dialog "Sorry, the item you selected could not be found."
  43297.     return
  43298. end try
  43299. e    No ChangefSTechnical Publications
  43300. technical documentation
  43301. documentation
  43302. Tech Docs
  43303. publications
  43304. /A.http://developer.apple.com/techpubs/index.html
  43305. Dev.CD Jun 00 RL Disk 2
  43306. F,Technical Publications: Documentation in PDF
  43307. Collection of PDF documentation for Mac OS, Developer Notes, Java, Mac OS X, QuickTime, and WebObjects.
  43308. Features: Viewing and Printing instructions for PDF documents included. Refer to the 
  43309. README.html file in the "Documentation in PDF" folder for instructions.
  43310. uctions.
  43311. Sep 99
  43312. 73894X
  43313. Sep 96^
  43314. --set theItem to choose file -- uncomment to test in an AS editor
  43315.     tell application "Finder"
  43316.         open item "Dev.CD Sep 96 RL:Technical Documentation:develop:develop Issue 13:"
  43317.         activate
  43318.     end tell
  43319. on error errMsg number errNum
  43320.     --enter statements to perform when no records are found such as...
  43321.     display dialog "Sorry, the item you selected could not be found."
  43322.     return
  43323. end try
  43324. Deletedq
  43325. Dev.CD Sep 96 RL
  43326. 0D(All Packages
  43327. Reference Library Edition
  43328. develop Issue 14
  43329.     es!),e object, the ink object, and the transform object.
  43330. QuickDraw GX Printing
  43331. This book shows you how to support basic printing features including desktop printers, and how to use QuickDraw GX printing objects to customize printing and perform advanced printing-related tasks.
  43332. QuickDraw GX Printing Extensions and Drivers
  43333. This book shows you how to extend the printing capabilities of QuickDraw GX by creating a printing extension that can work with any appl
  43334. 2.0.1t
  43335. 2.0.2p
  43336. 2.0.4
  43337. 2.0.6
  43338. 2.0.7
  43339. 2.0.8
  43340. 2.0a1
  43341. 2.0v2
  43342. 2.1.1p
  43343. 2.1.2
  43344. 2.1.3
  43345. 2.1.4
  43346. 2.3.5
  43347. 2.3e4
  43348. 2.4b6z
  43349. 2.5.2
  43350. 2.5.7
  43351. 24gcO
  43352. 3.0.2
  43353. 3.2.1
  43354. 3.3.2
  43355. 3/92^
  43356. 32-bit
  43357. 350000
  43358. 366-mhz
  43359. 3d-partyj
  43360. 3d-thej
  43361. 4.0.8
  43362. 4.5.2
  43363. 4/16Q
  43364. 40-60
  43365. Tool Chest Edition
  43366. Language Kit Updater f/MacOS8
  43367. The release of Apple's Mac OS 8 brings increased functionality to your computer.  The "Language Kit Updater for Mac OS 8" is designed to make this transition as easy as possible for Language Kit users.  This Language Kit Updater will update your Apple Language Kit for compatibility with Mac OS 8.0 on your Mac OS compatible computer.  The Apple Language Kit Updater for Mac OS 8 (LKU8) is necessary when attempting to use one of the following:
  43368. Current Language Kits with Mac OS 8.0 or newer.
  43369.  PAP Client Interface
  43370.     kDraw GX Environment & Utilities
  43371. This book shows you how to set up your program to use QuickDraw GX, how QuickDraw GX relates to the rest of the Macintosh environment, and how to handle errors and debug your code.  It also describes a public data format for objects, and documents several managers that extend the object architecture and provide utility functions.
  43372. QuickDraw GX Graphics
  43373. This book shows  
  43374. Summary: This folder contains revised Acrobat versions of Inside Macintosh volumes Advanced Color Imaging on the Mac OS and its companion, Advanced Color Imaging Reference with hypertext links to new and modified material in those books. For an overview of these changes, see the document What's New in ACI.
  43375. Advanced Color Imaging on the Mac OS describes how to enhance your application
  43376. s color capabilities using the Palette Manager, the Color Picker Manager, the ColorSync Manager, and the CB
  43377. olor Manager. It
  43378. s companion book, Advanced Color Imaging Reference, documents the constants, data types, and functions your application uses to provide color support.
  43379. JCAdvanced Color Imaging
  43380. Advanced Color Imaging Ref
  43381. What's New in ACIK
  43382. Jan 97O:Dev.CD Dec 99 RL:Technical Documentation:Inside Macintosh:P?Dev.CD Dec 99 RL
  43383.  - Technical Documentation
  43384.  - Inside Macintosheventm
  43385. handbookf
  43386. imaging[
  43387. newsi
  43388. notesS
  43389. onescannerg
  43390. parserV
  43391. OO9Dev.CD May 00 TC:Language Kits:Arabic Language Kit 1.0.1:P>Dev.CD May 00 TC
  43392.  - Language Kits
  43393.  - Arabic Language Kit 1.0.1V
  43394. 73798X
  43395. May 00^
  43396. --set theItem to choose file -- uncomment to test in an AS editor
  43397.     tell application "Finder"
  43398.         open item "Dev.CD May 00 TC:Language Kits:Arabic Language Kit 1.0.1:"
  43399.         activate
  43400.     end tell
  43401. on error errMsg number errNum
  43402.     --enter statements to perform when no records are found such as...
  43403.     display dialog "Sorry, the item you selected could not be found."
  43404.     return
  43405. end try
  43406. e    No Changeq
  43407. Dev.CD May 00 TC
  43408. PD!All Packages
  43409. Tool Chest Edition
  43410. F    ARPSample
  43411. PAddress Resolution Protocol (ARP) is a protocol for mapping protocol (eg IP) addresses to hardware (eg Ethernet) addresses.  The OT ARP module provides an ARP service that is used by the OT TCP/IP stack. This sample demonstrates how you can get direct access to the ARP module to, amongst other things, add and remove ARP cache entries.
  43412. e    No Change
  43413. Summary:  The Apple International Glossaries contains translations for 1337 MacOS terms in 34 languages.
  43414. The "Apple International Glossaries" folder contains a Read Me file and 3 sub-folders:
  43415. 1. Apple Int'l Glossaries (TXT); this folder contains text file format.
  43416. 2. Apple Int'l Glossaries (SS); this folder contains Claris Works 4.0 spreadsheet file format.
  43417. 3. Apple Int'l Glossaries (LG); this folder contains AppleGlot file format.
  43418. Features:
  43419.  As a developer, you save time and money in th
  43420. e localization process. Now you can translate all resources that contain standard MacOS terminology automatically.
  43421.  Your localized products will be more consistent with the translated MacOS. 
  43422.  To look up a specific term easily, we have provided the Glossaries as ClarisWorks spreadsheet (SS) tables. You can find these in the folder "Apple Glossaries (SS)".
  43423.  To import the Glossaries into other spreadsheets or databases, we have also provided them as tab-delimited text files. You can find 
  43424. --set theItem to choose file -- uncomment to test in an AS editor
  43425.     tell application "Finder"
  43426.         open item "Dev.CD Apr 94
  43427. Dev.CD Jan 94
  43428. Dev.CD Oct 93
  43429. Dev.CD Jul 93"
  43430.         activate
  43431.     end tell
  43432. on error errMsg number errNum
  43433.     --enter statements to perform when no records are found such as...
  43434.     display dialog "Sorry, the item you selected could not be found."
  43435.     return
  43436. end try
  43437. application's[
  43438. application-specific
  43439. application/system
  43440. Dev.CD Oct 94P
  43441. Dev.CD Oct 9V
  43442. 74861X
  43443. Oct 94
  43444. b--set theItem to choose file -- uncomment to test in an AS editor
  43445.     tell application "Finder"
  43446.         open item "Dev.CD Oct 94"
  43447.         activate
  43448.     end tell
  43449. on error errMsg number errNum
  43450.     --enter statements to perform when no records are found such as...
  43451.     display dialog "Sorry, the item you selected could not be found."
  43452.     return
  43453. end try
  43454. All Packages
  43455. System UpdateO
  43456. Dev.CD Oct 94P
  43457. Dev.CD Oct 9V
  43458. 74862X
  43459. Oct 94
  43460. b--set theItem to choose file -- uncomment to test in an AS editor
  43461.     tell application "Finder"
  43462.         open item "Dev.CD Oct 94"
  43463.         activate
  43464.     end tell
  43465. on error errMsg number errNum
  43466.     --enter statements to perform when no records are found such as...
  43467.     display dialog "Sorry, the item you selected could not be found."
  43468.     return
  43469. end try
  43470. All Packages
  43471. System UpdateO
  43472. Dev.CD Oct 94P
  43473. Dev.CD Oct 9V
  43474. 74863X
  43475. Oct 94
  43476. dealing
  43477. deals
  43478. contextualh
  43479. contextual
  43480. menuh
  43481. control
  43482. control
  43483. control
  43484. panel
  43485. control
  43486. strip
  43487. control
  43488. strip
  43489. module
  43490. controls
  43491. conversion
  43492. converter
  43493. coprocessorQ
  43494. corba
  43495. foundation
  43496. corners
  43497. counter
  43498. countersA
  43499. counting
  43500. counts
  43501. crccalc
  43502. crcpatch
  43503. creator
  43504. cross-platform
  43505. cryptographic
  43506. cryptographic
  43507. authentication
  43508. cryptography
  43509. ctabhandle
  43510. ctseed
  43511. cursor
  43512. cursor
  43513. component
  43514. cursors
  43515. custom
  43516. custom
  43517. allocators
  43518. custom
  43519. customgetfile
  43520. customputfile
  43521. cyrillic
  43522. datah
  43523. conversion
  43524. database
  43525. debug
  43526. debug
  43527. sound
  43528. manager
  43529. 3.2.1
  43530. debugger
  43531. desktop
  43532. manager
  43533. detector
  43534. detectorsh
  43535. developeri
  43536. developer
  43537. documentation
  43538. gy. Editor's Note: MIcrotrends. News: Developer Support Enhancements; OpenDoc Support Builds; Educational PoweMac; QuickTime 2.1; Mac Common Lisp 3.0; PowerBook 5300 Shipments Resume; MAE for Japan; Copland Release Update
  43539. Technology: CD Highlights; OpenDoc HI FAQs; Optimizing PowerPC Programs
  43540. Business: Japanese Market Report; Confessions of New Mac Developer
  43541. Listings: DU Schedule; Internet Page
  43542. October 1995 Apple Directions Articles
  43543. News:  Apple Releases PowerPC Processor-Based PowerB
  43544. ook Computers; Strategy Mosaic: PCI-The Future of Macintosh Expansion; Editor
  43545.  Note: Doin What's Right; IndustryWatch: Enough to Make a Grown Man Cry; Macintosh DOS Compatible Systems Can Maintain Both Windows 3.x and Windows 95; New Power Macintosh Computers Outperform Pentium; Netscape Adopts QuickTime, QuickTime VR in Strategic Agreement; The Mac Speaks Back.
  43546. Technology:  CD Highlights: System Software Edition, October 1995; Human Interface: This Old Interface; QuickDraw 3D-The Future 
  43547. Summary: This is the electronic version of develop magazine.
  43548.  Issue 21 highlights:
  43549. Getting Started With OpenDoc Graphics  by Kurt Piersol.  OpenDoc provides very powerful document layout and imaging capabilities, but the basic graphics tasks that everyone needs to accomplish aren
  43550. t much more complex. Here are some recipes to get you started.
  43551. A First Look at Dylan: Classes, Functions, and Modules  by Steve Strassmann.  Dylan has fundamentally different notions about classes and methods 
  43552. than C++, notions that make specifying and using methods simpler and more expressive. Here
  43553. s an overview of the Dylan way of doing things.
  43554. Designing a Scripting Implementation  by Cal Simone.  The design of your application
  43555. s scripting vocabulary is as important as the design of your user interface. These guidelines will help you create a clean and consistent scripting vocabulary.
  43556. An Object-Oriented Approach to Hierarchical Lists  by Jan Bruyndonckx.  This article shows how to implement 
  43557. summary
  43558. installer
  43559. install
  43560. files
  43561. needed
  43562. worldscr
  43563. summary
  43564. collection
  43565. useful
  43566. quicktime
  43567. functions
  43568. summary
  43569. complete
  43570. demonstration
  43571. access
  43572. sample
  43573. demonstrates
  43574. ottransferproviderow
  43575. sample
  43576. demonstrates
  43577. easiest
  43578. transpo@
  43579. sample
  43580. includes
  43581. source
  43582. libraries
  43583. which
  43584. provide@
  43585. sample
  43586. designed
  43587. proper
  43588. thooks@
  43589. those
  43590. though@
  43591. thoughts@
  43592. three-dimensional@
  43593. tiac@
  43594. tiresome@
  43595. support
  43596. sales
  43597. products
  43598. apple
  43599. conjunction
  43600. ritten@
  43601. wrong@
  43602. you'll@
  43603. zoomdocproc@
  43604. 03-information
  43605. registrati
  43606. 1.4.2@
  43607. about@
  43608. about
  43609. appleshare
  43610. client
  43611. aegizmos
  43612. 1.4.2@
  43613. apple
  43614. directions
  43615. 03/96@
  43616. apple
  43617. event
  43618. xcmds
  43619. 1.0b3@
  43620. apple
  43621. standardsw
  43622. macappX
  43623. macapp
  43624. framework
  43625. object-oriented
  43626. macapp
  43627. framework
  43628. object-oriented
  43629. standard
  43630. library
  43631. carbonli
  43632. macapp
  43633. framework
  43634. object-oriented
  43635. classes
  43636. editor
  43637. resouY
  43638. maccheck
  43639. machine
  43640. macintalk
  43641. macintoshQ
  43642. macintosh
  43643. powerbook
  43644. series
  43645. developers
  43646. powerpc
  43647. backside
  43648. macodbc
  43649. macosxserver
  43650. macosxserver
  43651. appkit
  43652. foundation
  43653. project
  43654. builder
  43655. interface
  43656. macsbuga
  43657. macsbug
  43658. appleevent
  43659. apple
  43660. event
  43661. dcmda
  43662. macsbug
  43663. debugger
  43664. debugging
  43665. assembly
  43666. mactcp
  43667. mactcp
  43668. communications
  43669. toolbox
  43670. serial
  43671. ports
  43672. audio
  43673. mactcp
  43674. development
  43675. transport
  43676. zaptcp
  43677. mactcp
  43678. tcp/ip
  43679. suite
  43680. apple
  43681. events
  43682. applescript
  43683. email
  43684. management
  43685. splay the names of functions/methods. This is of great help to us in debugging if you send us MacsBug logs when a 
  43686. Mac OS 9.0
  43687. Mac OS 9 is the ultimate upgrade for anyone on the Internet or anyone who wants to be. With more than 50 powerful new features, Mac OS 9 offers a full suite of capabilities for new and advanced users. Technologies  include  Sherlock 2, AppleScript, QuickTime, ColorSync, DVD, Digital Video, USB, FireWire, Open GL, Game Sprockets and more.
  43688. Localized releases of Mac OS 9 may be found on the October, November, and December 1999 System Software Editions in the following languages: Chinese (Sim Indian Japanese Koreanq
  43689. Dev.CD May 00 TC
  43690. D!All Packages
  43691. Tool Chest Edition
  43692. LaserWriter 8 API
  43693. Issues:  Please contact Apple Licensing for redistribution information.
  43694. Claris XTND Files:
  43695. Document Converter
  43696. Documentation:
  43697. Macintosh Easy Open
  43698. Macintosh Easy Open Reference
  43699. Open Me
  43700. Read Me First
  43701. Translation Extensions:K
  43702. Jul 93L
  43703. Aug 95OADev.CD Apr 98 SDK1:Development Kits (Disc 1):Macintosh Easy Open:ac/PPCSoftware/PPCSoftware-2.html
  43704. Before swapping MRJ versions in t
  43705. viiiw
  43706. those
  43707. dustry
  43708. standard
  43709. architecture
  43710. summary
  43711. opendoc
  43712. j-1.1
  43713. localized
  43714. version
  43715. opendoc
  43716. summary
  43717. control
  43718. strip
  43719. sample
  43720. project
  43721. summary
  43722. manager
  43723. comprehensive
  43724. developm
  43725. summary
  43726. pccts
  43727. purdue
  43728. compiler-constructio
  43729. summary
  43730. pippin
  43731. multimedia
  43732. internet
  43733. playback
  43734. summary
  43735. popupfuncs
  43736. productivity
  43737. developers
  43738. summary
  43739. portlist
  43740. extension
  43741. helps
  43742. summary
  43743. powertracer
  43744. system
  43745. atrap
  43746. powerpc
  43747. function
  43748. summary
  43749. programmer's
  43750. small
  43751. allows
  43752. summary
  43753. projectdrag
  43754. drag-and-drop
  43755. source
  43756. control
  43757. summary
  43758. resedit
  43759. apple's
  43760. standard
  43761. direct-manipulation
  43762. developer
  43763. documentation
  43764. contains
  43765. summary
  43766. communications
  43767. toolbox
  43768. contains
  43769. corrected
  43770. correctlyy
  43771. corrects
  43772. correlate
  43773. correspondence
  43774. corresponding
  43775. corresponds
  43776. corrosponding
  43777. corrupted
  43778. corruption
  43779. cosmetic
  43780. costly
  43781. costsj
  43782. couldX
  43783. couldn't
  43784.  given to and the results returned from the call.
  43785. Features: AET 3B
  43786. .0 includes many enhancements, including more speed, and external programmatic interface, and MacsBug symbol recording.  Please see the Read Me for complete details.
  43787. JUAETracker
  43788. AETracker Monitor
  43789. AETracker 
  43790.  Read
  43791. AETracker.h
  43792. Programmatic Interface - AETK
  43793. Mar 92L
  43794. Oct 92M4System 7.0 or later.  Any System 7 capable MacintoshN
  43795. AE, Apple Events, AppleEventsORDev.CD May 00 TC:Tool Chest:Interapplication Communication:AE Tools:AETracker 3.0:
  43796. primer
  43797. *Summary: This folder contains tools that are useful in developing Apple event-aware applications.
  43798. Features: Tools that will test and debug Apple events; build 'aete' resources; build, send, and verify Apple event records; debug the OSL; MacsBug dcmds; FKEYS; send Apple events via XCMDS; and more.
  43799. AE Coercion INIT
  43800. AEGizmos 1.4.2
  43801. Aete Editor Stack 1.0b3
  43802. AETracker 3.0
  43803. AutoGuest
  43804. FKEYs
  43805. Macsbug Resources
  43806. OSL + Debug Hack 1.0b1
  43807. ResEdit 'aete' Editor 1.0b4
  43808. ResEdit 'scpt' Editor
  43809. SendAE MPW Tool 1.1
  43810. SendAE Test Tool 0.3
  43811. SignatureToApp 1.1
  43812. Tools
  43813. Read MeK
  43814. May 92L
  43815. May 95M.System 7.0 is required with the AEM extension.N
  43816. AE, Apple Events, AppleEventsODDev.CD May 00 TC:Tool Chest:Interapplication Communication:AE Tools:PLDev.CD May 00 TC
  43817.  - Tool Chest
  43818.  - Interapplication Communication
  43819.  - AE Tools menu items and dialogs.
  43820.   MiniLauncher 1.3b5
  43821.     This tool is required on VU targets using Controls.lib 3.0.14 
  43822.     with System 6.0.x.  This tool is not needed for VU and System 7.x.
  43823. anges to your application with Carbon, new Apple menu behavior, accessing opaque menu data, accessing menu item data using universal command IDs, writing a Carbon MDEF, working with menu and menu item attributes, and enabling and disabling menu items.
  43824. Carbon Window Manager API [NEW]
  43825. ------------------------
  43826. This preliminary document discusses the Window Manager features introduced in CarbonLib 1.0 with Mac OS 9.0. The CarbonLib 1.0 Window Manager API includes new functions for window cla
  43827. sses and layering, changing window attributes, window scrolling, creating windows with custom structure regions, and erasing the window's content region.
  43828. Display Manager [NEW]
  43829. ---------------
  43830. This document describes the application programming interface for the Display Manager. It provides a complete reference, as well as conceptual material and programming examples. Topics discussed include handling events in response to Display Manager changes, determining the characteristics of video 
  43831. scriptswitcher8
  43832. quick
  43833. modify
  43834. resources
  43835. scriptx
  43836. scroll
  43837. scrollable
  43838. scrolled
  43839. scrolling
  43840. b--set theItem to choose file -- uncomment to test in an AS editor
  43841.     tell application "Finder"
  43842.         open item "Dev.CD Jan 94"
  43843.         activate
  43844.     end tell
  43845. on error errMsg number errNum
  43846.     --enter statements to perform when no records are found such as...
  43847.     display dialog "Sorry, the item you selected could not be found."
  43848.     return
  43849. end try
  43850. softwareQ
  43851. solaris
  43852. solutions
  43853. sound
  43854. soundsprocket
  43855. space
  43856. specification
  43857. speech
  43858. spinning
  43859. spinning
  43860. cursors
  43861. sprite
  43862. sprockets
  43863. stacks
  43864. standard
  43865. standards
  43866. standards
  43867. based
  43868. state
  43869. statements
  43870. storage
  43871. stress
  43872. string
  43873. string
  43874. encoding
  43875. string
  43876. services
  43877. strings
  43878. strip
  43879. structure
  43880. structure
  43881. region
  43882. style
  43883. style
  43884. guideu
  43885. stylechat
  43886. sub-menus
  43887. suite
  43888. summary
  43889. switch
  43890. switching
  43891. symbiotic
  43892. synchronization
  43893.  find localized resources and dynamically load code into your program.
  43894. Core Foundation CollectionServices [NEW]
  43895. ---------------------------
  43896. This document explains the characteristics of collections and describes how to use specific kinds: arrays, dictionaries, sets, bags, and trees. It also describes Core Foundation's data object (CFData).
  43897. Core Foundation Overview [NEW]
  43898. ---------------------------
  43899. This document summarizes the benefits of Core Foundation and explains some of the key conce
  43900. pts, such as opaque types, reference counting, and memory management.
  43901. Core Foundation PropertyList [NEW]
  43902. ---------------------------
  43903. This document describes how to convert between XML property lists and objects of compatible Core Foundation types.
  43904. Core Foundation StringServices [NEW]
  43905. --------------------------- 
  43906. This document describes how the Unicode storage of character data is optimized. It also shows how to convert strings between encodings and perform other operations with string o
  43907. All Packages
  43908. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  43909. Dev.CD Jan 94
  43910. Dev.CD Oct 93
  43911. Dev.CD Jul 93
  43912. Dev.CD Apr 93PDDev.CD Apr 94
  43913. Dev.CD Jan 94
  43914. Dev.CD Oct 93
  43915. Dev.CD Jul 93
  43916. Dev.CD Apr 9V
  43917. 74811X
  43918. Apr 94
  43919. --set theItem to choose file -- uncomment to test in an AS editor
  43920.     tell application "Finder"
  43921.         open item "Dev.CD Apr 94
  43922. Dev.CD Jan 94
  43923. Dev.CD Oct 93
  43924. Dev.CD Jul 93
  43925. Dev.CD Apr 93"
  43926.         activate
  43927.     end tell
  43928. on error errMsg number errNum
  43929.     --enter statements to perform when no records are found such as...
  43930.     display dialog "Sorry, the item you selected could not be found."
  43931.     return
  43932. end try
  43933. All Packages
  43934. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  43935. Dev.CD Jan 94
  43936. Dev.CD Oct 93
  43937. Dev.CD Jul 93
  43938. Dev.CD Apr 93PDDev.CD Apr 94
  43939. Dev.CD Jan 94
  43940. Dev.CD Oct 93
  43941. Dev.CD Jul 93
  43942. Dev.CD Apr 9V
  43943. 74812X
  43944. Apr 94
  43945. end try
  43946. All Packages
  43947. System Enabler 111 (PB 160/180)O
  43948. Dev.CD Apr 93P
  43949. Dev.CD Apr 9V
  43950. 72287X
  43951. Apr 93
  43952. implmenetation
  43953. full scriptability and to direct manipulation through Apple events. Here
  43954. s how to talk to the Scriptable Finder from your application.
  43955. NetWare Development on PowerPC  by Jamie Osborne.  With NetWare now on the Power Macintosh, you may want to write your network products to use it. This introduction to the NetWare environment includes a simple sample module.
  43956. Somewhere in QuickTime:  Supporting Text Tracks in Your Application  by Nick Thompson.  How to support text tracks in your applicati
  43957. on, allowing both searching and editing.
  43958. Graphical Truffles:  A Space-Saving PICT Trick  by Guillermo A. Ortiz and Dave Johnson.  If you
  43959. re storing a large set of pictures with the same colors, here
  43960. s a neat trick to reduce its size.
  43961. Print Hints:  Improving QuickDraw GX Printer Driver Performance  by Dave Hersey.  Understanding QuickDraw GX buffering will help you fine-tune the performance of your printer driver.
  43962. Balance of Power:  PowerPC Branch Prediction  by Dave Evans.  Is it scienc
  43963. liking
  43964. limit
  43965. limitations
  43966. limitedh
  43967. lindenberg
  43968. linear
  43969. lines
  43970. linguistically
  43971. linkg
  43972. linked
  43973. linkers
  43974. linkingA
  43975. links[
  43976. e found."
  43977.     return
  43978. end try
  43979. All Packages
  43980. Chinese Language KitO
  43981. Dev.CD May 98 TCP
  43982. Dev.CD May 98 TV
  43983. 72606X
  43984. May 98
  43985. e--set theItem to choose file -- uncomment to test in an AS editor
  43986.     tell application "Finder"
  43987.         open item "Dev.CD May 98 TC"
  43988.         activate
  43989.     end tell
  43990. on error errMsg number errNum
  43991.     --enter statements to perform when no records are found such as...
  43992.     display dialog "Sorry, the item you selected could not be found."
  43993.     return
  43994. end try
  43995. All Packages
  43996. Chinese Language Kit UpdaterV
  43997. 72607X
  43998. This version of the Object Support Library (1.1.4) replaces previous versions.  It is installed into the Extensions folder by dropping the icon onto the closed System folder of your boot disk.
  43999. Use of the Object Support Library is described in Chapter 6 of Inside Macintosh: Interapplication Communication.
  44000. This version of the Object Support Library (1.1.4) fixes bugs in the previous (1.1.2) release.  [Note: version number 1.1.3 was used internally for testing and never released].
  44001. Bugs fix
  44002. - Missing Gestalt selector was causing some Apps not to work with AppleScript (note: checking the Gestalt selector is NOT the recommended method of checking for OSL existence!)
  44003. - CompareProc bug where a handle's memory moved, orphaning pointers.
  44004. Any Macintosh computer capable of running CFM (Code Fragment Manager) libraries.
  44005. There appears to be a memory leak in some cases when resolving boolean "whose clauses".  [This was reported against a prior version but not fixed in this release
  44006. updated
  44007. 1.0.2
  44008. 1.1.6
  44009. 100basetx
  44010. 100basetx
  44011. ethernet
  44012. 2.1.1
  44013. 2.1.2
  44014. 2.1.3
  44015. 2.1.4
  44016. sound
  44017. 8.5.1
  44018. 802.2
  44019. 802.3
  44020. a/rose
  44021. acceleration
  44022. access
  44023. acrobat
  44024. action
  44025. action
  44026. module
  44027. actions
  44028. active
  44029. adbop
  44030. address
  44031. adlib
  44032. administrator
  44033. adobe
  44034. aegizmos
  44035. protocol
  44036. after
  44037. after
  44038. airport
  44039. alias
  44040. allocators
  44041. altivec
  44042. analysis
  44043. webobjects
  44044. antlr
  44045. appearanced
  44046. appearance
  44047. managerd
  44048. appearance
  44049. append
  44050. appkit
  44051. appkit
  44052. reference
  44053. EPgDev.CD Jun 00 RL Disk 1
  44054.  - Technical Documentation
  44055.  - Misc. Standards
  44056.  - AppleSingle/AppleDouble FormatV
  44057. 73788X
  44058. Jun 00^    RL Disk 1
  44059. --set theItem to choose file -- uncomment to test in an AS editor
  44060.     tell application "Finder"
  44061.         open item "Dev.CD Jun 00 RL Disk 1:Technical Documentation:Misc. Standards:AppleSingle/AppleDouble Format:"
  44062.         activate
  44063.     end tell
  44064. on error errMsg number errNum
  44065.     --enter statements to perform when no records are found such as...
  44066.     display dialog "Sorry, the item you selected could not be found."
  44067.     return
  44068. end try
  44069. e    No Changeq
  44070. Dev.CD Jun 00 RL Disk 1
  44071. AppleTalk and PPP
  44072. @Summary: This package includes the draft specifications for running AppleTalk over the Point-to-Point Protocol.  If you want to implement AppleTalk running over the Point-to-Point Protocol you should follow these specifications as they are standardized in the Internet Engineering Task Force.
  44073. Issues:Specifications only
  44074. ons only
  44075. Nov 94
  44076. windows
  44077. system
  44078. files
  44079. withe
  44080. services
  44081. machack
  44082. services
  44083. specification
  44084. services
  44085. specification
  44086. services
  44087. 1.0d2
  44088. workgroupS
  44089. workgroup
  44090. server
  44091. workgroup
  44092. server
  44093. working
  44094. working
  44095. webobjects
  44096. worksheet
  44097. worldscript
  44098. worldscript
  44099. updater
  44100. install
  44101. worldscript
  44102. updater
  44103. wprocasm
  44104. wprocasm
  44105. wrapcommenttext
  44106. writer
  44107. writeswell
  44108. writeswell
  44109. writeswell
  44110. 1.2.3
  44111. sources
  44112. writeswell
  44113. notes
  44114. writeswell
  44115. instructions
  44116. writing
  44117. writing
  44118. driver
  44119. writing
  44120. interactive
  44121. media
  44122. GXGraphicsI
  44123. Summary: GXGraphics 1.1.6 is an extension that encompasses the QuickDraw GX graphics and line layout capabilities without GX printing. The 1.1.6 init replaces the older 1.1.3 init and fixes minor cosmetic bugs.J
  44124. GXGraphicsK
  44125. Sep 97N
  44126. QuickDraw GX, GXGraphics 1.1.6O\Dev.CD Apr 98 SDK2:Development Kits (Disc 2):Quickdraw GX Init Update:GXGraphics 1.1.6 init:PdDev.CD Apr 98 SDK2
  44127.  - Development Kits (Disc 2)
  44128.  - Quickdraw GX Init Update
  44129.  - GXGraphics 1.1.6 initV
  44130. 73980X
  44131. Apr 98^
  44132. --set theItem to choose file -- uncomment to test in an AS editor
  44133.     tell application "Finder"
  44134.         open item "Dev.CD Apr 98 SDK2:Development Kits (Disc 2):Quickdraw GX Init Update:GXGraphics 1.1.6 init:"
  44135.         activate
  44136.     end tell
  44137. on error errMsg number errNum
  44138.     --enter statements to perform when no records are found such as...
  44139.     display dialog "Sorry, the item you selected could not be found."
  44140.     return
  44141. end try
  44142. e    No Changef
  44143. QuickDraw GX
  44144. GXGraphics 1.1.6tions per se
  44145. $N-OTTransferProviderOwnership client library OTO
  44146. Dev.CD May 00 TC:Sample Code:P
  44147. Dev.CD May 00 TC
  44148.  - Sample CodeV
  44149. 74907X
  44150. May 00^
  44151. r--set theItem to choose file -- uncomment to test in an AS editor
  44152.     tell application "Finder"
  44153.         open item "Dev.CD May 00 TC:Sample Code:"
  44154.         activate
  44155.     end tell
  44156. on error errMsg number errNum
  44157.     --enter statements to perform when no records are found such as...
  44158.     display dialog "Sorry, the item you selected could not be found."
  44159.     return
  44160. end try
  44161. e    No Changef-OTTransferProviderOwnership client library OTq
  44162. Dev.CD May 00 TC
  44163. %D!All Packages
  44164. Tool Chest Edition
  44165. TransitionsIkThis demo shows how to use the QuickTime effects architecture applied to a character in an animation scene.J
  44166. Sample Code.imgK
  44167. Feb 00
  44168. C:Sample Code:V
  44169. 74908X
  44170. 1e    No Change
  44171. toolbox
  44172. toolkit
  44173. toolkits
  44174. tools]
  44175. transport
  44176. transport/ppp
  44177. memory
  44178. memory
  44179. management
  44180. memory
  44181. manager
  44182. memory
  44183. monitor
  44184. menuh
  44185. items
  44186. manager
  44187. menubar
  44188. menus
  44189. menuscripter
  44190. metafile
  44191. meters
  44192. metrowerks
  44193. middleware
  44194. mismatch
  44195. missA
  44196. mixed
  44197. mixed
  44198. modal
  44199. modal
  44200. dialog
  44201. module
  44202. monitor
  44203. moofwars
  44204. morefiles
  44205. moreisbetter
  44206. morpheme
  44207. mouse
  44208. mouse
  44209. driver
  44210. movie
  44211. movies
  44212. pascal
  44213. ransport
  44214. opentransport
  44215. optimizing
  44216. option
  44217. option
  44218. management
  44219. ordered
  44220. ordered
  44221. collection
  44222. ot/ppp
  44223. ot/ppp
  44224. transport
  44225. otfifo
  44226. otlifo
  44227. otlink
  44228. otoptionmanagment
  44229. override
  44230. override
  44231. quickdraw
  44232. table
  44233. resource
  44234. Summary:  The aim of this application and its code is to give an example of creating a Scriptable Application. A scriptable application goes far beyond supporting just the basic four events of the Required Suite (Open Application, Open Documents, Print Documents and Quit Application).
  44235. This latest version of 7Edit has been designed to be very similar to the Scriptable Text Editor. The example may not be as fully scriptable as the Scriptable Text Editor but it should give you good idea of hB
  44236. ow to make your application scriptable. In particular it shows you how to handle the 'whose' clause in AppleScript.
  44237. This version of 7Edit also demonstrates  QuickDraw GX printing and Drag Manager Support.
  44238. Sample Code.imgK
  44239. Jan 96L
  44240. Dev.CD May 00 TC:Sample Code:P
  44241. Dev.CD May 00 TC
  44242.  - Sample Code perform when no records are found such as...
  44243.     display dialog "Sorry, the item you selected could not be found."
  44244.     return
  44245. end try
  44246. e    No Changeq
  44247. Dev.CD May 00 TC
  44248. ev.CD May 00 TC
  44249. Deletedf
  44250. Mac OS Runtime Architectureq
  44251. Dev.CD Dec 99 RL
  44252. D!All Packages
  44253. Tool Chest Edition
  44254. F!Mac OS Runtime for Java 1.0.1b1c2
  44255. Summary:  Mac OS Runtime for Java (MRJ) is Apple
  44256. s implementation of the Java runtime environment from Sun Microsystems, Inc. With MRJ, Mac OS applications can use Java applets and applications.
  44257. MRJ 1.0.1 implements version 1.0.2 of Sun
  44258. s Java. MRJ 1.0.1 includes Apple Applet Runner, a standalone application that runs Java applets, and Apple Applet Viewer, an OpenDoc viewer you use to put Java applets into OpenDoc documents. 
  44259. MRJ 1.0.1 works on computers with 68030 or 68040 microprocessoerO
  44260. Dev.CD Nov 97 TCP
  44261. Dev.CD Nov 97 TV
  44262. 72811X
  44263. Nov 97
  44264.  Movie and the presentation of mixer channels to edit the playback volumes and balance of audio media.J
  44265. Sample Code.imgK
  44266. Feb 00
  44267. C:Sample Code:V
  44268. 69181X
  44269. 1e    No Change
  44270. b--set theItem to choose file -- uncomment to test in an AS editor
  44271.     tell application "Finder"
  44272.         open item "Dev.CD Jan 94"
  44273.         activate
  44274.     end tell
  44275. on error errMsg number errNum
  44276.     --enter statements to perform when no records are found such as...
  44277.     display dialog "Sorry, the item you selected could not be found."
  44278.     return
  44279. end try
  44280. mplatey
  44281. templatesz
  44282. temporalw
  44283. temporarily
  44284. temporary
  44285. disassembler
  44286. viewer
  44287. edito
  44288. resolution
  44289. resource
  44290. resourcesY
  44291. return
  44292. return
  44293. investment
  44294. business
  44295. processes
  44296. interactive
  44297. media
  44298. rgbforecolor
  44299. ringQ
  44300. riser
  44301. robustness
  44302. router
  44303. routing
  44304. runtime
  44305. sample
  44306. sample
  44307. traffic
  44308. light
  44309. saving
  44310. scanner
  44311. scomP
  44312. screen
  44313. script\
  44314. scriptable\
  44315. 73804X
  44316. May 00^
  44317. r--set theItem to choose file -- uncomment to test in an AS editor
  44318.     tell application "Finder"
  44319.         open item "Dev.CD May 00 TC:Sample Code:"
  44320.         activate
  44321.     end tell
  44322. on error errMsg number errNum
  44323.     --enter statements to perform when no records are found such as...
  44324.     display dialog "Sorry, the item you selected could not be found."
  44325.     return
  44326. end try
  44327. e    No Changef!ATA
  44328. PowerBook
  44329. SCSI disk modeq
  44330. Dev.CD May 00 TC
  44331. VD!All Packages
  44332. Tool Chest Edition
  44333. ATrapper
  44334. :Summary: ATrapper is an application that records A-Trap calls that occur between the time ATrapper is installed and removed.
  44335. Features: ATrapper can be set to record either all A-Trap calls, only those coming from the Application heap, or, if under 7.0, only those coming from applications launched after ATrapper.
  44336. General tools.imgK
  44337. Vol VL
  44338. Nov/Dec 92:Tool Chest:Testing & Debugging:General tools:V
  44339. 73805X
  44340. 1e    No Change
  44341. french@
  44342. postscript
  44343. sample@
  44344. hitec@
  44345. imagecompositing@
  44346. inputsprocket
  44347. interface@
  44348. language@
  44349. lite@
  44350. runtime
  44351. 1.0.1b1c2@
  44352. macro@
  44353. menuscripter
  44354. debug@
  44355. network
  44356. server
  44357. developer's
  44358. guide@
  44359. opendoc
  44360. international@
  44361. manager
  44362. performance
  44363. tools@
  44364. powertalk@
  44365. processor@
  44366. q&as@
  44367. quickdraw
  44368. quickdraw
  44369. quicktime
  44370. quicktime
  44371. quicktime
  44372. 4.1.2
  44373. windows@
  44374. r13u5@
  44375. metertest
  44376. methodg
  44377. methodology
  44378. methods
  44379. metrowerks
  44380. mexican
  44381. minilauncher
  44382. minimizep
  44383. minimum
  44384. minor
  44385. adobe
  44386. acrobat
  44387. reader
  44388. allows
  44389. navigate
  44390. installer
  44391. provides
  44392. documentation
  44393. examples
  44394. instrumentation
  44395. primarily
  44396. performance
  44397. interactive
  44398. corporation
  44399. success
  44400. guide
  44401. selling
  44402. killer
  44403. content
  44404. workbook
  44405. sponsored
  44406. apple
  44407. comput
  44408. language
  44409. analysis
  44410. architecture
  44411. provides
  44412. applications
  44413. laserwriter
  44414. 8.5.1
  44415. release
  44416. contains
  44417. utilities
  44418. latest
  44419. greatest
  44420. technotes
  44421. release
  44422. apple's
  44423. brings
  44424. increased
  44425. functionali
  44426. theej
  44427. theirp
  44428. themT
  44429. themeo
  44430. themeso
  44431. themselves
  44432. thenh
  44433. theory
  44434. construct
  44435. simple
  44436. animation
  44437. upper
  44438. upside
  44439. urbina
  44440. access
  44441. collection
  44442. functions
  44443. allowing
  44444. access
  44445. urquhart
  44446. usage
  44447. Whonetic characters into a text of Kanji and Kana characters in the right order. It uses LAA to convert a given text of KanjC
  44448. i and Kana characters back into a string of phonetic characters as well.
  44449. Language Analysis SDK provides API for Language Analysis Manager and Dictionary Manager.
  44450. Japanese is the only target language in this release.
  44451. Language Analysis SDK.imgK
  44452. Jan 99M#MacOS 8.5 Japanese version or newerNvLanguage, Analysis, Language Analysis Architecture, Japanese, morpheme, Dictionary Manager, Analysis, Language ManagerOADev.CD Jul 00 SDK1:Development Kits:Mac OS:Language Analysis SDK:. recommended
  44453. appletalk
  44454. transaction
  44455. protocol
  44456. appletalk
  44457. application
  44458. application
  44459. package
  44460. appstogo
  44461. appstogo
  44462. reference
  44463. appwannabe
  44464. arabic
  44465. architecture
  44466. archiving
  44467. arrangement
  44468. sample
  44469. design
  44470. assemblers
  44471. assembly
  44472. assistance
  44473. assistant
  44474. async
  44475.  activate the application if told to.
  44476. Splasher:  A very simpl
  44477. e application that displays a "modal" window that goes away as soon as you click the mouse or press a key.  This is how many splash screens behave -- but as long as the window is displayed, the Process Manager won't switch your application from being frontmost.
  44478. Sys7 popUpCDEF:  A simple example of using the PopupCDEF available in System 7 and later.
  44479. Tabs LDEF 1.0:  Tabs LDEF is a custom list definition which allows developers to easily create multiple columned lists using different sizes
  44480. --set theItem to choose file -- uncomment to test in an AS editor
  44481.     tell application "Finder"
  44482.         open item "Dev.CD Dec 99 RL:Technical Documentation:More SSW Documentation:"
  44483.         activate
  44484.     end tell
  44485. on error errMsg number errNum
  44486.     --enter statements to perform when no records are found such as...
  44487.     display dialog "Sorry, the item you selected could not be found."
  44488.     return
  44489. end try
  44490. rogram participation
  44491. eturn
  44492. end try
  44493. e    No Changef
  44494. QuickTime
  44495. Dev.CD May 00 TC
  44496. D!All Packages
  44497. Tool Chest Edition
  44498. ImageProducingIfThis demo program shows how to display any QuickTime drawing object using Java's ImageProducing model.J
  44499. Sample Code.imgK
  44500. Feb 00
  44501. - Common
  44502.     - Sun Compliant Java Runtime Environment 1.1
  44503.     - QuickTime 3 
  44504.     - QTJava.zip
  44505.     - QTJava media samples
  44506. - Mac OS:
  44507.     - System 8 or later
  44508.     - Macintosh Runtime for Java (MRJ) 2.1
  44509. - Windows 95, 98, or NT::
  44510.     - JRE/JDK from Sun Microsystems, Inc. recommended
  44511. QuickTime, Java, MRJange
  44512. Fe    No Changef#Open Transport
  44513. mapper
  44514. MapperRefq
  44515. Dev.CD May 00 TC
  44516. GD!All Packages
  44517. Tool Chest Edition
  44518. OTPingSampleIgThis sample is a quick demonstration of how to implement ping on top of the Open Transport native APIs.J
  44519. Sample Code.imgK
  44520. Sep 96L
  44521. Jun 98M#Any machine running Open Transport.N%open transport, ot, ping, icmp, rawipO
  44522. Dev.CD May 00 TC:Sample Code:P
  44523. Dev.CD May 00 TC
  44524.  - Sample CodeV
  44525. 74174X
  44526. May 00^
  44527. r--set theItem to choose file -- uncomment to test in an AS editor
  44528.     tell application "Finder"
  44529.         open item "Dev.CD May 00 TC:Sample Code:"
  44530.         activate
  44531.     end tell
  44532. on error errMsg number errNum
  44533.     --enter statements to perform when no records are found such as...
  44534.     display dialog "Sorry, the item you selected could not be found."
  44535.     return
  44536. end try
  44537. e    No Changef!open transport
  44538. rawipq
  44539. Dev.CD May 00 TC
  44540. HD!All Packages
  44541. Tool Chest Edition
  44542. OTSimpleDownloadHTTPW
  44543. 74941X
  44544. Aug 97^
  44545. --set theItem to choose file -- uncomment to test in an AS editor
  44546.     tell application "Finder"
  44547.         open item "Dev.CD Aug 97 TC:Language Kits:WorldScript Updater 1.1:"
  44548.         activate
  44549.     end tell
  44550. on error errMsg number errNum
  44551.     --enter statements to perform when no records are found such as...
  44552.     display dialog "Sorry, the item you selected could not be found."
  44553.     return
  44554. end try
  44555. e    No Changeq
  44556. Dev.CD Aug 97 TC
  44557. All Packages
  44558. WorldScript UpdaterO
  44559. Dev.CD Jul 96 SSWP
  44560. Dev.CD Jul 96 SSV
  44561. 74942X
  44562. Jul 96
  44563. f--set theItem to choose file -- uncomment to test in an AS editor
  44564.     tell application "Finder"
  44565.         open item "Dev.CD Jul 96 SSW"
  44566.         activate
  44567.     end tell
  44568. on error errMsg number errNum
  44569.     --enter statements to perform when no records are found such as...
  44570.     display dialog "Sorry, the item you selected could not be found."
  44571.     return
  44572. end try
  44573. All Packages
  44574. WorldScript UpdaterO
  44575. Dev.CD Jul 96 SSWV
  44576. 74943X
  44577. Summary:  The Communications Toolbox SDK contains:
  44578. The Basic Connectivity Set 1.1.1 folder contains  CTB tools, including
  44579.         
  44580. XMODEM 1.1 Tool
  44581.         
  44582. Serial 1.0.2 Tool
  44583. The AppleModemTool v1.5.1 folder contains the latest version of the Apple Modem Tool, including developer documentation.
  44584. The CommToolbox 1.1 folder contains the latest interface and library files needed for building CTB 1.1 savvy tools and applications.
  44585. The Communications 1 folder contains the 1.0.2 installer scr
  44586. ipt for installing the CTB 1.0 resources on system 6.0.x machines. 
  44587. The 1.1 script does a live install, and does better error checking on the system software. There are no differences between the CTB 1.0 resources which the Communications 1 v1.0 and v1.1 disks install. The CTB team recommends, however, that developers update their products to include the Communications 1 version 1.1 software.
  44588. NOTE:  Developers should do all new development with Open Transport where possible.
  44589. Aug 93L
  44590. rs or PowerPC microprocessors.You also need System 7.5 or later, a minimum of 8 MB of RAM (16 MB is strongly recommended) and at least 7 MB of free disk space.
  44591. This software is being made available to Apple Developers only and is not for public distribution. We are finishing work on MRJ 1.0.1 and the Software Development Kit (SDK) and expect to post them to <http://applejava.apple.com/> by the end of March 1997.  See the document "About this Pre-Release of MRJ" for details.
  44592. About this Pre-Release of MRJ
  44593. MRJ 1.0.1b1c2 Installer:
  44594. MRJ SDK Installer 1.0.1b1c2
  44595. Pre-Release MRJ JITC:
  44596. Updated Documentation:K
  44597. May 97OFDev.CD Nov 99 TC:What's New?:Development Kits:Mac OS Runtime for Java:PNDev.CD Nov 99 TC
  44598.  - What's New?
  44599.  - Development Kits
  44600.  - Mac OS Runtime for Java:Technical Documentation:Macintosh Technotes and Q&As:PRDev.CD Jun 00 RL Disk 1
  44601.  - Technical Documentation
  44602.  - Macintosh Technotes and Q&AsV
  44603. 71611X
  44604. Jun 00e    No Changeo.http://developer.apple.com/techpubs/index.html
  44605.     B&ly copy information from other records
  44606. J5betaBase d1a2
  44607. ReadME - betaBase
  44608. ReadME - betaBase.txtK
  44609. Sep 93M
  44610. FileMaker ProN
  44611. database, beta test, beta helpOGDev.CD Nov 99 TC:Tool Chest:Testing & Debugging:Bug Reporting:betaBase:PRDev.CD Nov 99 TC
  44612.  - Tool Chest
  44613.  - Testing & Debugging
  44614.  - Bug Reporting
  44615.  - betaBaseitem you selected could not be found."
  44616.     return
  44617. end try
  44618. s opening of multiple documents, including on different volumes
  44619. - recent documents tracking
  44620. - favorite folders and doC/cuments
  44621. - shortcuts
  44622. - history
  44623. - previews
  44624. - etc.
  44625. J@Documentation
  44626. Examples
  44627. Libraries
  44628. Navigation Services 1.1 Read MeK
  44629. May 98
  44630. 6Requirements: Software: 7.5.5 and above
  44631. Hardware: 68K or PowerPC
  44632. 68k only-- you need
  44633. - CFM-68K Runtime Enabler
  44634. -NuDragLib.slb
  44635. - NuQuickTimeLib.slb
  44636. -NuTranslationLib.slb
  44637. -NuThreadsLib.slb
  44638. -ObjectSupportLib
  44639. For 68k and PPC, you need:
  44640. -OT 1.3 or greater
  44641. -QuickTime 2.5 or greater
  44642. -Appearance 1.0.1 or greater.
  44643. summarizes
  44644. summarizing
  44645. ckTakeApp 1.0.2 
  44646. QuickTake - Read M